Skip to main content

Logo

MicroPie is an ultra-micro ASGI Python web framework for building fast, async web apps with minimal boilerplate. It includes convention-based routing, sessions, middleware, WebSocket support, lifespan hooks, and optional template rendering.

Quick Start

from micropie import App

class MyApp(App):
    async def index(self):
        return "Hello, MicroPie!"

app = MyApp()  # Run with `uvicorn app:app`

Run:

uvicorn app:app

Installation

$ pip install micropie[standard]

Other profiles:

$ pip install micropie          # minimal
$ pip install micropie[all]     # standard + orjson + uvicorn

Useful Links

Download files

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

Source Distribution

micropie-0.32.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

micropie-0.32-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file micropie-0.32.tar.gz.

File metadata

  • Download URL: micropie-0.32.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.5

File hashes

Hashes for micropie-0.32.tar.gz
Algorithm Hash digest
SHA256 e49f00611c8894dcbc9f29668f18ed76f3ebce444a8bcbb8939dc53299b04bb7
MD5 2b254b0138db4a068fe0cad025126a64
BLAKE2b-256 73fe6e6bf2ddff53797393c86e04ca40fb5a9593c61268e734e6f941859124c6

See more details on using hashes here.

File details

Details for the file micropie-0.32-py3-none-any.whl.

File metadata

  • Download URL: micropie-0.32-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.5

File hashes

Hashes for micropie-0.32-py3-none-any.whl
Algorithm Hash digest
SHA256 1e3e4abc0d0b30a9bc4c03faec57fb17e5225266f853291c1b92f4047c6c6656
MD5 57b6cb6646bdad2476b0e9f85802feec
BLAKE2b-256 7befce1d24cd0ac2c80ab32587d9685252411d25ac0ce0d83c6591ada5f9ae2c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.32 This release

2 files

0.31

2 files

0.30

2 files

0.29

2 files

0.28

2 files

0.27

2 files

0.26

2 files

0.25

2 files

0.24

2 files

0.23

2 files

0.22

2 files

0.21

2 files

0.20

2 files

0.19

2 files

0.18

2 files

0.17

2 files

0.16

2 files

0.15

2 files

0.14

2 files

0.13

2 files

0.12.2

2 files

0.12.1

2 files

0.12

2 files

0.11.1

2 files

0.11

2 files

0.10

2 files

0.9.9.8

2 files

0.9.9.7.3

2 files

0.9.9.7.2

2 files

0.9.9.7.1

2 files

0.9.9.7

2 files

0.9.9.6

2 files

0.9.9.5

2 files

0.9.9.4

2 files

0.9.9.3

1 file

0.9.9.2

1 file

0.9.9

1 file

0.9.8

1 file

0.9.7.1

1 file

0.9.7

1 file

0.9.6

1 file

0.9.5.1

1 file

0.9.5

1 file

0.9.2

1 file

0.9.1

1 file

0.9

1 file

0.8

1 file

0.7

1 file

0.6

1 file

0.5

1 file

0.4

1 file

0.3

1 file

0.2

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page