initial commit
This commit is contained in:
commit
7aa259c009
13 changed files with 1492 additions and 0 deletions
33
README.txt
Normal file
33
README.txt
Normal file
|
@ -0,0 +1,33 @@
|
|||
|
||||
.. highlight:: sh
|
||||
|
||||
edbob
|
||||
=====
|
||||
|
||||
edbob is a Pythonic software framework, released under the GPL.
|
||||
|
||||
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."
|
||||
|
||||
For more information, please see http://edbob.org/.
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Install the software with::
|
||||
|
||||
$ easy_install edbob
|
||||
|
||||
or::
|
||||
|
||||
$ pip install edbob
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Built-in help can be seen with::
|
||||
|
||||
$ edbob help
|
Loading…
Add table
Add a link
Reference in a new issue