Metadata-Version: 2.1
Name: tp53
Version: 0.2.0
Summary: Tools for programmatically annotating VCFs with the Seshat TP53 database.
Home-page: https://github.com/clintval/tp53
License: MIT
Author: Clint Valentine
Author-email: valentine.clint@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: File Formats
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: beautifulsoup4 (>=4.12,<4.13)
Requires-Dist: google-api-python-client (>=2.151,<2.152)
Requires-Dist: google-auth-httplib2 (>=0.2,<0.3)
Requires-Dist: google-auth-oauthlib (>=1.2.1,<1.3.0)
Requires-Dist: lxml (>=5.3,<5.4)
Requires-Dist: selenium (>=4.26,<4.27)
Requires-Dist: types-beautifulsoup4 (>=4.12,<4.13)
Project-URL: Bug Tracker, https://github.com/clintval/tp53/issues
Project-URL: Documentation, https://github.com/clintval/tp53
Project-URL: Repository, https://github.com/clintval/tp53
Description-Content-Type: text/markdown

# tp53

[![CI](https://github.com/clintval/tp53/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/clintval/tp53/actions/workflows/tests.yml?query=branch%3Amain)
[![Python Versions](https://img.shields.io/badge/python-3.11_|_3.12_|_3.13-blue)](https://github.com/clintval/tp53)
[![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://docs.astral.sh/ruff/)

Tools for programmatically annotating VCFs with the Seshat TP53 database.

The package can be installed with `pip`:

```console
pip install tp53
```

## Development and Testing

See the [contributing guide](./CONTRIBUTING.md) for more information.

