PythonVCS
API wrapper for VCS hosting system.
Supported platforms
- Gitea
Github, Gitlab, Bitbucket support will not, until that packages is not updated long.
Pijul nest can't support because does not provide api docs.
Installation
You can install this package using pip like this: pip install PythonVCS
Installation for Contributing this package
You can contribute this package, that's why this package is open source.
- Install poetry.
- Install dependencies with this command:
poetry install
- Contributing this package for typo issue or performance issue, new feature, etc.
- This package requires mypy check. Please check type with mypy.
- Create pull request!