Metadata-Version: 2.1
Name: igsr_archive
Version: 0.2.8
Summary: Contains code to perform several operations involving files in the IGSR (1000 genomes) FTP archive.
Home-page: https://github.com/igsr/igsr_archive/archive/0.2.8.tar.gz
Author: Ernesto Lowy
Author-email: ernestolowy@gmail.com
License: MIT
Description: 
        # igsr_archive
        Contains code to perform several operations involving files in the IGSR (1000 genomes) FTP archive: ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/
        
        Basic functionality that this repo provides is:
        
        * adding files on the FTP
        * moving files on the FTP
        * dearchiving files from the FTP
        * updating records in the FTP
        * Recording FTP changes in our tracking database
        
        ## Installation
        
        * Use pip for installing:
        
          `pip install igsr-archive`
        
        And you are ready to go!
        
        ## Documentation
        
        Go to https://igsr-archive.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
