Skip to content

lucmos/anypy

Repository files navigation

Generic Python Tools & Utilities

PyPi PyPi CI Docs Code style: black

A collection of python utilities, without hard dependencies

Installation

pip install anypy

Quickstart

Development installation

Setup the development environment:

git clone [email protected]:lucmos/anypy.git
cd anypy
conda env create -f env.yaml
conda activate anypy
pre-commit install

Run the tests:

pre-commit run --all-files
pytest -v

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published