bewype 0.1
Widget based web application framework core.
=======================
Overview / Installation
=======================
Overview
========
Bewype is an open source framework for web application rapid development. It is
based on standardized widgets and database management. It aims to provide a
solid backend for widget developement.
In addition, it should provide, simples tools for webapp admin part, like:
* i18n management
* css customization
* and more ..
The following diagram give an idea of
`The Concept <http://www.bewype.org/doc/concept.html>`_.
Installing Bewype
=================
From the command-line::
# easy_install bewype
This command will download the latest version of *Bewype* from the
`Python Cheese Shop <http://pypi.python.org/pypi/bewype>`_ and install it to
your system. Additional info about ``easy_install`` can be viewed at the following
places:
* `setuptools website <http://peak.telecommunity.com/DevCenter/setuptools>`_
* `install setuptools
<http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions>`_
* `setuptools on pypi <http://pypi.python.org/pypi/setuptools>`_
Otherwise, you can install from the sources using the ``setup.py`` script::
# python setup.py install
Checking Version
================
This documentation covers *Bewype* version ``0.1.alpha``. If you're working on a
system that already has *Bewype* installed, check the version from your Python
prompt like this::
>>> import bewype
>>> bewype.__version__ # doctest:+SKIP
0.1.alpha
Getting Started
===============
* `Foo Bar Tutorial <http://www.bewype.org/doc/concept.html>`_ - This describes
how to install and start your first Bewype application.
API Reference
=============
An organized section of all Bewype APIs is at
`Beywpe Core API <http://www.bewype.org/reference/index.html>`_ section or in
its `Epydoc api version <http://www.bewype.org/api>`_.
Community
=========
* Sources and tickets on `Bitbucket <http://bitbucket.org/florent/bewype>`_
* On `Google groups <http://groups.google.com/group/bewype>`_
* Freenode IRC channel ``#bewype``
* Contact florent.pigout@bewype.org
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| bewype-0.1-py2.6.egg (md5) | Python Egg | 2.6 | 2010-05-29 | 659KB | 736 |
| bewype-0.1.tar.gz (md5) | Source | 2010-05-29 | 776KB | 388 | |
- Author: Florent Pigout
- Home Page: http://www.bewype.org
- License: MIT
- Categories
- Package Index Owner: florent
- DOAP record: bewype-0.1.xml
