Metadata-Version: 2.1
Name: strigiform
Version: 0.0.4
Summary: strigiform
Home-page: https://github.com/X-McKay/strigiform
License: MIT
Author: Alex McKay
Author-email: aldmckay@gmail.com
Requires-Python: >=3.7.9,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (==1.4.23)
Requires-Dist: botocore (>=1.21.29,<2.0.0)
Requires-Dist: click
Requires-Dist: click-help-colors (>=0.9.1,<0.10.0)
Requires-Dist: configparser (>=5.0.2,<6.0.0)
Requires-Dist: hvac (>=0.11.2,<0.12.0)
Requires-Dist: importlib-metadata (<4.9.0)
Requires-Dist: mock (>=4.0.3,<5.0.0)
Requires-Dist: nox-poetry (>=0.8.6,<0.9.0)
Requires-Dist: pandas (>=1.2.5,<2.0.0)
Requires-Dist: pandas-stubs (>=1.2.0,<2.0.0)
Requires-Dist: parameterized (>=0.8.1,<0.9.0)
Requires-Dist: psycopg2 (>=2.9.1,<3.0.0)
Requires-Dist: pytest-responsemock[dev] (>=1.0.1,<2.0.0)
Requires-Dist: requests (==2.26.0)
Requires-Dist: requests-mock
Requires-Dist: sql (>=0.4.0,<0.5.0)
Requires-Dist: streamlit (>=1.0.0,<2.0.0)
Requires-Dist: types-requests (>=2.25.0,<3.0.0)
Project-URL: Changelog, https://github.com/X-McKay/strigiform/releases
Project-URL: Documentation, https://strigiform.readthedocs.io
Project-URL: Repository, https://github.com/X-McKay/strigiform
Description-Content-Type: text/x-rst

===============================
strigiform
===============================


|PyPI| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/strigiform.svg
   :target: https://pypi.org/project/strigiform/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/strigiform
   :target: https://pypi.org/project/strigiform
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/strigiform
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/strigiform/latest.svg?label=Read%20the%20Docs
   :target: https://strigiform.readthedocs.io/
   :alt: Read the documentation at https://strigiform.readthedocs.io/
.. |Tests| image:: https://github.com/X-McKay/strigiform/workflows/Tests/badge.svg
   :target: https://github.com/X-McKay/strigiform/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/X-McKay/strigiform/branch/develop/graph/badge.svg
   :target: https://codecov.io/gh/X-McKay/strigiform
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


strigiform is a Python mono-repo that provides tools for Birders and Researchers to:

* Explore and visualize information for Birders
* Easily interact with eBird APIs.


Project Maturity and readiness
------------------------------

strigiform is under active development; many key workflows and best practices are still being worked out.
More seamless interaction with eBird products is in development, as well as
general improvement the overall user experience.


A current major focus is visualization of user life-lists across various levels
of taxonomy and relevant categories.


Features
--------

* Retrieval of hotspots (eBird) via CLI and/or python
* Extracting the latest version of the eBird Taxonomy (species list for data entry and listing purposes across the world)



Requirements
------------

`ASDF`_ for managing multiple runtime verisions.

`eBird API Key`_ to dyanamically use and access eBird data.

* Once an API Key has been obtained, store it in an Environment variable named **EBIRD_KEY**


Installation
------------

You can install *strigiform* via pip_ from PyPI_:

.. code:: console

   $ pip install strigiform


Usage
-----

* IN PROGRESS

Please see the `Command-line Reference <Usage_>`_ for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `MIT license`_,
*strigiform* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


Credits
-------

* Cornell University

* Cornell Lab of Ornithology

* This project was originally based on `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.

* Credit to Tim Rodriguez for indirect influence of S&BP.

.. _@cjolowicz: https://github.com/cjolowicz
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/X-McKay/strigiform/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://strigiform.readthedocs.io/en/latest/usage.html
.. _ASDF: http://asdf-vm.com/
.. _eBird API Key: https://ebird.org/data/download

