APTracker is an advanced Python module for tracking multiple projects running on a single/distributed cluster using
managers and/or objects to handle/track different projects.
The project is available in PyPI and can be installed using the standard pip library or other
default package managers as below:
pip install aptrackerThe backend uses asyncio and relevant backed database asynchronous modules (example,
aiosqlite for SQLite, or asyncpg
for PostgreSQL) should be installed. Simple example is
available for reference.
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. A detailed overview on how to contribute can be found in the contributing guidelines. If you run into an issue, please file a new issue for discussion. Create a pull request for a new feature or a fix to an existing issue here.
As contributors and maintainers to this project, you are expected to abide by PyUtility's code of conduct. More information can be found at: Contributor Code of Conduct.