Skip to content

Python development utilities for working with standardized ALife data

License

Notifications You must be signed in to change notification settings

alife-data-standards/alife-std-dev-python

Repository files navigation

ALife Data Standards - Python Development Utilities

CI Codacy Badge codecov PyPI

This is the repository for the ALifeStdDev Python package, which contains Python development utilities for working with standardized ALife data.

Installation Instructions

ALifeStdDev can be installed using pip:

pip install ALifeStdDev

Usage Instructions

To load a single submodule,

from ALifeStdDev import phylogeny as asd_phylo
asd_phylo.load_phylogeny_to_pandas_df("myfile.csv")

To load the library as a flat namespace,

from ALifeStdDev import ALifeStdDev as asd
asd.load_phylogeny_to_pandas_df("myfile.csv")

About

Python development utilities for working with standardized ALife data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages