Metadata-Version: 2.1
Name: fastatocsv
Version: 0.0.2
Summary: A package to convert .fasta files into .csv files
Home-page: https://github.com/drewk2021/fastatocsv
Author: Andrew Kessler
Author-email: drew.kessler.21@bishops.com
License: UNKNOWN
Description: fastatocsvconverter is a python package that allows for manipulation of fasta files into csv formats. 
        You can access it at https://pypi.org/project/fastatoscsvconverter/.
        
        Ex run:
        >> import fastatocsvconverter
        >> fastatocsvconverter.converter.convert("pathtoyourfasta.fasta","new.csv")
        
        
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
