Pyromania
Pyromania helps you manage Python 3 venvs.
Install / Use
/learn @FlipperPA/PyromaniaREADME
Pyromania venv Manager
Pyromania helps make venv management straightforward, inspired by virtualenvwrapper. By default, Pyromania will create a venv named venv in the current directory, and:
- Install the latest versions of
pipandwheel. - Includes handy options for switching to the
site-packagesfolder. - Creates pre and post activation hook scripts for additional customization.
- Activating your
venvwill automagically move to your project directory with a default pre-activation hook.
System Wide Installation
To install the pyro command for all users on your system with sudo escalation:
curl -sS https://raw.githubusercontent.com/FlipperPA/pyromania/main/install-sudo.sh | sh
An Ansible role for installation is also available.
User Installation
To install the pyro command for the current user only:
curl -sS https://raw.githubusercontent.com/FlipperPA/pyromania/main/install.sh | sh
Usage
Options:
--help,-h: Display the help menu.--delete,-d: Delete the venv.--create,-c: Create the venv without prompting.--packages-p: Change to the venv's site-packages directory.
Examples:
pyro: Lists the venvs currently managed by pyromania.pyro my_venv: Activate a venv calledmy_venv, or prompts to create it if it doesn't exist.pyro my_venv -c: Creates a venv calledmy_venvwithout prompting.pyro my_venv --delete: Deletes a venv calledmy_venv.pyro my_venv -p: Change to to the venv's site-packages directory.
Settings
VENV_DIR(default:venv): default venv directory name.VENV_PYTHON(default:python3): the default version of Python to include.
Pre and Post Activation Hooks
Pyromania will create two hook files in your venv which can be modified for pre and post activation actions:
venv/pre_activate.sh: script is run before thevenvis activated.venv/post_activate.sh: script is run after thevenvis activated.
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
