https://github.com/sdhutchins/jxn-open-data-api
Access Jackson, MS open government data using a python API wrapper.
https://github.com/sdhutchins/jxn-open-data-api
api data jackson jxn mississippi open-gov
Last synced: about 1 year ago
JSON representation
Access Jackson, MS open government data using a python API wrapper.
- Host: GitHub
- URL: https://github.com/sdhutchins/jxn-open-data-api
- Owner: sdhutchins
- License: mit
- Created: 2019-07-23T18:59:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T05:58:19.000Z (over 6 years ago)
- Last Synced: 2025-02-14T13:27:36.752Z (over 1 year ago)
- Topics: api, data, jackson, jxn, mississippi, open-gov
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/sdhutchins/jxn-open-data-api)
[](https://github.com/sdhutchins/jxn-open-data-api)
[](https://badge.fury.io/py/jxn-open-data-api)
# jxnopendata
Access Jackson, MS open government data using a python API wrapper.
## Background
## Installation
View the below methiods for installing this package.
### PyPi
`pip install JxnOpenData`
### GitHub
1. Download the zip file and unzip it or `git clone
https://github.com/sdhutchins/jxn-open-data-api.git`
2. `cd jxn-open-data-api`
3. `pip install .`
**OR**
`pip install git+https://github.com/sdhutchins/jxn-open-data-api.git`
## Tests
To run tests, type `nosetests tests/` in the
jxnopendata directory.
## Author
Shaurita D. Hutchins · [@sdhutchins](https://github.com/sdhutchins)
· [shaurita.d.hutchins@gmail.com](mailto:shaurita.d.hutchins@gmail.com)
## Contributing
If you would like to contribute to this package, install the package in
development mode, and check out our [contributing
guidelines](https://github.com/sdhutchins/jxn-open-data-api/blob/master/CONTRIBUTING.rst).
## License
[MIT](https://github.com/sdhutchins/jxn-open-data-api/blob/master/LICENSE)