Metadata-Version: 2.1
Name: clinical-variant-ark
Version: 4.2.0
Summary: A Python client for the Clinical Variant Ark
Home-page: https://github.com/genomicsengland/pyark
Download-URL: https://github.com/genomicsengland/pyark/archive/v4.2.0.tar.gz
Author: ['Pablo Riesgo Ferreiro', 'Kevin Savage', 'William Bellamy']
Author-email: pablo.riesgo-ferreiro@genomicsengland.co.uk
License: Apache
Keywords: CVA,pyark,clinical variant ark,Genomics England
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
Requires-Dist: requests==2.27.1; python_version < "3"
Requires-Dist: requests>=2.27.1; python_version >= "3.6"
Requires-Dist: furl==2.1.3; python_version < "3"
Requires-Dist: furl>=2.1.3; python_version >= "3.6"
Requires-Dist: gelreportmodels==7.8.1; python_version < "3"
Requires-Dist: gelreportmodels<8,>=7.8.3; python_version >= "3.6"
Requires-Dist: future<0.19,>=0.18.3
Provides-Extra: test
Requires-Dist: mock==3.0.5; extra == "test"
Requires-Dist: pytest==4.6.4; extra == "test"
Provides-Extra: pandas
Requires-Dist: pandas==0.24.2; python_version < "3" and extra == "pandas"
Requires-Dist: pandas>=1.0.5; python_version >= "3.6" and extra == "pandas"
