Mamba is a high-level Web Applications framework based on Twisted, Storm and Jinja2.
Author: | Oscar Campos <[email protected]> |
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 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.
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.
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.
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