No description
Find a file
Lance Edgar 36634e8306 extensive commit (see note)
The following changes are included:

- ``edbob.pyramid.Session`` uses ``sessionmaker()`` instead of ``edbob.db.Session``.

- ``edbob.pyramid.includeme()`` now configures ``pyramid_beaker`` directly.

- ``edbob.pyramid.includeme()`` now configures auth/auth policies directly.

- Pyramid progress indicator added.

- ``edbob.pyramid.Session`` added to global template render context.

- ``request.get_referrer()`` method added (removed ``edbob.pyramid.util`` module).

- ``request.get_setting()`` and ``request.save_setting()`` methods added.

- ``Grid.column_header()`` now supports ``title`` attribute.

- ``Grid.editable`` support added.

- Template / style tweaks.

- ``text`` argument to ``disable_button()`` JS function is now optional.

- Forbidden view flash message no longer duplicated when multiple redirects
  occur.

- ``CrudView`` class improved to support various workflow needs
  (e.g. post-delete procesing).

- Extra renderer keyword args support added to ``GridView`` class.

- ``SearchableAlchemyGridView`` class improved to support various workflow
  needs (e.g. obtaining an unsorted query).
2012-08-29 11:08:43 -07:00
docs add win32.send_data_to_printer() function 2012-05-11 09:01:04 -07:00
edbob extensive commit (see note) 2012-08-29 11:08:43 -07:00
.hgignore tweak sys.excepthook 2012-08-11 02:26:33 -05:00
CHANGES.txt update changelog 2012-08-20 08:11:05 -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 alembic to scaffold 2012-08-14 13:28:03 -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