Metadata-Version: 2.1
Name: acdh-geonames-utils
Version: 0.3.0
Summary: Utility functions to interact with geonames.org
Home-page: https://github.com/acdh-oeaw/acdh_geonames_utils
Author: Peter Andorfer
Author-email: peter.andorfer@oeaw.ac.at
License: MIT license
Keywords: acdh_geonames_utils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Requires-Dist: Click (>=7.0)
Requires-Dist: requests (>=2.25)
Requires-Dist: pandas (>=1.1)

==============
Geonames Utils
==============


.. image:: https://img.shields.io/pypi/v/acdh_geonames_utils.svg
        :target: https://pypi.python.org/pypi/acdh_geonames_utils

.. image:: https://img.shields.io/travis/acdh-oeaw/acdh_geonames_utils.svg
        :target: https://travis-ci.com/acdh-oeaw/acdh_geonames_utils

.. image:: https://codecov.io/gh/acdh-oeaw/acdh_geonames_utils/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/acdh-oeaw/acdh_geonames_utils

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




Utility functions to interact with geonames.org


* Free software: MIT license
* Documentation: https://geonames-utils.readthedocs.io/


Features
--------

To use Geonames Utils in a project::

    from acdh_geonames_utils import acdh_geonames_utils as gn

    geonames_df = gn.dwonload_to_df('AT')
    geonames_df.head() # prints the first n rows

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
=======

0.2.0 (2021-01-07)
------------------

* First release on PyPI.


