Skip to main content

This simplifies easy enhancements to python.

Project description

Speed-Stack

Easy enhancements to python by replacing system modules with various (optional) third party packages.

Current available configurations:

  • uvloop: Injects uvloop as the current asyncio EventLoop Policy
  • ujson: Injects ujson as the json module implementation
  • rapidjson: Injects python-rapidjson as the json module implementation
  • dill: Injects dill as the json module implementation
  • multiprocess: (Inherits the dill configuration) Injects multiprocess as the multiprocessing module implementation
  • recommended: Injects uvloop, ujson, dill and multiprocess.

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

speed-stack-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

speed_stack-0.1.1-py3-none-any.whl (2.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