Skip to main content

API Wrapper for the Infynity CRM.

Project description

Infynipy

Documentation Status

An API wrapper for the Infynity mortgage broker system.

Getting Started

Install using pip:

pip install infynipy

Basic usage:

from infynipy import Infynity

client = Infynity("USERNAME", "API_KEY")
print(client.broker(10).individuals)  # Returns an array of Individual models

# To turn them into dictionaries
for individual in client.broker(10).individuals:
  print(individual.to_dict())

Development

Clone from GitHub and run the tests:

git clone https://github.com/beanpuppy/infynipy.git
cd infynipy

Run the tests and linter:

tox

License

MIT

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

infynipy-0.1.0.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

infynipy-0.1.0-py3.7.egg (32.1 kB view hashes)

Uploaded Source

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