Metadata-Version: 2.1
Name: biofaker
Version: 0.1.2
Summary: A Python package that generates fake biodata.
Home-page: https://github.com/robertopreste/biofaker
Author: Roberto Preste
Author-email: robertopreste@gmail.com
License: MIT license
Keywords: biofaker
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: Click (>=7.0)

========
BioFaker
========


.. image:: https://img.shields.io/pypi/v/biofaker.svg
        :target: https://pypi.python.org/pypi/biofaker

.. image:: https://www.repostatus.org/badges/latest/wip.svg
    :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
    :target: https://www.repostatus.org/#wip

.. image:: https://travis-ci.com/robertopreste/biofaker.svg?branch=master
        :target: https://travis-ci.com/robertopreste/biofaker

.. image:: https://codecov.io/gh/robertopreste/biofaker/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/robertopreste/biofaker

.. image:: https://readthedocs.org/projects/biofaker/badge/?version=latest
        :target: https://biofaker.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pepy.tech/badge/biofaker
    :target: https://pepy.tech/project/biofaker
    :alt: Downloads

.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
   :target: https://saythanks.io/to/robertopreste


A Python package that generates fake biodata.


* Free software: MIT license
* Documentation: https://biofaker.readthedocs.io
* GitHub repo: https://github.com/robertopreste/biofaker


Features
========

* create fake DNA sequences;
* create fake RNA sequences;
* TBC

Usage
=====

Please refer to the Usage_ section of the documentation for further information.

Installation
============

Please refer to the Installation_ section of the documentation for further information.

Credits
=======

This package was created with Cookiecutter_ and the `cc-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cc-pypackage`: https://github.com/robertopreste/cc-pypackage
.. _Usage: https://biofaker.readthedocs.io/en/latest/usage.html
.. _Installation: https://biofaker.readthedocs.io/en/latest/installation.html


=======
History
=======

0.1.0 (2020-04-07)
==================

* First release.

0.1.1 (2020-06-07)
------------------

* Add method to create fake DNA sequences.

0.1.2 (2020-06-08)
------------------

* Add method to create fake RNA sequences.


