Metadata-Version: 2.2
Name: ebird-codes
Version: 0.0.2
Summary: Utiltities for dealing with eBird codes.
Author-email: Stuart MacKay <smackay@flagstonesoftware.com>
Project-URL: Repository, https://github.com/ProjectBabbler/ebird-codes.git
Project-URL: Issues, https://github.com/ProjectBabbler/ebird-codes/issues
Project-URL: Changelog, https://github.com/ProjectBabbler/ebird-codes/blob/master/CHANGELOG.rst
Keywords: eBird,codes,database,utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

eBird Codes
===========
eBird Codes is a python library for working with the codes used by eBird.

Overview
--------
.. overview-start

.. overview-end

Install
-------
.. install-start

You can use either `pip`_ or `uv`_ to download the `package`_ from PyPI and
install it into a virtualenv:

.. code-block:: console

    pip install ebird-codes

or:

.. code-block:: console

    uv add ebird-codes


.. _pip: https://pip.pypa.io/en/stable/
.. _uv: https://docs.astral.sh/uv/
.. _package: https://pypi.org/project/ebird-codes/

.. install-end

Project Information
-------------------

* Issues: https://github.com/StuartMacKay/ebird-codes/issues
* Repository: https://github.com/StuartMacKay/ebird-codes

The app is tested on Python 3.8+.

eBird Codes is released under the terms of the `MIT`_ license.

.. _MIT: https://opensource.org/licenses/MIT
