carbonarc


Namecarbonarc JSON
Version 1.1.4 PyPI version JSON
download
home_pageNone
SummaryCarbon Arc - Python Package
upload_time2025-07-23 06:07:37
maintainerNone
docs_urlNone
authorCarbon Arc
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Carbon Arc - Python Package

Client for [Carbon Arc](https://carbonarc.co/), an Insights Exchange Platform.

## Usage

**Installation**

```bash
pip install carbonarc
```

**Quick Start**

Initialize the API client with authentication.

```python
from carbonarc import CarbonArcClient

client = CarbonArcClient(token="<token>") # retrieve token from account
```

## Resources

- [Tutorials](https://github.com/Carbon-Arc/carbonarc-tutorials)
- [Docs](https://docs.carbonarc.co/)
- [App](https://app.carbonarc.co/)
- [API](https://api.carbonarc.co/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "carbonarc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Carbon Arc",
    "author_email": "support@carbonarc.co",
    "download_url": "https://files.pythonhosted.org/packages/e4/c0/0b722b8f41a897b8ad19ac57b072212cb4d5117f95a2ece83afc833c5daa/carbonarc-1.1.4.tar.gz",
    "platform": null,
    "description": "# Carbon Arc - Python Package\n\nClient for [Carbon Arc](https://carbonarc.co/), an Insights Exchange Platform.\n\n## Usage\n\n**Installation**\n\n```bash\npip install carbonarc\n```\n\n**Quick Start**\n\nInitialize the API client with authentication.\n\n```python\nfrom carbonarc import CarbonArcClient\n\nclient = CarbonArcClient(token=\"<token>\") # retrieve token from account\n```\n\n## Resources\n\n- [Tutorials](https://github.com/Carbon-Arc/carbonarc-tutorials)\n- [Docs](https://docs.carbonarc.co/)\n- [App](https://app.carbonarc.co/)\n- [API](https://api.carbonarc.co/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Carbon Arc - Python Package",
    "version": "1.1.4",
    "project_urls": {
        "Repository": "https://github.com/Carbon-Arc/carbonarc.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e250f6330ced4d03858ca72b645ec2ce10d22d0a7d6c32d2d87a3228a467c124",
                "md5": "98c08f6dd9eee90ce1dfcaa6de320dc8",
                "sha256": "1e891e6ff1cee22af716056f6b0c02e4892476a9cf37c49f662c484f07deee8d"
            },
            "downloads": -1,
            "filename": "carbonarc-1.1.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98c08f6dd9eee90ce1dfcaa6de320dc8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 17718,
            "upload_time": "2025-07-23T06:07:36",
            "upload_time_iso_8601": "2025-07-23T06:07:36.403527Z",
            "url": "https://files.pythonhosted.org/packages/e2/50/f6330ced4d03858ca72b645ec2ce10d22d0a7d6c32d2d87a3228a467c124/carbonarc-1.1.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4c00b722b8f41a897b8ad19ac57b072212cb4d5117f95a2ece83afc833c5daa",
                "md5": "bc285a7622ffb0e74f2977dd1f631599",
                "sha256": "aaba330f9245cde86e56d3c96e872a7f276446fefb30c580d38ac8b5d0ffeda5"
            },
            "downloads": -1,
            "filename": "carbonarc-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bc285a7622ffb0e74f2977dd1f631599",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12145,
            "upload_time": "2025-07-23T06:07:37",
            "upload_time_iso_8601": "2025-07-23T06:07:37.730665Z",
            "url": "https://files.pythonhosted.org/packages/e4/c0/0b722b8f41a897b8ad19ac57b072212cb4d5117f95a2ece83afc833c5daa/carbonarc-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 06:07:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Carbon-Arc",
    "github_project": "carbonarc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "carbonarc"
}
        
Elapsed time: 0.97470s