Metadata-Version: 2.1
Name: pyvcftools
Version: 0.0.1
Summary: Tools for manipulating vcfs doing genomics work
Home-page: https://github.com/vivianleung/pyvcftools
Author: Vivian Leung
Author-email: Vivian Leung <leung.vivian.w@gmail.com>
License: MIT license
Project-URL: Homepage, https://github.com/vivianleung/pyvcftools
Project-URL: Bug Tracker, https://github.com/vivianleung/pyvcftools/issues
Keywords: pyvcftools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Requires-Dist: pandas>=2.1
Requires-Dist: regex
Requires-Dist: vcfpy
Requires-Dist: biopython
Requires-Dist: oddsnends
