Skip to main content

A Library For Dynamically Importing Modules. Inspired By **Node.js** `require` Function.

Project description

Use

A Library For Dynamically Importing Modules. Inspired By Node.js require Function.


Installation

Use can be installed using Pip by the command:-


    [sudo] pip install use

Usage

If the file structure is like:-


    test/
    	test/
    		__init__.py
    		test.py
    		utils/
    			__init__.py
    			utils.py

If you want to import test/test/__init__.py in the file test/test/utils/utils.py it is not possible, but using Use you can do it by putting the following snippet in test/test/utils/utils.py file.


    from use import use

    initFile = use("./../__init__")


License Under The MIT License A Project By Shardul Nalegave

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

use-0.1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

use-0.1.0-py3-none-any.whl (2.8 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