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

https://github.com/opencivicdata/python-opencivicdata

python utilities for Open Civic Data
https://github.com/opencivicdata/python-opencivicdata

Last synced: 2 months ago
JSON representation

python utilities for Open Civic Data

Awesome Lists containing this project

README

          

python-opencivicdata
====================

[![Build Status](https://travis-ci.com/opencivicdata/python-opencivicdata.svg?branch=master)](https://travis-ci.com/opencivicdata/python-opencivicdata)
[![Coverage Status](https://coveralls.io/repos/opencivicdata/python-opencivicdata/badge.png?branch=master)](https://coveralls.io/r/opencivicdata/python-opencivicdata?branch=master)
[![PyPI](https://img.shields.io/pypi/v/opencivicdata.svg)](https://pypi.python.org/pypi/opencivicdata)

Python utilities (including Django models) for implementing the
Open Civic Data specification.

**Requires Django >=2.2 and Python >= 3.6, pin to <3.0 for older versions**

The Organization, Person, Membership, Post, and VoteEvent models and related models are based on the [Popolo specification](http://popoloproject.com/).

To run tests on this project: ./run-tests.sh