Skip to content

Latest commit

 

History

History
135 lines (102 loc) · 3.76 KB

File metadata and controls

135 lines (102 loc) · 3.76 KB
tocdepth:1
.. index:: pair: Python; language

DRYlib for Python

.. only:: html

   .. contents::
      :local:
      :backlinks: entry
      :depth: 2

Getting Started

Prerequisites

Installation

TODO

Library Usage

import drylib

Design Principles

Reference

Modules

DRY Python
base dry (package)
bits TODO
code N/A
crypto TODO
data TODO
ffi TODO
geo TODO
io TODO
lang TODO
logic TODO
math TODO
media TODO
meta TODO
net TODO
qty TODO
std TODO
sys TODO
text TODO
text/ascii TODO
text/printf TODO
text/utf8 TODO
time TODO
util TODO

Module base

DRY Python
TODO TODO

Module math

DRY Python
TODO TODO

Module meta

DRY Python
TODO TODO

Module text

DRY Python
TODO TODO

See Also

.. seealso::

   `Changelog <https://github.com/dryproject/drylib.py/blob/master/CHANGES.rst>`__ on GitHub
      The comprehensive version history and release notes for DRYlib for Python.

   `Arto's Notes re: Python <http://ar.to/notes/python>`__
      Miscellaneous notes on Python.