Metadata-Version: 2.1
Name: dcicutils
Version: 0.8.2
Summary: Utility modules shared amongst several repos in the 4dn-dcic organization
Home-page: https://data.4dnucleome.org
Author: 4DN Team at Harvard Medical School
Author-email: burak_alver@hms.harvard.edu
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Requires-Dist: boto3 (>=1.7.42)
Requires-Dist: botocore (>=1.10.42)
Requires-Dist: elasticsearch (==5.5.3)
Requires-Dist: aws-requests-auth (>=0.4.1)
Requires-Dist: urllib3 (>=1.23)
Requires-Dist: structlog (>=18.1.0)
Requires-Dist: requests (>=2.20.0)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: flaky ; extra == 'test'

=====
utils
=====

Check out our full documentation `here <https://dcic-utils.readthedocs.io/en/latest/>`_

This repository contains various utility modules shared amongst several projects in the 4DN-DCIC. It is meant to be used internally by the DCIC team and externally as a Python API to `Fourfront <https://data.4dnucleome.org>`_\ , the 4DN data portal.

pip installable as the ``dcicutils`` package with: ``pip install dcicutils``

See `this document <./docs/getting_started.md>`_ for tips on getting started. `Go here <./docs/examples.md>`_ for examples of some of the most useful functions.


.. image:: https://travis-ci.org/4dn-dcic/utils.svg?branch=master
   :target: https://travis-ci.org/4dn-dcic/utils
   :alt: Build Status


.. image:: https://coveralls.io/repos/github/4dn-dcic/utils/badge.svg?branch=master
   :target: https://coveralls.io/github/4dn-dcic/utils?branch=master
   :alt: Coverage

.. image:: https://readthedocs.org/projects/dcic-utils/badge/?version=latest
   :target: https://dcic-utils.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


