Autoinstaller
No description available
Install / Use
/learn @mdipierro/AutoinstallerREADME
autoinstaller
(Warning: apparently David Beazley invented this before me https://www.youtube.com/watch?v=0oTh1CXRaQ0&feature=youtu.be&t=2h39m46s although he thinks it is a bad idea, so use it in moderation!)
A package that automagically installs from PyPi everything you need as soon as you try import it. For example, let's assume that you do not have the tornado web server.
>>> import tornado
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named tornado
But if you have autoinstaller
>>> import autoinstaller
>>> import tornado
...
Processing dependencies for tornado
...
Installed ...
Finished processing dependencies for tornado
>>>
And from now on the package can be used without existing or restarting the process.
Of course you must install autoinstaller first the old fashion way:
>>> import autoinstaller
License
BSD version 3 - created by Massimo Di Pierro (http://experts4solutions.com)
Related Skills
node-connect
347.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.0kCreate 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
347.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
