cuapi-wrapper


Namecuapi-wrapper JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/cooper-richason/cuapi-wrapper
SummaryA wrapper for working with the Copper CRM API
upload_time2024-03-25 17:10:22
maintainerNone
docs_urlNone
authorCooper Richason
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # copper_crm


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

You can install the `cuapi_wrapper` package through PyPI:

``` sh
pip install cuapi_wrapper
```

## How to use

Start by importing all the modules you’ll need for your project. The
`cuapi_wrapper` package is broken down into seperate modules for working
with companies, tasks, opportunities, users, etc.

For example, if we wanted to look at **companies** in copper, we should
start by importing the **copper_crm.companies** module. We can then
search these companies for those who are in California:

``` python
import cuapi_wrapper.companies as coppper

copper.set_headers(os.environ['MY_COPPER_KEY'],'myemail@email.com)
copper.search(search_params{'state':'CA'})
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cooper-richason/cuapi-wrapper",
    "name": "cuapi-wrapper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "Cooper Richason",
    "author_email": "copperrichason@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/0f/c5a868cd95ca9657ee2d4d6277588cdef640159cea13a83d1743f61e2a11/cuapi_wrapper-0.0.1.tar.gz",
    "platform": null,
    "description": "# copper_crm\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Install\n\nYou can install the `cuapi_wrapper` package through PyPI:\n\n``` sh\npip install cuapi_wrapper\n```\n\n## How to use\n\nStart by importing all the modules you\u2019ll need for your project. The\n`cuapi_wrapper` package is broken down into seperate modules for working\nwith companies, tasks, opportunities, users, etc.\n\nFor example, if we wanted to look at **companies** in copper, we should\nstart by importing the **copper_crm.companies** module. We can then\nsearch these companies for those who are in California:\n\n``` python\nimport cuapi_wrapper.companies as coppper\n\ncopper.set_headers(os.environ['MY_COPPER_KEY'],'myemail@email.com)\ncopper.search(search_params{'state':'CA'})\n```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "A wrapper for working with the Copper CRM API",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/cooper-richason/cuapi-wrapper"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "717e5c9e1143139c3f5874809505187462d04d9f0c3523befd6046ae11603b71",
                "md5": "87f131fe3e416869768e6663e2f5fcd6",
                "sha256": "5dee2e198ac65b133fee3780c8d9ef548e87374959bf55309c7eb74269b63a1d"
            },
            "downloads": -1,
            "filename": "cuapi_wrapper-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87f131fe3e416869768e6663e2f5fcd6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 19851,
            "upload_time": "2024-03-25T17:10:21",
            "upload_time_iso_8601": "2024-03-25T17:10:21.257511Z",
            "url": "https://files.pythonhosted.org/packages/71/7e/5c9e1143139c3f5874809505187462d04d9f0c3523befd6046ae11603b71/cuapi_wrapper-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e0fc5a868cd95ca9657ee2d4d6277588cdef640159cea13a83d1743f61e2a11",
                "md5": "f48f8d9bdf1d8e63da5fde00d55ce177",
                "sha256": "cc576527e331fa30ac11f8f1fbadd2cefd1a8bc8f56f4b0a4118770ee2ac215b"
            },
            "downloads": -1,
            "filename": "cuapi_wrapper-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f48f8d9bdf1d8e63da5fde00d55ce177",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 19990,
            "upload_time": "2024-03-25T17:10:22",
            "upload_time_iso_8601": "2024-03-25T17:10:22.552197Z",
            "url": "https://files.pythonhosted.org/packages/2e/0f/c5a868cd95ca9657ee2d4d6277588cdef640159cea13a83d1743f61e2a11/cuapi_wrapper-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 17:10:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cooper-richason",
    "github_project": "cuapi-wrapper",
    "github_not_found": true,
    "lcname": "cuapi-wrapper"
}
        
Elapsed time: 0.21126s