Metadata-Version: 2.1
Name: dcicutils
Version: 0.5.7
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
Requires-Dist: awscli (==1.15.42)
Requires-Dist: boto3 (==1.7.42)
Requires-Dist: botocore (==1.10.42)
Requires-Dist: elasticsearch (==5.5.2)
Requires-Dist: aws-requests-auth (==0.4.1)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: structlog (==18.1.0)
Requires-Dist: requests (==2.20.0)
Requires-Dist: pytest-runner
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# utils

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.

[![Build Status](https://travis-ci.org/4dn-dcic/utils.svg?branch=master)](https://travis-ci.org/4dn-dcic/utils)
[![Coverage](https://coveralls.io/repos/github/4dn-dcic/utils/badge.svg?branch=master)](https://coveralls.io/github/4dn-dcic/utils?branch=master)


