Skip to main content

Usernado is a Tornado Extension to Make Life Easier.

Project description


Usernado

A Tornado Extension to Make Life Easier.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. Getting Started
  2. Usage
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

Getting Started

Features

  • REST support

  • Websocket easier than ever

  • ORM agnostic authentication

  • Humanize datetime in templates

  • Better exception printer thanks to tornado-debugger

Installation

Install it via pip:

pip install usernado

Usage

Example

from usernado import Handler



class Echo(Handler.API):
    def post(self):
        message = self.get_json_argument("message")
        self.write({"message": message})

Resources

Roadmap

  • Send and broadcast for websockets
  • Abstracted authentication methods
  • Authenticaion methods should return True/False
  • Add username & password to test login
  • Add pluralize (str_plural) uimodule
  • Add diff_for_human (humanize) decorator
  • Add third party authentication abstract methods
  • Add pagination

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Project Link: https://github.com/reganto/Usernado

Email: tell.reganto

(back to top)

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

usernado-0.1.0.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

usernado-0.1.0-py3-none-any.whl (11.9 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