Skip to main content

Python bindings to CrunchBase

Project description

Documentation Status Travis-CI Build Status coveralls
PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported imlementations

Python bindings to CrunchBase

Examples

cb = CrunchBase(API_KEY)
github = cb.organization('github')
funding_rounds_summary = github.funding_rounds

more_funding_rounds = cb.more(funding_rounds_summary)

funding_round_details = [
    cb.funding_round(round.cbid) for round in funding_rounds_summary
]

Installation

pip install pycrunchbase

Documentation

https://pycrunchbase.readthedocs.org/

Development

To run the all tests run:

tox

Goals

  1. Support all (or almost all) of CrunchBase’s API functionalities

  2. Speedy updates when CrunchBase’s API changes

  3. ‘Pythonic’ bindings, user doesn’t feel like we’re requesting URLs

TODO

Support other nodes (Person, Product, FundingRound, Acquisition, IPO, FundRaise)

License

MIT

Changelog

0.1.0 (2015-02-28)

  • First release on PyPI.

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

pycrunchbase-0.1.1.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

pycrunchbase-0.1.1-py2.py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 2 Python 3

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