Skip to main content

A really simple package that allows you to import packages to your code

Project description

About

PackageImporter is a simple project for importing projects according to different types (DataScience, Plotting, etc.)

Installation

To install PackageImporter, run this command into your terminal (Use Windows Powershell because I love it):

pip install packageimporter

For a specific version (only one now...), run:

pip install packageimporter=={version}

To upgrade the exsisting PackageImporter module (which you don't):

pip install --upgrade packageimporter

note: you can either use python -m pip or py -m pip if it's different. PackageImporter has only one limitation: Python>=3.6 (Because there were f-strings)

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

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.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

packageimporter-1.1.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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