Miscellaneous packages

Showing projects tagged as Miscellaneous

  • magenta

    9.5 3.4 Python
    DISCONTINUED. Magenta: Music and Art Generation with Machine Intelligence
  • Tenacity

    8.4 8.4 Python
    Retrying library for Python
  • boltons

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

    7.9 9.0 Python
    Python Classes Without Boilerplate
  • itsdangerous

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

    5.9 3.5 L4 Python
    A fast Python in-process signal/event dispatching system.
  • cppimport

    4.9 5.5 L4 Python
    Import C++ files directly from Python!
  • pluginbase

    4.9 0.0 L5 Python
    A simple but flexible plugin system for Python.
  • Python StateMachine

    4.9 3.3 Python
    Expressive statecharts and FSMs for modern Python.
  • PythonMonkey

    4.3 7.5 C++
    A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
  • Tryton

    2.9 9.9 L2 Python
    Mirror of tryton
  • Python Left-Right Parser

    2.1 5.9 L4 Python
    Python Parser
  • HaikunatorPY

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

    2.1 0.0 L4 Python
    The Python Achievements Framework!
  • Throttler

    1.9 6.3 Python
    🔀⏳ Easy throttling with asyncio support
  • riprova

    1.9 6.2 L5 Python
    Versatile async-friendly retry package with multiple backoff strategies
  • Roundup Issue Tracker

    1.7 9.2 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.
  • elf

    1.4 9.3 Python
    A modern Advent of Code helper that fetches inputs, submits answers, and tracks your progress.
  • Blinker Herald

    1.4 0.0 L4 Python
    DISCONTINUED. The Blinker Herald includes helpers to easily emit signals using the excellent blinker library.
  • Template Render Engine

    1.1 2.4 L4 Python
    Template Render Engine
  • import_string

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