API Wrapper for the Infynity CRM.
Project description
Infynipy
An API wrapper for the Infynity mortgage broker system.
Infynipy currently supports the following endpoints:
- Client Accounts
- Financials
- Referrer and Referrer Groups
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())
View the rest of the documentation here.
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
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
infynipy-0.1.1.tar.gz
(7.8 kB
view details)
File details
Details for the file infynipy-0.1.1.tar.gz.
File metadata
- Download URL: infynipy-0.1.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3bde2602f1189d5119046867d3c668fbc0c6e7df7363dcc3fa0af5dcee7c3b0
|
|
| MD5 |
317323bf7f71a7d581860cccc79dba2b
|
|
| BLAKE2b-256 |
7eb7f680291365ab9444f7e338dc867e8d2ce56fd2431f738f4e152d97ba9d82
|