A package for datastructures and algorithms.
Project description
dsalgo
A package for Datastructures and Algorithms written in Python.
Installation
python3 -m pip install -U dsalgo
# to use numba functionality for python <3.11
python3 -m pip install -U dsalgo[nb]
# for latest unstable version
python3 -m pip install -U git+git://github.com/kagemeka/dsalgo-python.git
Development
docker compose up -d
(enter the container)
./setup.sh
source ~/.bashrc
CI before commit
./ci.sh
documenting
poetry run pdoc dsalgo --show-source --math -o docs
publish
poetry config pypi-token.pypi <your token> # only once
poetry build
poetry publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dsalgo-0.3.7.tar.gz
(8.7 kB
view hashes)
Built Distribution
dsalgo-0.3.7-py3-none-any.whl
(14.6 kB
view hashes)