Metadata-Version: 2.1
Name: getContinent
Version: 1.0.0
Summary: This module can help you to get the continent of different countries
Home-page: https://github.com/meShubhamJha/getconti
Author: Shubham Jha
Author-email: sjha0090@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >3.5.2
Description-Content-Type: text/markdown
License-File: LICENSE

# getcontinent

This library can help you find the continent of a given country on any given large dataset.

## Installation

Use the package manager [pip](https://pypi.org/project/getcontinent/) to install foobar.

```bash
pip install getcontinent
```

## Usage

```python
from getconti import getConti

# create an object of getConti
a = getConti()

# usage
india_continent = a.getContinents("India")

# it return continent name as string
china_continent = a.getContinents("china")
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)


