Metadata-Version: 2.1
Name: bg_refseq_accession_file_utils
Version: 0.1.0
Summary: Collection of Python modules for reading and writing tab-delimited RefSeq accession files.
Home-page: https://github.com/rusty-bioinfo-se/bg-refseq-accession-file-utils
Author: Jaideep Sundaram
Author-email: sundaram.baylorgenetics@gmail.com
Keywords: bg_refseq_accession_file_utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: Pydantic
Requires-Dist: PyYAML
Requires-Dist: Rich
Requires-Dist: singleton-decorator

==============================
BG RefSeq Accession File Utils
==============================

Collection of Python modules for reading and writing the tab-delimited RefSeq accession files.



Features
--------

* RefSeqAccessionFileParser class for reading the RefSeq accession files
* RefSeqAccessionFileWriter class for writing the RefSeq accession files
* RefSeqAccessionRecord class for representing the RefSeq accession records

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.1.0 (2024-10-19)
------------------

* First release on PyPI.
