ProdManager API
prod-manager is a Python package providing access to the ProdManager API.
Features
prod-manager enables you to:
- write Pythonic code to manage your ProdManager resources.
- pass arbitrary parameters to the ProdManager API. Simply follow ProdManager’s docs on what parameters are available.
- access arbitrary endpoints as soon as they are available on ProdManager, by using lower-level API methods.
- use persistent requests sessions for authentication, proxy and certificate handling.
- flexible handling of paginated responses, including lazy iterators.
Installation
prod-manager is compatible with Python 3.7+.
Use pip to install the latest stable version of prod-manager:
$ pip install --upgrade prod-manager
The current development version is available on GitLab.com, and can be installed directly from the git repository:
$ pip install git+https://gitlab.com/prod-manager/prod-manager-api.git
Bug reports
Please report bugs and feature requests at https://gitlab.com/prod-manager/prod-manager-api/-/issues.
Documentation
The full documentation for CLI and API is available on GitLab Pages.
Build the docs
We use mkdocs to manage our environment and build the documentation :
$ poetry install --only docs
$ mkdocs build
Contributing
For guidelines for contributing to prod-manager, refer to CONTRIBUTING.md.
Release files for prod-manager 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| prod_manager-0.2.0.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| prod_manager-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / prod_manager-0.2.0.tar.gz
| Download URL | prod_manager-0.2.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
01cde48641ff9905099a093b8db704a8a9a75c6f3b22d9fa609bed2677affdf3
|
|
BLAKE2b-256 checksum How to use checksums |
f0f339555ae001ae3da83e3c5a11f6c6615a147770b6f4608849b3fe7415d487
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.11.1 Linux/5.4.109+
|
Release files / prod_manager-0.2.0-py3-none-any.whl
| Download URL | prod_manager-0.2.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
946d0861f3c23b1829514965567ccf8bb695660f9b926e11e51246b8b30fdefb
|
|
BLAKE2b-256 checksum How to use checksums |
b791f55465cfbd4f9560ffa8f62b139b67857c99b13a2945d3490dfbde7f879c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.11.1 Linux/5.4.109+
|