Metadata-Version: 2.4
Name: pen-core
Version: 0.0.1
Summary: Shared core library for the PEN-STACK infrastructure
Author-email: Anees Ahmed <anees.ahmed2022@vitstudent.ac.in>
License: MIT
Project-URL: Homepage, https://github.com/ahmedanees-m/pen-core
Project-URL: Repository, https://github.com/ahmedanees-m/pen-core
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26
Requires-Dist: pandas>=2.2
Requires-Dist: pyarrow>=15.0
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.31
Provides-Extra: dev
Requires-Dist: pytest>=8.1; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: ruff>=0.3; extra == "dev"
Requires-Dist: mypy>=1.9; extra == "dev"
Requires-Dist: pre-commit>=3.7; extra == "dev"
Dynamic: license-file

# pen-core

[![CI](https://github.com/ahmedanees-m/pen-core/workflows/CI/badge.svg)](https://github.com/ahmedanees-m/pen-core/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Shared core library for the PEN-STACK infrastructure — storage I/O, sequence utilities, structure parsing, graph builders, and therapeutic scoring helpers used across all PEN-STACK packages.

Part of the [PEN-STACK](https://github.com/ahmedanees-m/pen-stack) infrastructure for non-destructive genome engineering.

## License

MIT — see [LICENSE](LICENSE).
