Skip to main content

Python library to manage OpenProject API endpoints

Project description

PyOpenProject

Codacy Badge Codacy Badge Run Test Cases

Python library to interact with OpenProject API.

from pyopenproject.openproject import OpenProject

op = OpenProject(url="http://localhost:8080", apikey="6289058256894568479567886794")
user = op.get_user_services().create(
                    login="h.wurst",
                    email="h.wurst@openproject.com",
                    first_name="Hans",
                    last_name="Wurst",
                    admin=False,
                    language="de",
                    status="active",
                    # Password minimum is 10 characters)
                    password="h.wurst1234567890"
                )

This library could be understood as a compendium of OpenProject endpoints services to use in a client project with the purpose of interact with OpenProject instance through its API.

Installing pyopenproject

PyOpenProject is available on PyPI:

python -m pip install pyopenproject

Documentation

Contributing

If you want to contribute, please:

  1. Fork it (https://github.com/Flying-Free/pyopenproject/fork)
  2. Create your feature branch (git checkout -b feature/newEndpoint)
  3. Commit your changes (git commit -am 'Add some new Endpoint')
  4. Push to the branch (git push origin feature/newEndpoint)
  5. Create a new Pull Request

Authors

Contributors

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

pyopenproject-0.6.tar.gz (56.7 kB view hashes)

Uploaded Source

Built Distribution

pyopenproject-0.6-py3-none-any.whl (210.5 kB view hashes)

Uploaded 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