No description
Find a file
Lance Edgar c7e0bfef6a extended commit (see note)
- Slight overhaul of init() system; added ``edbob.init_modules()`` function.

- Added ``read_service()`` method to ``AppConfigParser`` class, for use with
  Windows services.

- Added generic ``Service`` class to ``edbob.win32`` module.  (File monitor now
  inherits from it.)

- Tweaked ``edbob.db`` initialization somewhat.  (``Base.metadata`` no longer
  binds to ``edbob.db.engine``.)

- Fixed guest role bug in ``edbob.db.auth.has_permission()`` function.

- Added "automagical" enumeration support for database extensions.

- Added ``EMAIL_PREFERENCE`` enum to ``contact`` database extension.

- Tweaked ``edbob.pyramid.includeme()``.

- Tweaked ``people`` Pyramid views.
2012-09-17 11:43:13 -07:00
docs add win32.send_data_to_printer() function 2012-05-11 09:01:04 -07:00
edbob extended commit (see note) 2012-09-17 11:43:13 -07:00
.hgignore tweak sys.excepthook 2012-08-11 02:26:33 -05:00
CHANGES.txt update changelog 2012-09-06 14:17:52 -07:00
COPYING.txt save point (see note) 2012-03-20 09:11:01 -05:00
ez_setup.py initial commit 2012-03-07 06:04:18 -06:00
MANIFEST.in fix manifest to include jQuery UI CSS 2012-08-20 08:10:07 -07:00
README.txt fix reStructuredText (hopefully) 2012-08-12 12:23:07 -07:00
setup.cfg initial commit 2012-03-07 06:04:18 -06:00
setup.py add files.locking_copy() 2012-09-06 13:56:45 -07:00

edbob
=====

edbob is 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.

For more information, please see `edbob.org <http://edbob.org/>`_ or send email
to `Lance Edgar <mailto:lance@edbob.org>`_.


Installation
------------

Install the software with::

   $ pip install edbob


Usage
-----

Built-in help can be seen with::

   $ edbob help