Skip to content

dppereyra/zask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zask

Build Status

Documentation Status

Zask is a framework to work with ZeroRPC. Zask is inspired by Flask, you can consider zask is Flask without WSGI, Jinja2 and Router but with ZeroRPC and SQLAlchemy.

Installation

$ pip install zask

Tests

$ py.test

If you have tox, then:

$ tox

Release

Follow these steps to release on pypi.

  • Create ~/.pypirc with this content. Fill in username and password.
[distutils]
index-servers =
    pypi

[pypi]
username:<username>
password:<password>
  • Update CHANGES with new version number and describe the changes.
  • Set new version number in zask/__init__.py
  • Run python bin/release.py
  • Push release tag to Github

Changes

see Changes.

Credits

see Authors.

About

A lightweight framework to use with ZeroRPC (inspired by Flask)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%