{ "info": { "author": "Brian Anglin ", "author_email": "brianranglin@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "crunchbase\n==========\n\nThis is a Python Library for the Crunchbase 2.0 API.\n\nAPI Documentation\n=================\n\nThe CrunchBase API provides a RESTful interface to the data found on\nCrunchBase. The response is in JSON format.\n\nRegister\n~~~~~~~~\n\nFollow the steps below to start using the CrunchBase API:\n\n- `Sign Up`_\n- Login & `get API key`_\n- `Browse the documentation.`_\n\nSetup\n~~~~~\n\n::\n\n pip install git+git://github.com/anglinb/python-crunchbase\n\nUp & Running\n~~~~~~~~~~~~\n\nImport Crunchbase then intialize the Crunchbase object with your api\nkey.\n\n::\n\n from crunchbase import CrunchBase\n cb = CrunchBase('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')\n\nHere is an example of searching for an organization.\n\n::\n\n cb.getOrganizations('Dropbox', page='1', order=...)\n\nThis returns the result of an organization search query in JSON format.\nThe keyword arguments ``(page, order, ... )`` will be translated into\nGET variables and passed along with the request. Check the documentation\nto find which arguments are availible for which API endpoint.\n\nNow you are ready to perform any of the following queries against the\nCrunchbase 2.0 API\n\n::\n\n getOrganizations(query) #This returns result of an organization search query in JSON format.\n\n getOrganization(path) #This returns result of an organization search query in JSON format.\n\n getPeople() #This returns result of people in JSON format.\n\n getPerson(path) #This returns result of a single person\n\n getProducts() This returns result of products in JSON format.\n\n ... \n\nCheck crunchbase/crunchbase.py for a list of all the of the possible\nfunctions. These methods are in order with the ones found in the\n`Crunchbase API Documentation`_.\n\nAPI Usage Terms\n~~~~~~~~~~~~~~~\n\n- `General TOS`_\n- `License: CC-BY-NC (Creative Commons Attribution-NonCommercial\n License)`_\n\nhttps://developer.crunchbase.com/\n\nLibrary License\n~~~~~~~~~~~~~~~\n\n`WTFPL`_\n\n.. _Sign Up: https://developer.crunchbase.com/signup\n.. _get API key: https://developer.crunchbase.com/admin\n.. _Browse the documentation.: https://developer.crunchbase.com/docs\n.. _Crunchbase API Documentation: https://developer.crunchbase.com/docs\n.. _General TOS: http://info.crunchbase.com/docs/terms-of-service/\n.. _`License: CC-BY-NC (Creative Commons Attribution-NonCommercial License)`: http://creativecommons.org/licenses/by-nc/4.0/\n.. _WTFPL: http://www.wtfpl.net/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/anglinb/python-crunchbase/tarball/1.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anglinb/python-crunchbase", "keywords": "crunchbase,2.0,api", "license": "WTFPL", "maintainer": null, "maintainer_email": null, "name": "python-crunchbase", "package_url": "https://pypi.org/project/python-crunchbase/", "platform": "any", "project_url": "https://pypi.org/project/python-crunchbase/", "project_urls": { "Download": "https://github.com/anglinb/python-crunchbase/tarball/1.0.2", "Homepage": "https://github.com/anglinb/python-crunchbase" }, "release_url": "https://pypi.org/project/python-crunchbase/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Libraries for interacting with the Crunchbase 2.0 API", "version": "1.0.2" }, "last_serial": 1228373, "releases": { "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "aa9463ab86dae5fbc11f045d4193d8eb", "sha256": "cb4dd855c781ec4a4dc846f97e25d60f4ef6e0ea43081c214c7ac7fb685ca8da" }, "downloads": -1, "filename": "python-crunchbase-1.0.2.zip", "has_sig": false, "md5_digest": "aa9463ab86dae5fbc11f045d4193d8eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7420, "upload_time": "2014-09-17T19:37:32", "url": "https://files.pythonhosted.org/packages/39/bc/433aa767a2f9b12b49bfe88c93753e334987ed8da504282c8f720d5ce68e/python-crunchbase-1.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa9463ab86dae5fbc11f045d4193d8eb", "sha256": "cb4dd855c781ec4a4dc846f97e25d60f4ef6e0ea43081c214c7ac7fb685ca8da" }, "downloads": -1, "filename": "python-crunchbase-1.0.2.zip", "has_sig": false, "md5_digest": "aa9463ab86dae5fbc11f045d4193d8eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7420, "upload_time": "2014-09-17T19:37:32", "url": "https://files.pythonhosted.org/packages/39/bc/433aa767a2f9b12b49bfe88c93753e334987ed8da504282c8f720d5ce68e/python-crunchbase-1.0.2.zip" } ] }