https://github.com/christopherpickering/religious_freedom
Converts the USA Department of State Religious Freedom Reports into a json data structure.
https://github.com/christopherpickering/religious_freedom
Last synced: 4 months ago
JSON representation
Converts the USA Department of State Religious Freedom Reports into a json data structure.
- Host: GitHub
- URL: https://github.com/christopherpickering/religious_freedom
- Owner: christopherpickering
- License: mit
- Created: 2023-01-03T20:24:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T21:33:58.000Z (11 months ago)
- Last Synced: 2025-07-20T23:29:35.838Z (11 months ago)
- Language: Python
- Size: 21.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Human Rights Practices
Converts the [USA Department of State Religious Freedom Reports](https://www.state.gov/international-religious-freedom-reports/) into a json data structure.
## Data
* [Latest JSON File](https://www.github.com/christopherpickering/religious_freedom/tree/build/data.json) - approx 700 kB - updated monthly
* [Latest JSON File (gzip)](https://www.github.com/christopherpickering/religious_freedom/tree/build/data.json.gz) - approx 200 kB - updated monthly
## Building your own file
* clone this repository
* install deps with `poetry install`
* run `poetry run python main.py`
A json file called `data.json` will appear.
## License
MIT - see LICENSE