aboutsummaryrefslogtreecommitdiff
path: root/pyhegp.py
AgeCommit message (Collapse)Author
6 daysOrganize source into directory structure.Arun Isaac
* pyhegp/__init__.py: New file. * pyhegp.py: Move to pyhegp/pyhegp.py. * test_pyhegp.py: Move to tests/test_pyhegp.py. Import from pyhegp.pyhegp instead of from pyhegp. * pyproject.toml (project.scripts)[pyhegp]: Switch to pyhegp.pyhegp:main.
2025-07-08Remove obsolete commented out code.Arun Isaac
* pyhegp.py (read_genotype): Remove obsolete commented out code.
2025-06-27Initial commitArun Isaac