Skip to content

anweshadas/python-armet

 
 

Repository files navigation

python-armet

Stories in Ready Build Status Coverage Status PyPI version

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.

Installation

Automated

  1. Armet can be installed with pip or easy_install.

    pip install armet

Manual

  1. Clone the Armet repository to your local computer.

    git clone git://github.com/armet/python-armet.git
  2. Change into the armet root directory.

    cd /path/to/python-armet
  3. Install the project and all its dependencies using pip.

    pip install .

License

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.

About

Clean and modern framework for creating RESTful APIs.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%