Skip to main content

Python client and bindings for CompanyCam API.

Project description

python-companycam

Test Coverage Version Python

Installation

python -m pip install companycam-unofficial

Basic usage

>>> import companycam
>>> from companycam.v2 import models

>>> api = companycam.API(token="YOUR_TOKEN_HERE")
>>> api.projects.list()
[Project(id='12345678', ...)]

>>> project = models.Project(name="My new project")
>>> api.projects.create(project)
Project(id='23456789', name='My new project', ...)

For more detailed usage see Usage.

Contributing

See Contributing.

Resources

Dependencies

License

MIT.

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

companycam-unofficial-0.2.3.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

companycam_unofficial-0.2.3-py3-none-any.whl (13.8 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