# autoinstaller
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autoinstaller-0.1.tar.gz
(1.5 kB
view details)
File details
Details for the file autoinstaller-0.1.tar.gz.
File metadata
- Download URL: autoinstaller-0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dff0405c8470ef7e0fb2872b153accb9521a3889de4d8f612eb2e377012e14e
|
|
| MD5 |
1166fbbeaf057cba9f4af4666f9b5350
|
|
| BLAKE2b-256 |
a276ed7687288ef0f6255f60d7dec3fb314cd56194d81394fb9804b54a247316
|