Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.41 KB

Developer Tools

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.

Documentation

Detailed documentation for the developer tools project can he found here.

PyPI

Projects on PyPi:

Source Code

GitHub source code repos:

Documentation Generation

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