companycam-unofficial


Namecompanycam-unofficial JSON
Version 0.2.3 PyPI version JSON
download
home_page
SummaryPython client and bindings for CompanyCam API.
upload_time2023-11-27 05:37:11
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
keywords python companycam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-companycam

[![Test](https://github.com/ely-as/python-companycam/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/ely-as/python-companycam/actions/workflows/test.yml)
[![Coverage](https://cov.ely.as/github/ely-as/python-companycam/main/badge.svg)](https://cov.ely.as/github/ely-as/python-companycam/main/latest/)
[![Version](https://img.shields.io/pypi/v/companycam-unofficial)](https://pypi.org/project/companycam-unofficial/)
![Python](https://img.shields.io/pypi/pyversions/companycam-unofficial)

## Installation

```sh
python -m pip install companycam-unofficial
```

## Basic usage

```py
>>> 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](https://github.com/ely-as/python-companycam/blob/main/docs/usage.md).

## Contributing

See [Contributing](https://github.com/ely-as/python-companycam/blob/main/docs/contributing.md).

## Resources

- [CompanyCam Docs](https://docs.companycam.com/docs)

## Dependencies

- [HTTPX](https://www.python-httpx.org/) (BSD 3-clause license)
- [pydantic](https://pydantic-docs.helpmanual.io/) (MIT license)

## License

[MIT](https://github.com/ely-as/python-companycam/blob/main/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "companycam-unofficial",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python,companycam",
    "author": "",
    "author_email": "elyas <elyas@ely.as>",
    "download_url": "https://files.pythonhosted.org/packages/3b/36/72b43a8bc10de6b63ae15adec6ff198d0fb82cdce7c94bede1d37aa62147/companycam-unofficial-0.2.3.tar.gz",
    "platform": null,
    "description": "# python-companycam\n\n[![Test](https://github.com/ely-as/python-companycam/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/ely-as/python-companycam/actions/workflows/test.yml)\n[![Coverage](https://cov.ely.as/github/ely-as/python-companycam/main/badge.svg)](https://cov.ely.as/github/ely-as/python-companycam/main/latest/)\n[![Version](https://img.shields.io/pypi/v/companycam-unofficial)](https://pypi.org/project/companycam-unofficial/)\n![Python](https://img.shields.io/pypi/pyversions/companycam-unofficial)\n\n## Installation\n\n```sh\npython -m pip install companycam-unofficial\n```\n\n## Basic usage\n\n```py\n>>> import companycam\n>>> from companycam.v2 import models\n\n>>> api = companycam.API(token=\"YOUR_TOKEN_HERE\")\n>>> api.projects.list()\n[Project(id='12345678', ...)]\n\n>>> project = models.Project(name=\"My new project\")\n>>> api.projects.create(project)\nProject(id='23456789', name='My new project', ...)\n```\n\nFor more detailed usage see [Usage](https://github.com/ely-as/python-companycam/blob/main/docs/usage.md).\n\n## Contributing\n\nSee [Contributing](https://github.com/ely-as/python-companycam/blob/main/docs/contributing.md).\n\n## Resources\n\n- [CompanyCam Docs](https://docs.companycam.com/docs)\n\n## Dependencies\n\n- [HTTPX](https://www.python-httpx.org/) (BSD 3-clause license)\n- [pydantic](https://pydantic-docs.helpmanual.io/) (MIT license)\n\n## License\n\n[MIT](https://github.com/ely-as/python-companycam/blob/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python client and bindings for CompanyCam API.",
    "version": "0.2.3",
    "project_urls": {
        "Issue Tracker": "https://github.com/ely-as/python-companycam/issues",
        "Source": "https://github.com/ely-as/python-companycam"
    },
    "split_keywords": [
        "python",
        "companycam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6629b319e4455a1e5a3e92960f858d7d94acc37d553163e246675203be137a08",
                "md5": "71e0af3b3e78ad03d24e751cef3a0427",
                "sha256": "1e0eb579959086a0f74bf1b1b05a20c456a3de1cdd941f19291491f37de11fbb"
            },
            "downloads": -1,
            "filename": "companycam_unofficial-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "71e0af3b3e78ad03d24e751cef3a0427",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13837,
            "upload_time": "2023-11-27T05:37:09",
            "upload_time_iso_8601": "2023-11-27T05:37:09.210059Z",
            "url": "https://files.pythonhosted.org/packages/66/29/b319e4455a1e5a3e92960f858d7d94acc37d553163e246675203be137a08/companycam_unofficial-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b3672b43a8bc10de6b63ae15adec6ff198d0fb82cdce7c94bede1d37aa62147",
                "md5": "3991575b08e3739563e95f30319e9140",
                "sha256": "10a24a346237871c3ae92474e19f71c2cb429475380c029714978aa28c5fc72a"
            },
            "downloads": -1,
            "filename": "companycam-unofficial-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3991575b08e3739563e95f30319e9140",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 16813,
            "upload_time": "2023-11-27T05:37:11",
            "upload_time_iso_8601": "2023-11-27T05:37:11.022758Z",
            "url": "https://files.pythonhosted.org/packages/3b/36/72b43a8bc10de6b63ae15adec6ff198d0fb82cdce7c94bede1d37aa62147/companycam-unofficial-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 05:37:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ely-as",
    "github_project": "python-companycam",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "companycam-unofficial"
}
        
Elapsed time: 8.23711s