Skip to content

grscheller/dtools-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages