{ "info": { "author": "2degrees Limited", "author_email": "2degrees-floss@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python" ], "description": "Low-Level Connection for HubSpot API Clients\n============================================\n\n.. image:: https://travis-ci.org/2degrees/hubspot-connection.png?branch=master\n :target: https://travis-ci.org/2degrees/hubspot-connection\n :align: right\n\n.. image:: https://coveralls.io/repos/2degrees/hubspot-connection/badge.png?branch=master\n :target: https://coveralls.io/r/2degrees/hubspot-connection?branch=master\n :align: right\n\n:Download: ``_\n:Sponsored by: `2degrees Limited `_.\n\n**hubspot-connection** provides a lightweight abstraction layer for making\nrequests to the HubSpot API.\n\nHere's an example of how it can be used:\n\n.. code-block:: python\n\n from hubspot.connection import APIKey\n from hubspot.connection import PortalConnection\n\n authentication_key = APIKey('HUBSPOT-API-KEY')\n with PortalConnection(authentication_key, 'client') as connection:\n contacts_data = connection.send_get_request('/contacts/v1/contacts/statistics')\n print(\"Number of contacts: {}\".format(contacts_data.get('contacts')))\n\n\nThis project is officially supported under Python 2.7 and Python 3.4, may work with Python 2.6.\n\nVersion 1.0 Release Candidate 1 (2014-06-23)\n++++++++++++++++++++++++++++++++++++++++++++\n\nThis is the first public release.\n\nVersion 1.0 Release Candidate 2 (2014-07-14)\n++++++++++++++++++++++++++++++++++++++++++++\n\n- Added content-type='application/json' for requests with body\n\nVersion 1.0 Release Candidate 3 (2014-09-15)\n++++++++++++++++++++++++++++++++++++++++++++\n\n- Made content-type mandatory only when content is expected\n\nVersion 1.0 Release Candidate 4 (2015-02-18)\n++++++++++++++++++++++++++++++++++++++++++++\n\n- Allowed for extra details in error responses from Hubspot\n\nVersion 1.0 Release Candidate 5 (2016-03-18)\n++++++++++++++++++++++++++++++++++++++++++++\n\n- Added Python 3.4 and 3.5 compatibility by: @jtprince", "description_content_type": null, "docs_url": "https://pythonhosted.org/hubspot-connection/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pythonhosted.org/hubspot-connection/", "keywords": "hubspot", "license": "BSD (http://dev.2degreesnetwork.com/p/2degrees-license.html)", "maintainer": null, "maintainer_email": null, "name": "hubspot-connection", "package_url": "https://pypi.org/project/hubspot-connection/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hubspot-connection/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pythonhosted.org/hubspot-connection/" }, "release_url": "https://pypi.org/project/hubspot-connection/1.0rc8.post0/", "requires_dist": null, "requires_python": null, "summary": "Lightweight abstraction layer for making requests to the HubSpot API", "version": "1.0rc8.post0" }, "last_serial": 2283768, "releases": { "1.0rc1": [ { "comment_text": "", "digests": { "md5": "02a63a88ffe2c8f678cfbf89e29b4d3d", "sha256": "b5c45ac703365281200092833316db1b8e387fbc1ae5c782cb63039002526535" }, "downloads": -1, "filename": "hubspot_connection-1.0rc1-py2.7.egg", "has_sig": false, "md5_digest": "02a63a88ffe2c8f678cfbf89e29b4d3d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8530, "upload_time": "2014-07-01T14:20:47", "url": "https://files.pythonhosted.org/packages/26/89/b7801c66b6d0b57771e87f0f326d83a59862b9b29a5ff988969b12fec7ce/hubspot_connection-1.0rc1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1228bb65bd1a8955f77e43b8053cc001", "sha256": "c6375c5e9fd1fec9a8d8a1d9322f75b157d0e1b9756e0f62d19d063468a6f3d4" }, "downloads": -1, "filename": "hubspot-connection-1.0rc1.tar.gz", "has_sig": false, "md5_digest": "1228bb65bd1a8955f77e43b8053cc001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7609, "upload_time": "2014-07-01T14:21:39", "url": "https://files.pythonhosted.org/packages/e6/8c/66ba5f7a7d3dbc2e2b80605e197315608e5e952f610a889ea8ce990e7d8c/hubspot-connection-1.0rc1.tar.gz" } ], "1.0rc2": [ { "comment_text": "", "digests": { "md5": "48a24557e3d1417afb5684c530272f91", "sha256": "b77f54de932a5e7b6daca52f564015e008cd35760b51f0939306af556eccfed0" }, "downloads": -1, "filename": "hubspot_connection-1.0rc2-py2.7.egg", "has_sig": false, "md5_digest": "48a24557e3d1417afb5684c530272f91", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8615, "upload_time": "2014-07-14T11:29:42", "url": "https://files.pythonhosted.org/packages/6d/84/ce65dce29ac7860a83ec6fafe589494c1ba71dcd21c2b70141e949feb06f/hubspot_connection-1.0rc2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5461dd051d88e222924152c23e8f1187", "sha256": "ced184406a292c471b093dec3f9d540247753decd39f49e84f057ed940a86d90" }, "downloads": -1, "filename": "hubspot-connection-1.0rc2.tar.gz", "has_sig": false, "md5_digest": "5461dd051d88e222924152c23e8f1187", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7705, "upload_time": "2014-07-14T11:29:39", "url": "https://files.pythonhosted.org/packages/3f/0d/c3e39bc600c016638e327614763dff49a1b0c34858570ae8625c82f24acc/hubspot-connection-1.0rc2.tar.gz" } ], "1.0rc3": [ { "comment_text": "", "digests": { "md5": "13aba6fcd36a901b0705db47e2e72ff9", "sha256": "fe6e626b5a62e534067dcbbdf61ef2eb9520256fd01e5f2cd51046359be317d1" }, "downloads": -1, "filename": "hubspot_connection-1.0rc3-py2.7.egg", "has_sig": false, "md5_digest": "13aba6fcd36a901b0705db47e2e72ff9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8666, "upload_time": "2014-09-15T09:50:25", "url": "https://files.pythonhosted.org/packages/4d/52/8bfa2e964edcf9a7724e9a2f3c8aadaad4cd25a2d2162068115c61967500/hubspot_connection-1.0rc3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "04acb214d9d802a6c702483d7792a9fc", "sha256": "6895d929ab484d2ddc86941aa570de6f3f9cff9e9873e74b6453fecd4d00a192" }, "downloads": -1, "filename": "hubspot-connection-1.0rc3.tar.gz", "has_sig": false, "md5_digest": "04acb214d9d802a6c702483d7792a9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7774, "upload_time": "2014-09-15T09:50:22", "url": "https://files.pythonhosted.org/packages/7f/89/4855748cfc2cc8b5c8e53458216b6f7d99445571b221c6ec1a83d13a50ea/hubspot-connection-1.0rc3.tar.gz" } ], "1.0rc4": [ { "comment_text": "", "digests": { "md5": "b971f71eea0ca6060403e555eafbff6b", "sha256": "a0f39e268d6ec604aa7350c63fc58f2a82ac3c18615f1d7c60c21e3ce73e012f" }, "downloads": -1, "filename": "hubspot_connection-1.0rc4-py2.7.egg", "has_sig": false, "md5_digest": "b971f71eea0ca6060403e555eafbff6b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8722, "upload_time": "2015-02-18T10:39:46", "url": "https://files.pythonhosted.org/packages/cb/ce/bae337369546462d4b1ba4a2c9aed9368ac11d6ba2609399a972fa9f1831/hubspot_connection-1.0rc4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "bad5e82620f5eacaa7c475f7e0e62241", "sha256": "344c3621f99195ca1c974a753798f2f11311fea5769ab3bad106399486be8bab" }, "downloads": -1, "filename": "hubspot-connection-1.0rc4.tar.gz", "has_sig": false, "md5_digest": "bad5e82620f5eacaa7c475f7e0e62241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7837, "upload_time": "2015-02-18T10:39:44", "url": "https://files.pythonhosted.org/packages/fd/92/89264064446e164b88a2561d7f2bdae2c5a15a65d431d0eb0aa047807fa5/hubspot-connection-1.0rc4.tar.gz" } ], "1.0rc5": [], "1.0rc8": [ { "comment_text": "", "digests": { "md5": "7d998f78bc37a747f7f29daafe72a89b", "sha256": "aa599c291a11b7f6a0adadfd122725bc081ec9949a748924051466941c1a52c2" }, "downloads": -1, "filename": "hubspot-connection-1.0rc8.tar.gz", "has_sig": false, "md5_digest": "7d998f78bc37a747f7f29daafe72a89b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7381, "upload_time": "2016-08-16T08:46:33", "url": "https://files.pythonhosted.org/packages/b6/e8/dd2fb8e44984f9c65f520a1dc5318562e7ce5faa1e52d41a68ebab25ddac/hubspot-connection-1.0rc8.tar.gz" } ], "1.0rc8.post0": [ { "comment_text": "", "digests": { "md5": "d6818d95713f190e7ff7a87a479328a3", "sha256": "a9dff266cc25f78a956432374c267f6e064244aafc5a177628c243c7b1326fc7" }, "downloads": -1, "filename": "hubspot_connection-1.0rc8.post0-py2.7.egg", "has_sig": false, "md5_digest": "d6818d95713f190e7ff7a87a479328a3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16964, "upload_time": "2016-08-16T08:44:09", "url": "https://files.pythonhosted.org/packages/c8/41/bd985aeffdf932d30f75aa2ea260228e0c746e8152777bc35a07bacb7565/hubspot_connection-1.0rc8.post0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5ab0abfd16764525ce4c24eebe34487e", "sha256": "2b9c4f854d9166b350e44d71fcfaa76f21c625a6c1d756df35a2acda77f3b67e" }, "downloads": -1, "filename": "hubspot-connection-1.0rc8.post0.tar.gz", "has_sig": false, "md5_digest": "5ab0abfd16764525ce4c24eebe34487e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7391, "upload_time": "2016-08-16T08:44:07", "url": "https://files.pythonhosted.org/packages/8b/41/8f6491ba6c8bd9c80001fdec6e78f1889d7be536e07acc1c5f1af580d6dc/hubspot-connection-1.0rc8.post0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6818d95713f190e7ff7a87a479328a3", "sha256": "a9dff266cc25f78a956432374c267f6e064244aafc5a177628c243c7b1326fc7" }, "downloads": -1, "filename": "hubspot_connection-1.0rc8.post0-py2.7.egg", "has_sig": false, "md5_digest": "d6818d95713f190e7ff7a87a479328a3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16964, "upload_time": "2016-08-16T08:44:09", "url": "https://files.pythonhosted.org/packages/c8/41/bd985aeffdf932d30f75aa2ea260228e0c746e8152777bc35a07bacb7565/hubspot_connection-1.0rc8.post0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5ab0abfd16764525ce4c24eebe34487e", "sha256": "2b9c4f854d9166b350e44d71fcfaa76f21c625a6c1d756df35a2acda77f3b67e" }, "downloads": -1, "filename": "hubspot-connection-1.0rc8.post0.tar.gz", "has_sig": false, "md5_digest": "5ab0abfd16764525ce4c24eebe34487e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7391, "upload_time": "2016-08-16T08:44:07", "url": "https://files.pythonhosted.org/packages/8b/41/8f6491ba6c8bd9c80001fdec6e78f1889d7be536e07acc1c5f1af580d6dc/hubspot-connection-1.0rc8.post0.tar.gz" } ] }