Metadata-Version: 2.1
Name: opentargets-urlzsource
Version: 1.0.0
Summary: File and url handling
Home-page: https://github.com/opentargets/urlzsource
Author: OpenTargets Core Team <support@targetvalidation.org>
Author-email: support@targetvalidation.org
License: Apache License, Version 2.0
Download-URL: https://github.com/opentargets/urlzsource/archive/1.0.0.tar.gz
Keywords: opentargets,python2,python3
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: requests-file
Requires-Dist: future
Provides-Extra: dev
Requires-Dist: pytest (<4.1.0,>=4.0.0) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: pipdeptree ; extra == 'dev'

[![PyPI version](https://badge.fury.io/py/opentargets-urlzsource.svg)](https://badge.fury.io/py/opentargets-urlzsource)

[![Build Status](https://travis-ci.com/opentargets/urlzsource.svg?branch=master)](https://travis-ci.com/opentargets/urlzsource)

[![codecov](https://codecov.io/gh/opentargets/urlzsource/branch/master/graph/badge.svg)](https://codecov.io/gh/opentargets/urlzsource)


# opentargets-urlzsource

tool for handling opening both local files and remote urls, as well as decompressing on demand and trying to handle network issues appropriately

