Metadata-Version: 2.4
Name: encoded_client
Version: 0.3.1
Summary: interface to the IGVF DACC (and ENCODE DCC) portals
Author: Diane Trout
Author-email: diane@caltech.edu
License: BSD-3
Project-URL: Source, https://github.com/detrout/encoded_client
Project-URL: Tracker, https://github.com/detrout/encoded_client
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: jsonschema
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: awscli
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: openpyxl; extra == "test"
Requires-Dist: setuptools_scm; extra == "test"
Requires-Dist: xlsxwriter; extra == "test"
Requires-Dist: xlwt; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Provides-Extra: rdf
Requires-Dist: lxml>=5.2; extra == "rdf"
Requires-Dist: lxml_html_clean; extra == "rdf"
Requires-Dist: rdflib; extra == "rdf"
Provides-Extra: submit
Requires-Dist: awscli; extra == "submit"
Dynamic: license-file

Introduction
============

This project is intended to make working with the IGVF DACC `IGVF portal`_ (or
earlier ENCODE 4 DCC's) `ENCODE portal`_ more like interacting with an object
database.

It's also uses jsonschema to validate objects before submission to the
portal.

Temporary copy of `encoded_client's documentation`_

.. _IGVF portal: https://data.igvf.org
.. _ENCODE portal: https://www.encodeproject.org
.. _encoded_client's documentation: https://woldlab.caltech.edu/~diane/encoded_client/docs/_build/html/index.html 
