Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cuapi_wrapper-0.0.1.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

cuapi_wrapper-0.0.1-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page