Skip to main content

An asynchronous Python web framework

Project description

Bolinette

Bolinette is a Python web framework built on top of aiohttp

Install

Prerequisites

Bolinette requires Python 3.9. Get it from the official sources. Be sure to install the pip and virtualenv extensions.

Create your project folder

mkdir my_project && cd my_project

Install Bolinette

With a virtual environment:

python3.9 -m venv venv && source venv/bin/activate && pip install pip --upgrade && pip install bolinette

Globally, with admin rights:

pip install pip --upgrade && pip install bolinette

Use the Bolinette CLI

The CLI is work in progress.

Project details


Release history Release notifications | RSS feed

This version

0.8.5

Download files

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

Source Distribution

Bolinette-0.8.5.tar.gz (91.8 kB view hashes)

Uploaded Source

Built Distribution

Bolinette-0.8.5-py3-none-any.whl (117.6 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