Skip to main content

A library that automatically imports from Pypi everything you try import

Project description

# 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.

Project details


Release history Release notifications | RSS feed

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page