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 readthedocs build status License: MIT pre-commit Github pages

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


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.2.5.tar.gz (35.8 kB view hashes)

Uploaded Source

Built Distribution

dsalgo-0.2.5-py3-none-any.whl (58.3 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