Metadata-Version: 2.1
Name: optimal-loc
Version: 0.1.3
Summary: A python project which finds the optimal N locations in a given area according to the given location inputs. This package can be used for business or individual needs.
Home-page: https://github.com/sinan-demirhan/optimal-loc
License: MIT
Keywords: optimalLoc,optimal_loc,optimal-loc,optimal,optimal location,optimal location finder
Author: Sinan Demirhan
Author-email: sdemirhan1320@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: folium (>=0.13.0,<0.14.0)
Requires-Dist: h3 (>=3.7.6,<4.0.0)
Requires-Dist: numpy (>=1.20.2,<2.0.0)
Requires-Dist: pandas (>=1.2.4,<2.0.0)
Requires-Dist: pulp (>=2.4,<3.0)
Requires-Dist: pymongo (>=3.11.0,<4.0.0)
Requires-Dist: streamlit (>=1.21.0,<2.0.0)
Project-URL: Repository, https://github.com/sinan-demirhan/optimal-loc
Description-Content-Type: text/markdown

# optimal-loc
A python project which finds the optimal N locations in a given area according to the given location inputs.

### Purpose of the Package
+ dsd
+ dsds

### Features


### Getting Started
+ Package can be found on pypi hence you can install it using pip.

### Installation
```bash
pip install optimal_loc
```

### Usage
```bash
from optimal_loc import return_message
output = return_message(my_input=5) # 50
```

### Contribution
Contributions are welcome.
Notice a bug let us know.

### Author
+ Main Maintainer: Sinan Demirhan (SDemirhan)
