Metadata-Version: 2.4
Name: civicpy
Version: 5.4.0
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.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: obonet
Requires-Dist: networkx
Requires-Dist: pandas<=2.3.3
Requires-Dist: Click
Requires-Dist: vcfpy~=0.13.8
Requires-Dist: pysam
Requires-Dist: python-dateutil
Requires-Dist: deprecation
Requires-Dist: ga4gh.vrs
Requires-Dist: ga4gh.cat_vrs
Requires-Dist: ga4gh.va_spec~=0.4.1
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"
Requires-Dist: deepdiff; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxjp.themes.basicstrap; extra == "docs"
Requires-Dist: sphinxcontrib.programoutput; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![CIViCpy tests](https://github.com/griffithlab/civicpy/actions/workflows/tests.yml/badge.svg)](https://github.com/griffithlab/civicpy/actions/workflows/tests.yml) [![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.

