Metadata-Version: 2.1
Name: rafm
Version: 0.2.1
Summary: rafm
Home-page: https://github.com/unmtransinfo/rafm
License: MIT
Keywords: science,biology,bioinformatics,pharmacology,data science,protein,sequences,structural biology,AlphaFold
Author: UNM Translational Informatics Team
Author-email: datascience.software@salud.unm.edu
Requires-Python: >=3.8.1,<3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: numpy
Requires-Dist: pandas (>=1.3.4,<2.0.0)
Requires-Dist: statsdict (>=0.1.3,<0.2.0)
Requires-Dist: typer
Project-URL: Changelog, https://github.com/unmtransinfo/rafm/releases
Project-URL: Documentation, https://rafm.readthedocs.io
Project-URL: Repository, https://github.com/unmtransinfo/rafm
Description-Content-Type: text/x-rst

rafm
====

|PyPI| |Status| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/rafm.svg
   :target: https://pypi.org/project/rafm/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/rafm.svg
   :target: https://pypi.org/project/rafm/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/rafm
   :target: https://pypi.org/project/rafm
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/rafm
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/rafm/latest.svg?label=Read%20the%20Docs
   :target: https://rafm.readthedocs.io/
   :alt: Read the documentation at https://rafm.readthedocs.io/
.. |Tests| image:: https://github.com/unmtransinfo/rafm/workflows/Tests/badge.svg
   :target: https://github.com/unmtransinfo/rafm/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/unmtransinfo/rafm/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/unmtransinfo/rafm
   :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


Features
--------

* TODO


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

* TODO


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

You can install *rafm* via pip_ from PyPI_:

.. code:: console

   $ pip install rafm


Usage
-----

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`_,
*rafm* is free and open source software.


Issues
------

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


Credits
-------

This project was generated from the `UNM Translational Informatics Python Cookiecutter`_ template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _UNM Translational Informatics Python Cookiecutter: https://github.com/unmtransinfo/cookiecutter-unmtransinfo-python
.. _file an issue: https://github.com/unmtransinfo/rafm/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://rafm.readthedocs.io/en/latest/usage.html

