dnallm

View on PyPIReverse Dependencies (0)

0.1.0 dnallm-0.1.0-py3-none-any.whl

Wheel Details

Project: dnallm
Version: 0.1.0
Filename: dnallm-0.1.0-py3-none-any.whl
Download: [link]
Size: 2557
MD5: 95200d2b96fc3c61b3bb17567378d654
SHA256: dcaf5882a4d038ca0018feb9568133e93e467c376b2869f8d86600c9d0a6f117
Uploaded: 2025-03-03 12:51:39 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: dnallm
Version: 0.1.0
Summary: A toolkit for fine-tuning and inference with DNA Language Models
Author: Your Name
Author-Email: your.email[at]example.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Requires-Dist: torch (>=2.0.0)
Requires-Dist: transformers (>=4.30.0)
Requires-Dist: datasets (>=2.12.0)
Requires-Dist: scikit-learn (>=1.2.0)
Requires-Dist: numpy (>=1.23.0)
Requires-Dist: pandas (>=2.0.0)
Requires-Dist: click (>=8.0.0)
Requires-Dist: wandb (>=0.15.0)
Requires-Dist: jax (>=0.4.0)
Requires-Dist: haiku (>=0.0.9)
Requires-Dist: modelscope (>=1.9.0)
Requires-Dist: pytest (>=7.0.0); extra == "dev"
Requires-Dist: pytest-cov (>=4.0.0); extra == "dev"
Requires-Dist: black (>=23.0.0); extra == "dev"
Requires-Dist: isort (>=5.12.0); extra == "dev"
Requires-Dist: flake8 (>=6.0.0); extra == "dev"
Requires-Dist: mypy (>=1.0.0); extra == "dev"
Requires-Dist: marimo (>=0.1.0); extra == "dev"
Requires-Dist: jupyter (>=2.0.0); extra == "dev"
Requires-Dist: pytest (>=6.0.0); extra == "test"
Requires-Dist: pytest-cov (>=2.0.0); extra == "test"
Requires-Dist: marimo (>=0.1.0); extra == "notebook"
Requires-Dist: jupyter (>=1.0.0); extra == "notebook"
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: notebook
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
License-File: LICENSE
[No description]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dnallm-0.1.0.dist-info/LICENSE sha256=z6LTu2VmeQTKE3Nr8OvX44N6U8WofoqSXs3fax7Ow-0 1068
dnallm-0.1.0.dist-info/METADATA sha256=heay6y20OH7g2meHccQGTsaRvThIV7HC_NFM1to4NgE 1740
dnallm-0.1.0.dist-info/WHEEL sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM 91
dnallm-0.1.0.dist-info/entry_points.txt sha256=kNEK6VF2NVyiCjpy5tVzIvcg7_Qb7O4voLOnCbd5aXk 96
dnallm-0.1.0.dist-info/top_level.txt sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
dnallm-0.1.0.dist-info/RECORD

top_level.txt

[empty]

entry_points.txt

dnallm-predict = dnallm.cli.predict:main
dnallm-train = dnallm.cli.train:main