Metadata-Version: 2.1
Name: civicpy
Version: 3.1.1
Summary: CIViC variant knowledgebase analysis toolkit.
Home-page: http://civicpy.org
Author: Alex H. Wagner, Susanna Kiwala, Adam Coffman
Author-email: help@civicpy.org
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: obonet
Requires-Dist: networkx
Requires-Dist: pandas
Requires-Dist: Click
Requires-Dist: vcfpy
Requires-Dist: pysam
Requires-Dist: backports-datetime-fromisoformat
Requires-Dist: deprecation
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxjp.themes.basicstrap ; extra == 'docs'
Requires-Dist: sphinxcontrib.programoutput ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ==6.2.5 ; extra == 'test'
Requires-Dist: pytest-cov ==5.0.0 ; extra == 'test'
Requires-Dist: attrs ==22.1.0 ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: coverage <7.4.4 ; extra == 'test'

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

# CIViCpy
You have reached the code repository for CIViCpy, a python client and analysis toolkit for
 the Clinical Interpretations of Variants in Cancer knowledgebase ([CIViC](https://civicdb.org)).
 
 Please visit our [project homepage](http://civicpy.org) to get started.

