Metadata-Version: 1.0
Name: edbob
Version: 0.1a2
Summary: Pythonic Software Framework
Home-page: http://edbob.org/
Author: Lance Edgar
Author-email: lance@edbob.org
License: GNU Affero GPL v3
Description: 
        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
        
        
        
        0.1a1
        -----
        
        -  Initial version
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
