Skip to content

DamnWidget/mamba

 
 

Repository files navigation

=============== Mamba Framework

Mamba is a high-level Web Applications framework based on Twisted, Storm and Jinja2.

Author:Oscar Campos <oscar.campos@member.fsf.org>

Build Status Downloads

Minimum Dependencies

LibraryVersionWeb Site
Python2.7.xhttp://python.org
Twisted>= 10.2.0http://www.twistedmatrix.com
Mamba's Stormhttps://github.com/PyMamba/mamba-storm
Jinja2>= 2.4http://jinja.pocoo.org/docs/
singledispatch>=3.4.0.1https://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.

Build Status

Mamba uses Travis CI as CI solution. We offered a custom Buildbot solution but recently we run into problems to maintain it's infrastrcuture so we move our architecture to a more comfortable 3rd party hosted service as Travis CI is.

Known platforms where Mamba runs

Mamba has been hardly tested on GNU/Linux and OS X. It is maintained as most compatible as we can with the following operating systems:

  • GNU/Linux
  • FreeBSD
  • OS X
  • Windows

Altough is untested, mamba will probably work in also in other BSDs and Plan 9.

Known Python implementations where Mamba runs

Mamba can also run in the following Python implementations, please take care of the note in the list

  • CPython
  • PyPy
  • Stackless Python

When running in PyPy psycopg2ct has to be installed to make PostgreSQL work, you can experience random crashes of the PyPy interpreter under MySQL and PostgreSQL big loads, SQLite seems to work fine.

Project Documentation

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.

Additional Notes

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.

======= License

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

====== Donate

PayPal

About

Mamba is a high-level RAD Web Applications framework based on Twisted Web with steroids. Talk with us in http://www.hipchat.com/gaPaL1zQp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%