Python client and bindings for CompanyCam API.
Project description
python-companycam
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
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
File details
Details for the file companycam-unofficial-0.2.3.tar.gz
.
File metadata
- Download URL: companycam-unofficial-0.2.3.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10a24a346237871c3ae92474e19f71c2cb429475380c029714978aa28c5fc72a |
|
MD5 | 3991575b08e3739563e95f30319e9140 |
|
BLAKE2b-256 | 3b3672b43a8bc10de6b63ae15adec6ff198d0fb82cdce7c94bede1d37aa62147 |
File details
Details for the file companycam_unofficial-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: companycam_unofficial-0.2.3-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e0eb579959086a0f74bf1b1b05a20c456a3de1cdd941f19291491f37de11fbb |
|
MD5 | 71e0af3b3e78ad03d24e751cef3a0427 |
|
BLAKE2b-256 | 6629b319e4455a1e5a3e92960f858d7d94acc37d553163e246675203be137a08 |