Metadata-Version: 2.1
Name: encoded-client
Version: 0.2.0
Summary: interface to the ENCODE DCC portal
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: doc
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: rdf
Requires-Dist: lxml (>=2.2.4) ; extra == 'rdf'
Requires-Dist: rdflib ; extra == 'rdf'
Provides-Extra: submit
Requires-Dist: awscli ; extra == 'submit'
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'

|ci-test|

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

This project is intended to make working with the ENCODE 4 DCC's
`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`_

.. _`portal`: https://www.encodeproject.org
.. _`encoded_client's documentation`: https://woldlab.caltech.edu/~diane/encoded_client/docs/_build/html/index.html 
.. |ci-test| image:: https://github.com/detrout/encoded_client/actions/workflows/ci-test.yml/badge.svg
