Mamba is a high-level Web Applications framework based on Twisted, Storm and Jinja2.
Author: | Oscar Campos <oscar.campos@member.fsf.org> |
Library | Version | Web Site |
Python | 2.7.x | http://python.org |
Twisted | >= 10.2.0 | http://www.twistedmatrix.com |
Mamba's Storm | https://github.com/PyMamba/mamba-storm | |
Jinja2 | >= 2.4 | http://jinja.pocoo.org/docs/ |
singledispatch | >=3.4.0.1 | https://pypi.python.org/pypi/singledispatch |
There are other requirements in order to run the test suite or build the documentation, for more information, please check the mamba main site.
Mamba uses buildbot as CI solution. At the moment we provide build tests for the following systems and Python implementations:
Altough mamba is hardly tested on GNU/Linux, we don't have full uptime buildbot slaves
to
test it on Windows or Mac OS X (we don't have buildbot slave
at all). Mamba is maintained
as most compatible as we can we every operating system but any contribution on this field
is really welcome.
If you want to know more about Mamba's buildbot you can check our BuildBot Waterfall.
All the project's documentation can be built using Sphinx
and make html
in the docs directory.
You can also refer to the Mamba Web Site where you can find all the project's documentation.
Mamba is under heavy development at this moment and there is no stable release
. All the API's (internal or not) may (and should)
change without any previous warning until we release a first stable release.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Have a look at the LICENSE file to read the full license