Charity Commission England and Wales - Data Library
Project description
Charity Commission Data
Python library to download charity commission data into usable objects or files.
Installation
pip install charitycommissionew
Getting Started
How to get data from the charity commission with this library:
from charitycommissionew import CharityCommissionEW as ccew
# To a CSV file
ccew().to_file(entity='charity', filetype='csv', folder='./data')
# To a dict
charitydata = ccew()
charitydata.to_dict(entity='charity')
# To a CSV Reader object
charitydata = ccew()
charitydata.to_csv_reader(entity='charity')
Available Entities
The charity commission data is available in a normalised structure, resulting in lots of files. Most functions take an entity parameter. The following entities are currently supported:
- charity
- charity_annual_return_history
- charity_annual_return_parta
- charity_annual_return_partb
- charity_area_of_operation
- charity_classification
- charity_event_history
- charity_governing_document
- charity_other_names
- charity_other_regulators
- charity_policy
- charity_published_report
- charity_trustee
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file charitycommissionew-0.1.1.tar.gz.
File metadata
- Download URL: charitycommissionew-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d62f9372917e399f41c18d85a931370920a1718f46ab1ba641b7d74589b4ae7
|
|
| MD5 |
d248394043afd15124360bb235cf6ffa
|
|
| BLAKE2b-256 |
240d8419c92c82b8e4e3a7973cbb543515d03ab8c1f67b08927c5438b051ad9e
|
File details
Details for the file charitycommissionew-0.1.1-py2-none-any.whl.
File metadata
- Download URL: charitycommissionew-0.1.1-py2-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cffd99f07a23f5e174f082197131c27186e7e0171963816cfcd2788dd4c9673
|
|
| MD5 |
bbf9bce295f2eb3975b79401ee3bac6b
|
|
| BLAKE2b-256 |
9ce533135a985112650e5a6bc402046de80fb2f9689eee5f28398717b0e7f218
|