Metadata-Version: 2.1
Name: dcicutils
Version: 6.4.1
Summary: Utility package for interacting with the 4DN Data Portal and other 4DN resources
Home-page: https://github.com/4dn-dcic/utils
License: MIT
Author: 4DN-DCIC Team
Author-email: support@4dnucleome.org
Requires-Python: >=3.7,<3.10
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database :: Database Engines/Servers
Requires-Dist: PyYAML (>=5.1,<5.5)
Requires-Dist: aws-requests-auth (>=0.4.2,<1)
Requires-Dist: boto3 (>=1.17.39,<2.0.0)
Requires-Dist: botocore (>=1.20.39,<2.0.0)
Requires-Dist: docker (>=4.4.4,<5.0.0)
Requires-Dist: elasticsearch (==7.13.4)
Requires-Dist: gitpython (>=3.1.2,<4.0.0)
Requires-Dist: opensearch-py (>=2.0.1,<3.0.0)
Requires-Dist: pytz (>=2020.4)
Requires-Dist: requests (>=2.21.0,<3.0.0)
Requires-Dist: rfc3986 (>=1.4.0,<2.0.0)
Requires-Dist: structlog (>=19.2.0,<20.0.0)
Requires-Dist: toml (>=0.10.1,<1)
Requires-Dist: typing-extensions (>=3.8)
Requires-Dist: urllib3 (>=1.26.6,<2.0.0)
Requires-Dist: webtest (>=2.0.34,<3.0.0)
Project-URL: Repository, https://github.com/4dn-dcic/utils
Description-Content-Type: text/x-rst

=====
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 <https://dcic-utils.readthedocs.io/en/latest/getting_started.html>`_ for tips on getting started. `Go here <https://dcic-utils.readthedocs.io/en/latest/examples.html>`_ 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

