tea-cli


Nametea-cli JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttps://github.com/lizardwine/tea
Summarytea, a complete version control system.
upload_time2023-09-29 04:46:16
maintainer
docs_urlNone
authorLizardwine
requires_python>=3.7
licenseGPL v3.0
keywords version control versioning file
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tea - Powerful control version

![BADGE](https://img.shields.io/static/v1?label=status&message=stable&color=green)
![BADGE](https://img.shields.io/static/v1?label=license&message=GPL%20v3.0&color=blue)

A version control **written in Python** designed to be simple and complete, with many features. A  ***Fork*** of [Pie](https://github.com/jaedsonpys/pie). With it, you can:

- Create repositories;
- Tracking files;
- Ignore files with `.ignore` file;
- Get status of files;
- Commit of tracked files;
- Get all commits log;
- Merge all changes to the committed files;
- Get the changed lines between files;
- Creating hooks to execute scripts.

To learn how to use `Tea`, see the [full documentation here](https://github.com/lizardwine/tea/tree/master/docs). Install `Tea` using the pip package manager:

```
pip install tea-cli
```

## License

This project uses the `GNU GPL v3.0` license, [see the license file](https://github.com/lizardwine/tea/blob/master/LICENSE) for **more information**.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lizardwine/tea",
    "name": "tea-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "version,control,versioning,file",
    "author": "Lizardwine",
    "author_email": "lizardwine@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/23/18a17f0528cb7bb60627c61169e5ae36489ba764007697225e026ff44dbb/tea-cli-1.3.2.tar.gz",
    "platform": null,
    "description": "# Tea - Powerful control version\n\n![BADGE](https://img.shields.io/static/v1?label=status&message=stable&color=green)\n![BADGE](https://img.shields.io/static/v1?label=license&message=GPL%20v3.0&color=blue)\n\nA version control **written in Python** designed to be simple and complete, with many features. A  ***Fork*** of [Pie](https://github.com/jaedsonpys/pie). With it, you can:\n\n- Create repositories;\n- Tracking files;\n- Ignore files with `.ignore` file;\n- Get status of files;\n- Commit of tracked files;\n- Get all commits log;\n- Merge all changes to the committed files;\n- Get the changed lines between files;\n- Creating hooks to execute scripts.\n\nTo learn how to use `Tea`, see the [full documentation here](https://github.com/lizardwine/tea/tree/master/docs). Install `Tea` using the pip package manager:\n\n```\npip install tea-cli\n```\n\n## License\n\nThis project uses the `GNU GPL v3.0` license, [see the license file](https://github.com/lizardwine/tea/blob/master/LICENSE) for **more information**.\n",
    "bugtrack_url": null,
    "license": "GPL v3.0",
    "summary": "tea, a complete version control system.",
    "version": "1.3.2",
    "project_urls": {
        "Homepage": "https://github.com/lizardwine/tea"
    },
    "split_keywords": [
        "version",
        "control",
        "versioning",
        "file"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e32318a17f0528cb7bb60627c61169e5ae36489ba764007697225e026ff44dbb",
                "md5": "0d30735c282c6e2da2b1efc08e735210",
                "sha256": "8417a9865bcb751d1ddc1964618adff3a2f5df57bca4fbf4c0217499e64a6f00"
            },
            "downloads": -1,
            "filename": "tea-cli-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0d30735c282c6e2da2b1efc08e735210",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23689,
            "upload_time": "2023-09-29T04:46:16",
            "upload_time_iso_8601": "2023-09-29T04:46:16.384702Z",
            "url": "https://files.pythonhosted.org/packages/e3/23/18a17f0528cb7bb60627c61169e5ae36489ba764007697225e026ff44dbb/tea-cli-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-29 04:46:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lizardwine",
    "github_project": "tea",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tea-cli"
}
        
Elapsed time: 0.12194s