Metadata-Version: 2.1
Name: zensvi
Version: 0.8.22
Summary: This package handles downloading, cleaning, analyzing street view imagery in a one-stop and zen manner.
License: MIT
Author: koito19960406
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pillow (>=8.3.2,<9.6)
Requires-Dist: Pygments (>=2.9.0,<3.0.0)
Requires-Dist: Shapely (>=1.8.1)
Requires-Dist: attrs (>=21.2.0,<22.0.0)
Requires-Dist: bleach (>=3.3.0,<4.0.0)
Requires-Dist: certifi (>=2021.5.30,<2022.0.0)
Requires-Dist: chardet (>=4.0.0,<5.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: click-plugins (>=1.1.1,<2.0.0)
Requires-Dist: cligj (>=0.7.2,<0.8.0)
Requires-Dist: coverage (>=5.5,<6.0)
Requires-Dist: docutils (>=0.16)
Requires-Dist: future (>=0.18.2,<0.19.0)
Requires-Dist: geojson (>=2.5.0,<3.0.0)
Requires-Dist: geopandas (>=0.10.0)
Requires-Dist: geopy (>=2.2.0,<3.0.0)
Requires-Dist: haversine (>=2.3.1,<3.0.0)
Requires-Dist: hypothesis (>=6.14.0,<7.0.0)
Requires-Dist: idna (>=2.10,<3.0)
Requires-Dist: iniconfig (>=1.1.1,<2.0.0)
Requires-Dist: mapbox-vector-tile (>=1.2.1,<2.0.0)
Requires-Dist: mercantile (>=1.2.1,<2.0.0)
Requires-Dist: munch (>=2.5.0,<3.0.0)
Requires-Dist: networkx (>=3.1,<4.0)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: opencv_python (>=4.5.3)
Requires-Dist: osmnx (>=1.1.1,<2.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: pkginfo (>=1.7.0,<2.0.0)
Requires-Dist: pluggy (>=0.13.1,<0.14.0)
Requires-Dist: protobuf (>=3.17.3,<4.0.0)
Requires-Dist: psutil (>=5.8.0,<6.0.0)
Requires-Dist: py (>=1.10.0,<2.0.0)
Requires-Dist: pyparsing (>=2.4.7,<3.0.0)
Requires-Dist: python-dotenv (>=0.19.0,<0.20.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0)
Requires-Dist: scipy (>=1.7,<2.0)
Requires-Dist: setuptools (>=64.0.3)
Requires-Dist: six (>=1.16.0,<2.0.0)
Requires-Dist: sortedcontainers (>=2.4.0,<3.0.0)
Requires-Dist: tqdm (>=4.61.1,<5.0.0)
Requires-Dist: transformers (>=4.10.2,<5.0.0)
Requires-Dist: turfpy (>=0.0.7,<0.0.8)
Requires-Dist: twine (>=1.13.0,<2.0.0)
Requires-Dist: urllib3 (>=1.26.5,<2.0.0)
Requires-Dist: vt2geojson (>=0.2.1,<0.3.0)
Requires-Dist: webencodings (>=0.5.1,<0.6.0)
Description-Content-Type: text/markdown

# ZenSVI

This package handles downloading, cleaning, analyzing street view imagery

## Installation

```bash
$ pip install zensvi
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`zensvi` was created by koito19960406. It is licensed under the terms of the MIT license.

## Credits

`zensvi` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

