Miscellaneous packages

Showing projects tagged as Miscellaneous

  • magenta

    9.5 1.7 Python
    Magenta: Music and Art Generation with Machine Intelligence
  • boltons

    8.2 6.6 Python
    🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
  • transitions

    8.0 6.4 L4 Python
    A lightweight, object-oriented finite state machine implementation in Python with many extensions
  • Tenacity

    8.0 7.2 Python
    Retrying library for Python
  • attrs

    7.8 9.2 Python
    Python Classes Without Boilerplate
  • itsdangerous

    6.6 5.0 L4 Python
    Safely pass trusted data to untrusted environments and back.
  • blinker

    5.6 7.5 L4 Python
    A fast Python in-process signal/event dispatching system.
  • pluginbase

    4.8 0.0 L5 Python
    A simple but flexible plugin system for Python.
  • cppimport

    4.7 0.0 L4 Python
    Import C++ files directly from Python!
  • PythonMonkey

    3.5 9.8 C++
    A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
  • HaikunatorPY

    2.0 0.0 L5 Python
    Generate Heroku-like random names to use in your python applications
  • Pychievements

    1.9 0.0 L4 Python
    The Python Achievements Framework!
  • Python Left-Right Parser

    1.9 1.6 L4 Python
    Python Parser
  • riprova

    1.8 6.2 L5 Python
    Versatile async-friendly retry package with multiple backoff strategies
  • Tryton

    1.7 9.9 L2 Python
    Mirror of tryton
  • Throttler

    1.6 0.0 Python
    🔀⏳ Easy throttling with asyncio support
  • Blinker Herald

    1.4 0.0 L4 Python
    The Blinker Herald includes helpers to easily emit signals using the excellent blinker library.
  • Roundup Issue Tracker

    1.3 9.6 Python
    Mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org to find starter issues or log new issues.
  • Template Render Engine

    0.9 0.0 L4 Python
    Template Render Engine
  • import_string

    0.5 0.0 L5 Python
    Imports an object based on a string import_string('package.module:function_name')() - Based on werkzeug.utils