Metadata-Version: 1.1
Name: datacache
Version: 1.1.5
Summary: Helpers for transparently downloading datasets
Home-page: https://github.com/openvax/datacache
Author: Alex Rubinsteyn
Author-email: alex.rubinsteyn@mssm.edu
License: http://www.apache.org/licenses/LICENSE-2.0.html
Description: DataCache
        =========
        
        Helpers for transparently downloading datasets
        
        API
        ---
        
        -  **fetch_file**\ (download_url, filename = *None*, decompress =
           *False*, subdir = *None*)
        -  **fetch_and_transform**\ (transformed_filename, transformer, loader,
           source_filename, source_url, subdir = *None*)
        -  **fetch_fasta_dict**\ (download_url, filename = *None*, subdir =
           *None*)
        -  **fetch_fasta_db**\ (table_name, download_url, fasta_filename =
           *None*, key_column = *‘id’*, value_column = *‘seq’*, subdir = *None*)
        -  **fetch_csv_db**\ (table_name, download_url, csv_filename = *None*,
           subdir = *None*, \**pandas_kwargs)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
