Python project of packages to aid in general software development.
These Python developer libraries consist of Python PyPI namespace packages all under the dtools. "namespace."
- circular-array - An indexable double sided circular array
- datastructures - Data structures geared to algorithms
- fp - Pythonic functional programming tools
The purpose of this collection of PyPI namespace projects is to host and provide infrastructure for my Python developer tools.
Detailed documentation for the developer tools project can he found here.
Projects on PyPi:
GitHub source code repos:
Using the dtools.fp project as an example, here is how one generates the docs with pdoc.
$ cd docs/fp/API/development/
$ rm -r bm/ index.html search.js
$ PYTHONPATH=:~/devel/pypi/dtools/dtools-fp/src
$ pdoc -o . dtools.fp