Skip to main content

Current module relative paths and imports

Project description

Latest PyPI Version License Downloads

Get the path of a file relative to the current module. Import a Python module relative to the current module. Temporarily change sys.path for imports. Get the path of a file relative to the module of the current caller.

Installation

$ pip install current

Usage

Get paths relative to the current module:

>>> import current

>>> here = current.current_path()
>>> parent = current.current_path('..')
>>> bruces = current.current_path('..', 'australia', 'bruces', 'bruces.ini')

Temporarily add the parent directory to sys.path:

>>> with current.inserted_path()
...     import australia

Get paths relative to the module of the callers of the current code:

>>> caller = current.caller_path()
>>> callercaller = current.caller_path(steps=2)

License

CC0 1.0 Public Domain Dedication

Changelog

Version 0.2: Added caller_path.

Version 0.1: First public release.

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

current-0.2.zip (5.0 kB view details)

Uploaded Source

File details

Details for the file current-0.2.zip.

File metadata

  • Download URL: current-0.2.zip
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for current-0.2.zip
Algorithm Hash digest
SHA256 8cb85b94e8887e538b7d90368e0e434fc861afe4e8ca240611bd8cb23a6a67f0
MD5 56d0f0df6c6ebc79a150fd49173a46d4
BLAKE2b-256 f7525f014e1ecc9634bd105249d5b08fc1ca0ad437666b5d16cd01c26be01309

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page