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'})
Release files for cuapi-wrapper 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cuapi_wrapper-0.0.1.tar.gz | 20.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cuapi_wrapper-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.8 kB
Release files / cuapi_wrapper-0.0.1.tar.gz
| Download URL | cuapi_wrapper-0.0.1.tar.gz |
|---|---|
| Size | 20.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cc576527e331fa30ac11f8f1fbadd2cefd1a8bc8f56f4b0a4118770ee2ac215b
|
|
BLAKE2b-256 checksum How to use checksums |
2e0fc5a868cd95ca9657ee2d4d6277588cdef640159cea13a83d1743f61e2a11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.13
|
Release files / cuapi_wrapper-0.0.1-py3-none-any.whl
| Download URL | cuapi_wrapper-0.0.1-py3-none-any.whl |
|---|---|
| Size | 19.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5dee2e198ac65b133fee3780c8d9ef548e87374959bf55309c7eb74269b63a1d
|
|
BLAKE2b-256 checksum How to use checksums |
717e5c9e1143139c3f5874809505187462d04d9f0c3523befd6046ae11603b71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.13
|