Skip to main content

A package for datastructures and algorithms.

Project description

dsalgo

A package for Datastructures and Algorithms written in Python.

Python package PyPI version License: MIT pre-commit Github pages

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


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)

Uploaded Source

Built Distribution

dsalgo-0.3.7-py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page