Metadata-Version: 2.4
Name: geopython
Version: 1.1.0
Summary: Vanity package for geopython projects
Author-email: Tom Kralidis <tomkralidis@gmail.com>
Maintainer-email: Tom Kralidis <tomkralidis@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/geopython/geopython
Project-URL: source, https://github.com/geopython/geopython
Project-URL: documentation, https://github.com/geopython/geopython
Project-URL: issues, https://github.com/geopython/geopython/issues
Keywords: geospatial,python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Provides-Extra: release
Requires-Dist: build; extra == "release"
Requires-Dist: twine; extra == "release"
Requires-Dist: wheel; extra == "release"
Dynamic: license-file

# geopython

Vanity package for [geopython](https://geopython.github.io) projects

```bash
pip install geopython
```

```python
>>> import geopython
```
