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

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/sdhutchins/jxn-open-data-api.svg?branch=master)](https://travis-ci.com/sdhutchins/jxn-open-data-api)
[![This package is currently under development.](https://img.shields.io/badge/under-development-orange.svg)](https://github.com/sdhutchins/jxn-open-data-api)
[![PyPI version](https://badge.fury.io/py/jxn-open-data-api.svg)](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)