Metadata-Version: 2.1
Name: ip2geotools-locator
Version: 1.4.2
Summary: An extension of the ip2geotools package that refines
                the estimation of the location of different geolocation databases using statistical
                methods.
Home-page: https://github.com/Ionicson/ip2geotools-locator
Author: Oldřich Klíma
Author-email: xklima27@vutbr.cz
License: MIT license
Keywords: ip2geotools-locator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 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
Requires-Dist: Click (>=6.0)
Requires-Dist: folium (>=0.6.0)
Requires-Dist: geopy (>=1.17.0)
Requires-Dist: ip2geotools (>=0.1.4)
Requires-Dist: kneed (>=0.2.4)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: sklearn (>=0.0)

===================
ip2geotools-locator
===================


.. image:: https://img.shields.io/pypi/v/ip2geotools-locator.svg
        :target: https://pypi.python.org/pypi/ip2geotools-locator

.. image:: https://img.shields.io/travis/Ionicson/ip2geotools-locator.svg
        :target: https://travis-ci.org/Ionicson/ip2geotools-locator

.. image:: https://readthedocs.org/projects/ip2geotools-locator/badge/?version=latest
        :target: https://ip2geotools-locator.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




An extension of the ip2geotools package that refines the estimation of the location of different geolocation databases using statistical methods.


* Free software: MIT license
* Documentation: https://ip2geotools-locator.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======
1.4.1 (2019-03-17)
------------------
* Pylint file created
* Hotfix of Clustering method

1.4.0 (2019-03-17)
------------------
* Logging refactor
* None values excluded
* CLI Changed
* Errors fixed
* Stable Version

1.3.0 (2019-03-04)
------------------
* Clustering calculation improved

1.2.0 (2019-02-19)
------------------
* Clustering calculation method, CLI

1.1.3 (2019-02-18)
------------------
* Enviroment cleanup, pipenv added, tox removed

1.1.2 (2018-12-14)
------------------
* Default settings added

1.0.2 (2018-12-13)
------------------
* Ipstack DB, Security issues fixed, Beta version

1.0.1 (2018-11-13)
------------------
* Build errors fixed

1.0.0 (2018-11-13)
------------------

* First release on PyPI.

0.1.0 (2018-10-30)
------------------

* Application created


