Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 403 Bytes

🧬 moleculib – Tools for Biomolecular Data

Usage

One needs to install moleculib locally with

pip install -e .

Then moleculib becomes importable in python scripts:

from moleculib.protein.batch import PadBatch

Linting

black .