Skip to content

linzhonghong/zapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zapi: An simple lightweight web framework

image

image

Zapi is an Application Development Framework - a library - for people who build http api service using Python, without the need for manual labor. There's no need to manually add a class or function, binding to a url path. Everything is automatic. Zapi lets you build your api service by minimizing the amount of code needed for a given task.

Zapi supports Python >= 2.6.

Installation

To install Zapi, simply:

$ pip install zapi

Documentation

Fantastic documentation is available at http://zapi.readthedocs.org/, coming soon.

How to Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS.

About

An simple lightweight web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages