Metadata-Version: 2.1
Name: alignme
Version: 0.1.0
Summary: Alignment Tool based on Biopython
Home-page: https://github.com/wxicu/alignme
License: MIT
Author: xichenwu
Author-email: xichenwu@outlook.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
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.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: biopython (>=1.79,<2.0)
Requires-Dist: click (>=8.0.0)
Requires-Dist: rich (>=10.3.0)
Project-URL: Documentation, https://alignme.readthedocs.io
Project-URL: Repository, https://github.com/wxicu/alignme
Description-Content-Type: text/x-rst

alignme
===========================

|PyPI| |Python Version| |License| |Read the Docs| |Build| |Tests| |Codecov| |pre-commit| |Black|

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


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

You can install *alignme* via pip_ from PyPI_:

.. code:: console

   $ pip install alignme


Usage
-----

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


Credits
-------

This package was created with cookietemple_ using Cookiecutter_ based on Hypermodern_Python_Cookiecutter_.

.. _cookietemple: https://cookietemple.com
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _PyPI: https://pypi.org/
.. _Hypermodern_Python_Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _pip: https://pip.pypa.io/
.. _Usage: https://alignme.readthedocs.io/en/latest/usage.html

