Metadata-Version: 2.1
Name: DNA-Processing
Version: 0.0.3
Summary: dna_processing: Module to work with DNA, RNA and Protein sequences. And interact with them.
Home-page: https://github.com/R-Rijnbeek/DNA_Processing
Author: Robert Rijnbeek
Author-email: robert270384@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/R-Rijnbeek/DNA_Processing/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Python_DNAProcessing

Repository that has the standard DNA, RNA and Protein Objects and the standard methods to interact with them.

## How it work:

1. Create en python environent and install the package using de command:
    ````
    pip install DNA-Processing
    ````
2. Once you get installed the package you can import the packahe in the python module by:
    ````
    from dna_processing import DNA, RNA, Protein, loadFile, findProteinsequences,...
    ````
    or 

    ````
    import dna_processing
    ````
and that's it!!


