A wrapper for working with the Copper CRM API
Project description
copper_crm
This file will become your README and also the index of your documentation.
Install
You can install the cuapi_wrapper package through PyPI:
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:
import cuapi_wrapper.companies as coppper
copper.set_headers(os.environ['MY_COPPER_KEY'],'myemail@email.com)
copper.search(search_params{'state':'CA'})
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cuapi_wrapper-0.0.1.tar.gz.
File metadata
- Download URL: cuapi_wrapper-0.0.1.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc576527e331fa30ac11f8f1fbadd2cefd1a8bc8f56f4b0a4118770ee2ac215b
|
|
| MD5 |
f48f8d9bdf1d8e63da5fde00d55ce177
|
|
| BLAKE2b-256 |
2e0fc5a868cd95ca9657ee2d4d6277588cdef640159cea13a83d1743f61e2a11
|
File details
Details for the file cuapi_wrapper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cuapi_wrapper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dee2e198ac65b133fee3780c8d9ef548e87374959bf55309c7eb74269b63a1d
|
|
| MD5 |
87f131fe3e416869768e6663e2f5fcd6
|
|
| BLAKE2b-256 |
717e5c9e1143139c3f5874809505187462d04d9f0c3523befd6046ae11603b71
|