Skip to main content

Micro framework built on top of sanic.py written in Python 3.

Project description

rsanic

Micro framework built on top of sanic.py written in Python 3.

Installing rsanic

pip3 install rsanic

Example app:

  • Local Redis service must be installed and running at port 6397

  • Shows how to use html or json responses

git clone https://github.com/reformo/rsanic.git
cd rsanic/example
python3 server.py

or if you have pm2 installed

git clone https://github.com/reformo/rsanic.git
cd rsanic/example
pm2 start process.yml

Then use any web browser to open address: http://127.0.0.1:8000/ or http://127.0.0.1:8000/api or http://127.0.0.1:8000/public/data.json for static file access.

Notes

Credits

Change Log

New in version 0.4.0

  • Workers added as an option

  • Markdown support added

New in version 0.3.1

  • Container removed

New in version 0.3.0

  • HTML theming support added

  • Access log option added

  • Static files support added

  • Starting to support to get loop outer codebase

  • Controller invoke methods, application_global and controller_global methods changed to async methods

New in version 0.2.2

  • Autoescape option set True for Jinja to prevent XSS attacks.

  • Example pm2 config added

New in version 0.2.1

  • Requirements updated

New in version 0.2.0

  • Dependency Injection Container introduced to be used in Rsanic and Applications

  • Request injected in to App

  • Working example added

New in version 0.1.0

  • Introduced “rsanic” #WIP

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsanic-0.5.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

rsanic-0.5.0-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page