Clean and modern framework for creating RESTful APIs.
Armet is a framework to facilitate the quick creation of fast, powerful, and conformant RESTful application programming interfaces. Developing a RESTful API should not be something that is time consuming or difficult; it should at least not be something that takes more time to develop then its underlying functionality. Armet enables you, the developer, to focus on developing the application behind the interface.
-
Armet can be installed with
piporeasy_install.pip install armet
-
Clone the Armet repository to your local computer.
git clone git://github.com/armet/python-armet.git
-
Change into the armet root directory.
cd /path/to/python-armet -
Install the project and all its dependencies using
pip.pip install .
Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.



