Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Miscellaneous packages

Showing projects tagged as Miscellaneous

  • magenta

    9.6 4.8 Python
    Magenta: Music and Art Generation with Machine Intelligence
  • boltons

    8.2 1.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 8.1 L4 Python
    A lightweight, object-oriented finite state machine implementation in Python with many extensions
  • attrs

    7.8 9.6 Python
    Python Classes Without Boilerplate
  • Tenacity

    7.7 8.3 Python
    Retrying library for Python
  • itsdangerous

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

    5.4 7.6 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.6 6.7 L4 Python
    Import C++ files directly from Python!
  • HaikunatorPY

    1.9 0.0 L5 Python
    Generate Heroku-like random names to use in your python applications
  • Python Left-Right Parser

    1.9 5.9 L4 Python
    Python Parser
  • Pychievements

    1.9 0.0 L4 Python
    The Python Achievements Framework!
  • riprova

    1.7 0.0 L5 Python
    Versatile async-friendly library to retry failed operations with configurable backoff strategies
  • Throttler

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

    1.3 0.0 L4 Python
    The Blinker Herald includes helpers to easily emit signals using the excellent blinker library.
  • Tryton

    0.9 10.0 L2 Python
    Mirror of tryton
  • 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