PyForbes - Python wrapper for Forbes API
PyCalendly
Welcome to the GitHub repository of PyForbes
PyForbes is an unofficial Python wrapper for Forbes API.
PyForbes allows developers to analyze Forbes data or build web application with Forbes data.
PyForbes provides ease of access to developers and data scientists by providing python interface to directly get the Forbes data as a Pandas.DataFrame or JSON Dictionary.
A Simple PyForbes application typically looks like this
from pyforbes import ForbesList
flist = ForbesList()
# Get ForbesList data as a JSON
billionaires_json = flist.get_json('billionaires', year=2020)
# Get ForbesList data as a DataFrame
billionaires_df = flist.get_df('billionaires', year=2020)
# 30Under30 - Social Media Influencers
social_media_30 = flist.get_df('30under30-social-media', year=2020)
In order to make the most out of PyForbes, you should start with the PyForbes Documentation: Examples that will lead you through the most common aspects of the package.
Documentation
Refer the documentation, examples and other instructions here: PyForbes Documentation
Contributing
Please refer the Contribution Guidelines.
Release files for pyforbes 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyforbes-1.0.3.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyforbes-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.7 kB
Release files / pyforbes-1.0.3.tar.gz
| Download URL | pyforbes-1.0.3.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
703c2480cc5e55715746a1166e8bf23dcc21f95d539690b145e038d166056f0e
|
|
BLAKE2b-256 checksum How to use checksums |
5b5f0337dbf60eaf22ee0b2be6593b53caee920bf5baf5408ff08c236da7c80d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.1
|
Release files / pyforbes-1.0.3-py3-none-any.whl
| Download URL | pyforbes-1.0.3-py3-none-any.whl |
|---|---|
| Size | 9.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e4b7601b7b383a6d86f5a59331508f53bc566d986284fb5ac323c0904e32f1a2
|
|
BLAKE2b-256 checksum How to use checksums |
7c86a89b96160829ef332456c4576810987c39e6a2e88bd3a1df84eab481655c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.1
|