Skip to main content

Python wrapper on Nutshell CRM JSON RPC API

Project description

Nushell API

This is a work in progress pythonic API for Nutshell.

Installation

pip install nushell

Nutshell access credentials should be stored in a .env file in the root directory.

Usage

Pydantic dataclasses are available in the nutshell.methods module.

from nutshell.methods impoort

GetUser

user = GetUser(user_id=1)

Once instantiated, these methods can be collected into an interable and passed to the NutshellCalls class in the api_call module.

from nutshell.api_call import NutshellCalls

calls = NutshellCalls([user])
results = calls.call_api()

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nutshell-0.1.1-py3-none-any.whl (3.7 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