save point (see note)
Changed license to AGPLv3, "finished" console command framework (for now?), and added initial db/lib/pyramid/wx subpackages - though those are not yet well tested.
This commit is contained in:
parent
3d75732d36
commit
a6decbb313
36 changed files with 2910 additions and 172 deletions
10
README.txt
10
README.txt
|
@ -2,13 +2,15 @@
|
|||
edbob
|
||||
=====
|
||||
|
||||
edbob is a Pythonic software framework, released under the GPL.
|
||||
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 http://edbob.org/.
|
||||
For more information, please see `edbob.org <http://edbob.org/>`_ or send email
|
||||
to `Lance Edgar <mailto:lance@edbob.org>`_.
|
||||
|
||||
|
||||
Installation
|
||||
|
@ -16,10 +18,6 @@ Installation
|
|||
|
||||
Install the software with::
|
||||
|
||||
$ easy_install edbob
|
||||
|
||||
or::
|
||||
|
||||
$ pip install edbob
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue