Skip to content

pizzimathy/districtr-api

 
 

Repository files navigation

Districtr API

Build Status

This repo holds the source code for the Districtr API. The API is written in Flask with a PostGIS database layer. We try to follow

Development

Installing and managing dependencies

We use pipenv to install PyPI packages.

Testing

We use the pytest unit test framework. Our goal is to have comprehensive test coverage.

Style

We use flake8 to enforce code style, but we set max-line-length=88. We recommend the black source code formatter.

About

API for the Districtr web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Mako 1.5%
  • Dockerfile 1.3%
  • Shell 0.4%