Metadata-Version: 2.4
Name: igvf-utils
Version: 3.1.0
Summary: Client and tools for IGVF data submitters.
Author-email: Jennifer Jou <jjou@stanford.edu>
Maintainer-email: Otto Jolanki <ojolanki@stanford.edu>, Jennifer Jou <jjou@stanford.edu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/IGVF-DACC/igvf_utils
Project-URL: Documentation, http://igvf-utils.readthedocs.io/
Project-URL: Repository, https://github.com/IGVF-DACC/igvf_utils
Project-URL: Issues, https://github.com/IGVF-DACC/igvf_utils/issues
Keywords: genomics,IGVF,data-submission,bioinformatics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: awscli
Requires-Dist: boto3
Requires-Dist: exifread
Requires-Dist: google-api-python-client
Requires-Dist: google-cloud-storage
Requires-Dist: inflection
Requires-Dist: jsonschema
Requires-Dist: packaging
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: urllib3
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Dynamic: license-file

© 2019 The Board of Trustees of the Leland Stanford Junior University.

# igvf_utils
Tools that are useful to any IGVF Consortium submitting group, as well as the general community working with IGVF data.  Library and scripts are coded in Python.

See the [wiki](https://github.com/IGVF-DACC/igvf_utils/wiki) to get started. 

API and script documentation are available on [Read the Docs](http://igvf-utils.readthedocs.io/).

# Installation
Please clone this repository (e.g. `git clone https://github.com/IGVF-DACC/igvf_utils.git`) and then refer to instructions on the [Installation wiki page](https://github.com/IGVF-DACC/igvf_utils/wiki/Installation).

# Latest news

2022-04-27

Forked from https://github.com/StanfordBioinformatics/encode_utils.
