A Python API package for managing and processing commitly-related operations.
Commitly API is a Python package that provides a set of tools and utilities for handling commitly-related operations. This package is designed to make it easier to work with version control systems and manage commitly data programmatically.
You can install the package using pip:
pip install commitly_apiOr install from source:
git clone https://github.com/Wilhelm-Schweizer/commitly_api.git
cd commitly_api
pip install -e .- Python >= 3.6
- requests ~= 2.31.0
- auth ~= 0.5.3
- pandas ~= 1.3.4
# Example usage will be added here- Authentication handling through the auth module
- API logging capabilities
- Additional features to be documented
To set up the development environment:
- Clone the repository
- Install development dependencies
- Make your changes
- Submit a pull request
This project is licensed under the terms included in the LICENSE.txt file.
- Joan Arau (arau.j@zinnfiguren.de)
Contributions are welcome! Please feel free to submit a Pull Request.
Current version: 0.1.10