Skip to content
/ bray Public

Simple batch API for geocoding in Python using Geoclient

License

Notifications You must be signed in to change notification settings

mlipper/bray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

Simple ETL app for geocoding with NYC Geoclient

  • Free software: Apache Software License 2.0

Installation

pip install bray

You can also install the in-development version with:

pip install https://github.com/mlipper/bray/archive/master.zip

Documentation

https://bray.readthedocs.io/

Development

Install tox:

pip install tox

If you use pyenv, install tox-pyenv:

pip install tox-pyenv

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Simple batch API for geocoding in Python using Geoclient

Resources

License

Stars

Watchers

Forks

Packages

No packages published