Metadata-Version: 2.0
Name: nycdb
Version: 0.1.0
Summary: database of nyc housing data
Home-page: https://github.com/aepyornis/nyc-db
Author: ziggy
Author-email: nycdb@riseup.net
License: GPL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
Requires-Dist: Cython (>=0.27)
Requires-Dist: PyYAML (>=3)
Requires-Dist: requests (>=2.18)
Requires-Dist: xlrd (>=1.1.0)
Requires-Dist: pyproj (>=1.9.5)
Requires-Dist: psycopg2 (>=2.7)

# nycdb

This is a Python library and cli tool for install, updatding and managing NYC-DB, database of Housing Data for NYC.

## Installation

Works on python3.5 or higher: ``` pip3 install -e . ```

## Development

Setup: ``` make ```

Run tests: ``` make test ```


## Licence: GPLv3

```
NYC-DB - Postgres database of NYC housing data
Copyright (C) 2017  Ziggy Mintz

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
```



