2012-03-24 20:53:24 -05:00
|
|
|
|
|
|
|
edbob -- Pythonic Software Framework
|
|
|
|
====================================
|
|
|
|
|
|
|
|
Welcome to edbob, a Pythonic software framework released under the GNU Affero
|
|
|
|
General Public License.
|
|
|
|
|
|
|
|
It aims to be "environment-neutral" in that it can assist with development for
|
|
|
|
console, web, or GUI applications. Pay only for what you eat; however all of
|
|
|
|
its functionality combined may be considered a "full stack" of sorts.
|
|
|
|
|
|
|
|
|
|
|
|
API
|
|
|
|
---
|
|
|
|
|
|
|
|
The following pages describe the ``edbob`` package from a caller's perspective.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
edbob
|
|
|
|
edbob.commands
|
|
|
|
edbob.configuration
|
|
|
|
edbob.db
|
|
|
|
edbob.exceptions
|
|
|
|
edbob.mail
|
|
|
|
edbob.modules
|
|
|
|
edbob.sqlalchemy
|
|
|
|
edbob.util
|
2012-05-11 09:01:04 -07:00
|
|
|
edbob.win32
|
2012-03-24 20:53:24 -05:00
|
|
|
|
|
|
|
|
|
|
|
To-Do
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. todolist::
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|