eyeseast / datasette-census-boundaries

Common US Census boundaries packaged in an installable SQLite database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datasette-census-boundaries

PyPI Changelog Tests License

Common US Census boundaries packaged in an installable SQLite database

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-census-boundaries

Usage

Usage instructions go here.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-census-boundaries
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

Common US Census boundaries packaged in an installable SQLite database

License:Apache License 2.0


Languages

Language:Python 100.0%