Skip to main content

A web server framework written on top of Flask

Project description

Nasse

A web framework built on top of Flask

Stop spending time making the docs, verify the request, compress or format the response, and focus on making your next cool app!

PyPI version PyPI - Downloads PyPI - Python Version PyPI - Status GitHub - License GitHub top language CodeQL Checks Badge Pytest Code Size Repo Size Issues

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need Python 3 to use this module

# vermin output
Minimum required versions: 3.2
Incompatible versions:     2

According to Vermin (--backport typing), Python 3.2 is needed for the backport of typing but some may say that it is available for python versions higher than 3.0

Always check if your Python version works with Nasse before using it in production

Installing

Option 1: From PyPI

pip install Nasse

Option 2: From Git

pip install git+https://github.com/Animenosekai/Nasse

You can check if you successfully installed it by printing out its version:

$ python -c "import Nasse; print(Nasse.__version__)"
# output:
Nasse v1.0

or just:

$ Nasse --version
# output:
Nasse v2.0

Usage

You can use Nasse in Python by importing it in your script:

import Nasse

Nasse.function()

CLI usage

You can use Nasse in other apps by accessing it through the CLI version:

$ Nasse
output

Interactive Shell (REPL)

An interactive version of the CLI is also available

$ Nasse shell
>>> 

As a Python module

Class Name

Paragraph explaining the class

How to use

Paragraph to explain

Cache

Paragraph to explain

Example

Examples

from Nasse import function

function()

Deployment

This module is currently in development and might contain bugs.

Feel free to use it in production if you feel like it is suitable for your production even if you may encounter issues.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for more details

Acknowledgments

  • Thanks to someone for helping me with [...]

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

Nasse-1.0.1.tar.gz (93.2 kB view hashes)

Uploaded Source

Built Distribution

Nasse-1.0.1-py3-none-any.whl (119.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