Skip to content

afaulconbridge/pyachem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAChem

A library implementing various Artificial Chemistry utilities and algorithms

development

Install using pip including development extras

pip install -e .[dev]

Enable pre-commit hooks with:

pre-commit install

Freeze dependencies with:

pip-compile

Run tests with:

pytest

Test coverage with:

coverage run --source=pyachem -m pytest
coverage report -m

Type checking with:

mypy .

See dependencies with:

pipdeptree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages