Skip to main content

Python connector for BoondManager

Project description

BoondManager Python connector

workflow

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyboondmanager-0.0.1.tar.gz (26.2 kB view hashes)

Uploaded Source

Built Distribution

pyboondmanager-0.0.1-py2.py3-none-any.whl (70.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page