Skip to main content

A microframework based on evil intentions and whatever else you've got

Project description

The world needs another web framework.

—No one, ever. And yet…

Minion is a microframework that grew out of a collection of individually small frustrations with Flask.

Specifically, it aims to be simpler and more composeable than Flask is in the following ways:

  • Call views with arguments rather than thread locals

  • Allow alternative routing implementations

  • Provide a more robust configuration interface

In some ways it’s inspired by Klein's take on Flask more than Flask’s take on Flask.

Example

Here’s the Minion hello world:

from minion.core import Application
from minion.request import Response


app = Application()

@app.route("/")
def index(request):
    return Response("Hello World!")

Versioning

Minion uses SemVer.

Specifically, this means that until v1.0.0 Minion is not guaranteed to be backwards compatible, even in minor releases (or bugfix releases but there probably won’t be any of those).

That being said, nothing will be broken for the hell of it :). Make of that what you will.

After v1.0.0, public API (to be defined later) will not be broken in backwards incompatible ways without a major version bump.

Contributing

I’m Julian Berman.

minion is on GitHub.

Get in touch, via GitHub or otherwise, if you’ve got something to contribute, it’d be most welcome!

You can also generally find me on Freenode (nick: tos9) in various channels, including #python.

If you feel overwhelmingly grateful, you can woo me with beer money on Gittip or via Google Wallet with the email in my GitHub profile.

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

minion-0.24.0.tar.gz (25.7 kB view details)

Uploaded Source

Built Distribution

minion-0.24.0-py2-none-any.whl (34.0 kB view details)

Uploaded Python 2

File details

Details for the file minion-0.24.0.tar.gz.

File metadata

  • Download URL: minion-0.24.0.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for minion-0.24.0.tar.gz
Algorithm Hash digest
SHA256 d377a1ba09fceacbc5c69e8c3843545a9f383db07dacb76155e7bd6defb4c5a7
MD5 e255b6194f9c6c14085592d794f405ef
BLAKE2b-256 08eaa5e18910099d7557a25d118c1becaea3131daf394d8f277ad2b2d40b8cc8

See more details on using hashes here.

File details

Details for the file minion-0.24.0-py2-none-any.whl.

File metadata

File hashes

Hashes for minion-0.24.0-py2-none-any.whl
Algorithm Hash digest
SHA256 c3ea41a7a2749ce5ca9a4f8f2a7eb9ed3a5e99476ba68e3bbe2e87d50835ef8a
MD5 4f41543d27f1ec9138fd03661aae8487
BLAKE2b-256 277dc11e146afa8d4b264fc23310bfafbae127c81499cc9b8e9344f592c28d22

See more details on using hashes here.

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