import directly from PyPI
Project description
yoloimporter
import directly from PyPI
YOLO Importer is for those that like to live dangerously. For those that don't have time to manage a local, reproducible, isolated, Python environment but instead need their libraries NOW!
YOLO Importer will resolve missing dependencies from the internet, and make them immediately available to the current Python session, all through the import system. When the current Python session is ended, these dependencies disappear, leaving no trace of their use.
Usage
import yoloimporter.doit
# these do not need to be already-installed
# this will work in any environment that has yoloimporter installed
import requests
from rich import markdown
from rich import console
out = console.Console()
this_page = requests.get('https://raw.githubusercontent.com/ucodery/yoloimporter/master/README.md')
out.print(markdown.Markdown(''.join(this_page.text)))
Installation
YOLO Importer still needs to be installed before use, but nothing else you need will! Try installing the latest version from pypi.org
python -m pip install yoloimporter
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yoloimporter-0.1.tar.gz.
File metadata
- Download URL: yoloimporter-0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98a532cc54b0e04bd9506cfa9321a885a80c784abd9076f88f886d2c902e2acc
|
|
| MD5 |
5825360a5e80b94468b3250763d6927a
|
|
| BLAKE2b-256 |
178bad0fb5323bb5ffa695957f9e78aede3c0297507839d195252dc6837729a0
|
File details
Details for the file yoloimporter-0.1-py2.py3-none-any.whl.
File metadata
- Download URL: yoloimporter-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e6de5b6fa6656e7d877c0368519a01da6ac3676db795a44348327c376b8a3b3
|
|
| MD5 |
33dee06bff54369877a2b0015ccbb11c
|
|
| BLAKE2b-256 |
8a1ae90ffce5dadcecd372961693288acd0e7ebcce59364555d75d8c667c718b
|