A really simple package that allows you to import packages to your code
Project description
IMPORTANT NOTE: 1.SUPPORT FOR PACKAGEIMPORTER <=1.3.0 HAS OFFICIALLY DROPPED. WE WILL NO LONGER BE SEEING ANYMORE BUGFIXES IN FUTURE VERSION (IF ANY) ABOUT BUGFIXES APPEARING IN THIS VERSION; 2.PLEASE DOWNLOAD THIS NEW VERSION, NOT PACKAGEIMPORTER 1.4.0 FOR THE NEWEST BUGFIXES
About
PackageImporter is a simple project for importing projects according to different types (DataScience, Plotting, etc.). It can also be used to install packages and inspect installed packages.
Installation
To install PackageImporter, run this command into your terminal (Use Windows Powershell because I love it):
pip install packageimporter
For a specific version, run:
pip install packageimporter=={version}
To upgrade the exsisting PackageImporter module (which you probably don't):
pip install --upgrade packageimporter
note: you can either use python -m pip
or py -m pip
if it's different (HINT: It may). PackageImporter has only one limitation: Python>=3.8
Usage Example
from packageimporter import Importer
Importer.stable.Plotter.plotly.express(alias="i_love_plotly_express")
# This will import plotly.express as i_love_plotly_express (weird alias) and raise an ModuleNotFoundError if plotly.express is not globally installed.
Update Notes:
Minor Bugfixes on error while class calling
Updates on README.MD
PICDT (PackageImporter CoreDev Team joined with Fasthelp Dev Team (FDT))
PS: Guess we'll have to wait for PIIP (PackageImporter Insider Project) in packageimporter v1.5.0...
(鈫慪)
Thanks to all, JVSCode Dev Team (JDT)
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
packageimporter-1.4.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file packageimporter-1.4.1.tar.gz
.
File metadata
- Download URL: packageimporter-1.4.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aeae7899c0a07d9add4f19ef1f28aa79cd5486fdabb70720e77ececfb4d66c2 |
|
MD5 | 32064fc13b0e1169ed339ddc1b55627d |
|
BLAKE2b-256 | 9c74a6ee37cff5692be98d01e8f0aef7cf75d517cd98d8a91d9681e38eeed157 |
File details
Details for the file packageimporter-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: packageimporter-1.4.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f29b2f6df8b72c98b365c6b4a9e88f293c9d4ab323137e4203a7a6cb6e056687 |
|
MD5 | efdc892539423fd4ef07505606bf9507 |
|
BLAKE2b-256 | bd9fffce7070baf7ab0920838ea0fc47007c60a5ab562890fe5bc7b68a815e00 |