Metadata-Version: 2.1
Name: pie-cli
Version: 0.5.0
Summary: Pie, a complete version control.
Home-page: https://github.com/jaedsonpys/pie
Author: Jaedson Silva
Author-email: imunknowuser@protonmail.com
License: GPL v3.0
Keywords: version,control,versioning,file
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Pie - Powerful control version

![BADGE](https://img.shields.io/static/v1?label=status&message=development&color=orange)
![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. An ***improved version*** of [Vestory](https://github.com/jaedsonpys/vestory). With it, you can:

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

The `Pie` documentation is being prepared, follow the development process in the [dev branch](https://github.com/jaedsonpys/pie/tree/dev)!

<!-- You can **follow development** in the `dev` branch ([dev branch on GitHub](https://github.com/jaedsonpys/pie/tree/dev)), where development is taking place until the **first version** is ready. -->

## License

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