{ "info": { "author": "Justin Duch", "author_email": "justin@justinduch.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Infynipy\n\n[![PyPI](https://img.shields.io/pypi/v/infynipy.svg)](https://pypi.org/project/infynipy/)\n[![Documentation Status](https://readthedocs.org/projects/infynipy/badge/?version=latest)](https://infynipy.readthedocs.io/en/latest/?badge=latest)\n\nAn API wrapper for the [Infynity][] mortgage broker system.\n\n[Infynity]: https://api.infynity.com.au/v1/doc#!index.md\n\nInfynipy currently supports the following endpoints:\n\n* Client Accounts\n* Financials\n* Referrer and Referrer Groups\n\n# Getting Started\n\nInstall using pip:\n\n```\npip install infynipy\n```\n\nBasic usage:\n\n```python\nfrom infynipy import Infynity\n\nclient = Infynity(\"USERNAME\", \"API_KEY\")\nprint(client.broker(10).individuals) # Returns an array of Individual models\n\n# To turn them into dictionaries\nfor individual in client.broker(10).individuals:\n print(individual.to_dict())\n```\n\nView the rest of the [documentation here.][]\n\n[documentation here.]: https://infynipy.readthedocs.io\n\n## Development\n\nClone from GitHub and run the tests:\n\n```\ngit clone https://github.com/beanpuppy/infynipy.git\ncd infynipy\n```\n\nRun the tests and linter:\n```\ntox\n```\n\n## License\n\nMIT", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/beanpuppy/infynipy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "infynipy", "package_url": "https://pypi.org/project/infynipy/", "platform": "", "project_url": "https://pypi.org/project/infynipy/", "project_urls": { "Homepage": "https://github.com/beanpuppy/infynipy" }, "release_url": "https://pypi.org/project/infynipy/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "API Wrapper for the Infynity CRM.", "version": "0.1.1" }, "last_serial": 5576256, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "76e24a21d18e9c28684bfb8512bf4d5c", "sha256": "8c56cc52ab9429df3cc04efe373b2c78f1df8e34afb0ced7dd4a1b1bbeab95f7" }, "downloads": -1, "filename": "infynipy-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "76e24a21d18e9c28684bfb8512bf4d5c", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 32145, "upload_time": "2019-07-24T06:31:30", "url": "https://files.pythonhosted.org/packages/41/a0/896086a464247839911581eb11bf130eaf8cb79986ea77cc6d744c8be719/infynipy-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "fdba39f9838e1b72b11106c65d138005", "sha256": "42a1373d3c3ea83c6c9402cca1c05d43eb18f4ca74bd9f7d503783fd1a8ce397" }, "downloads": -1, "filename": "infynipy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fdba39f9838e1b72b11106c65d138005", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7101, "upload_time": "2019-07-24T05:24:48", "url": "https://files.pythonhosted.org/packages/a9/27/e8bfcb6a71877330531a2a850f803f6490622a33ae987f6972799ff746f1/infynipy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "317323bf7f71a7d581860cccc79dba2b", "sha256": "d3bde2602f1189d5119046867d3c668fbc0c6e7df7363dcc3fa0af5dcee7c3b0" }, "downloads": -1, "filename": "infynipy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "317323bf7f71a7d581860cccc79dba2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7807, "upload_time": "2019-07-24T07:11:10", "url": "https://files.pythonhosted.org/packages/7e/b7/f680291365ab9444f7e338dc867e8d2ce56fd2431f738f4e152d97ba9d82/infynipy-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "317323bf7f71a7d581860cccc79dba2b", "sha256": "d3bde2602f1189d5119046867d3c668fbc0c6e7df7363dcc3fa0af5dcee7c3b0" }, "downloads": -1, "filename": "infynipy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "317323bf7f71a7d581860cccc79dba2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7807, "upload_time": "2019-07-24T07:11:10", "url": "https://files.pythonhosted.org/packages/7e/b7/f680291365ab9444f7e338dc867e8d2ce56fd2431f738f4e152d97ba9d82/infynipy-0.1.1.tar.gz" } ] }