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
python3 -m pip install -U git+git://github.com/kagemeka/dsalgo-python.git
# for latest unstable version
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.1.tar.gz
(4.9 kB
view hashes)
Built Distribution
dsalgo-0.3.1-py3-none-any.whl
(5.6 kB
view hashes)