Skip to main content

Magically install modules just by importing them!!

Project description

PyAutoInstall

Magically install modules just by importing them!!

📝 Description

This is a Work-In-Progress Library which will change your way of installing packages forever.

🤯 Disclaimer

(This project is still in unstable planning stage)

🔥 Getting Started

  • ⬇️ Installation

    While it would be nice to install pyautoinstall just by importing it, that just isn't the case.

    • Via pip
      pip install pyautoinstall
      
  • ⚡ Usage

    • Without pyautoinstall
      >>> import requests
      Traceback (most recent call last):
        File "<stdin>", line 1, in <module>
      ModuleNotFoundError: No module named 'requests'
      
    • With it
      >>> import pyautoinstall
      >>> import requests
      Should I install requests? (y/n) - y
      Successfully installed requests!!
      >>> requests.get('https://pypi.org/project/pyautoinstall/')
      <Response [200]>
      

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyautoinstall-0.0.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

pyautoinstall-0.0.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file pyautoinstall-0.0.1.tar.gz.

File metadata

  • Download URL: pyautoinstall-0.0.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.10 CPython/3.9.7 Windows/10

File hashes

Hashes for pyautoinstall-0.0.1.tar.gz
Algorithm Hash digest
SHA256 fdb34924d35ea2312564b26b78186e08cbcc704cdbc7a55c38de549e3d5bcf25
MD5 e3df9cf9e5d4f090dd7fccc659124299
BLAKE2b-256 c2e78e72674e7fba7b212d518057dbb6d9de186e9fe23f90edb27e9907be0a2f

See more details on using hashes here.

File details

Details for the file pyautoinstall-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pyautoinstall-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.10 CPython/3.9.7 Windows/10

File hashes

Hashes for pyautoinstall-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ee7031232438ca1dc5297c85771f3f2dc9da91fcda4ccf544c3d28906cd57f6b
MD5 4037373cb8c4cfb6d3325ce7d6a7a7c6
BLAKE2b-256 bc924bd9982e9497b735a4a5bb7f45ef1145f1f4bdf9784cc272d77639cca9d5

See more details on using hashes here.

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