Metadata-Version: 2.1
Name: geo-ng
Version: 0.1.0
Summary: 
Author: ize-302
Author-email: adavizeozorku@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: setuptools (>=69.0.3,<70.0.0)
Description-Content-Type: text/markdown

# geo-ng

Geo-ng is a python package that provides geographical information about States, LGAs and towns in Nigeria

### Usage
`pip install geo-ng`

```py
from geo_ng import get_states

get_states()
```
