Python connector for BoondManager
Project description
BoondManager Python connector
This Python connector is not an officially supported connector by BoondManager. It has been developed by a third-party and it is not officially endorsed or supported by the BoondManager team.
BoondManager is an ERP for consulting and IT services companies.
This python connector allow you to use the BoondManager API for your custom developments.
If you encounter any issues or have questions about this connector, please reach out to the developer or community for support.
from boondmanager.api import BoondmanagerClient
auth = {'user': 'YOUR_USER', 'password': 'YOUR_PASSWORD'}
client = BoondmanagerClient(basic_auth=auth)
projects = client.projects.all()
Prerequisite
- Python >= 3.8
Installation
pip install pyboondmanager
Contribute
Installation
After cloning this repository and create a virtualenv, install the dependencies :
pip install -r requirements/dev.txt
Then, generate the documentation :
cd docs
make html
open _build/html/index.html
The next steps are on it !
Links
- [Documentation] (WIP)
- Visit Boondmanager website for more informations.
- Boondmanager Support and documentations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyboondmanager-0.0.1.tar.gz.
File metadata
- Download URL: pyboondmanager-0.0.1.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c5c960062703a22ea1184c5e13d6c5145a98893ad4028f5927cdf86ef85f874
|
|
| MD5 |
15827040329a9530f64f0d869ab8fdd8
|
|
| BLAKE2b-256 |
067f707b066bdb2c0e30af75a0bc6c5ed4a6ec65add185b66cd0ce44edd249bc
|
File details
Details for the file pyboondmanager-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: pyboondmanager-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8723f5399ef0e313349ca0d0f62fe0bf18c2134b8cd5d93f28c971745b202b3d
|
|
| MD5 |
008c0a89099c099a34e594e3bafebca6
|
|
| BLAKE2b-256 |
e5f2f676682273a2763ed5fbc67f2c17333f0826d141655740a45ba7ac7143d5
|