What is algos-py?
The algos-py package contains implementations of some classic computer science algorithms. My primary goal is to understand those algorithms and the best way to do that is to code them myself.
Along the way I practice test driven development (with nose), continuos integration (with travis and coveralls), version control (with git and github), documentation (with sphinx and readthedocs) and a lot more.
How to test?
To run all of the unit-tests:
$ nosetests
To run unit-tests for a specific module:
$ nosetests ./tests/test_heap.py
To run all the unit-tests and produce a coverage report:
$ nosetests --with-coverage --cover-package=src
Release files for algos-py 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| algos-py-0.3.1.tar.gz | 29.8 kB | Details |
Release files / algos-py-0.3.1.tar.gz
| Download URL | algos-py-0.3.1.tar.gz |
|---|---|
| Size | 29.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cce49fae7017ae4b08979d77dca1cb76d05205df1807b64eccc5327645780b38
|
|
BLAKE2b-256 checksum How to use checksums |
cd10ff639cb291184c3cc2be8b8004ca362486d0206190c5ba22d6b1920ee572
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |