An open API service indexing awesome lists of open source software.

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.

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