Metadata-Version: 2.1
Name: citier
Version: 1.3.6
Summary: An extensive Python Library to View, List and Validate Countries, States, and Cities data
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# citier

Python Library to Validate and List Countires, States and cities.

## Usage
## Country
citier/
|-- country
|   |-- validate_country
|   |-- countries_list

Validate any Country
# validate_country("Pakistan")
List a Range of countries
# countries_list(1,2) 
List all Countries
# countries_list()

## State
|-- state/
|   |-- validate_state
|   |-- list_states



## Installation

```bash
pip install citier


