2012-03-07 06:04:18 -06:00
|
|
|
|
|
|
|
edbob
|
|
|
|
=====
|
|
|
|
|
2012-03-20 09:11:01 -05:00
|
|
|
edbob is a Pythonic software framework, released under the GNU Affero General
|
|
|
|
Public License.
|
2012-03-07 06:04:18 -06:00
|
|
|
|
|
|
|
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
|
2012-03-07 06:18:48 -06:00
|
|
|
its functionality combined may be considered a "full stack" of sorts.
|
2012-03-07 06:04:18 -06:00
|
|
|
|
2012-03-20 09:11:01 -05:00
|
|
|
For more information, please see `edbob.org <http://edbob.org/>`_ or send email
|
|
|
|
to `Lance Edgar <mailto:lance@edbob.org>`_.
|
2012-03-07 06:04:18 -06:00
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
Install the software with::
|
|
|
|
|
|
|
|
$ pip install edbob
|
|
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
Built-in help can be seen with::
|
|
|
|
|
|
|
|
$ edbob help
|