Skip to main content

convinent script to adapt python's sys.path

Project description

# Description convinent script to adapt python’s sys.path

# Install

pip install adaptpath

# Usage
  • Say we have dir-tree below:

    a / b / c.py x / y / z.py

  • Now suppose we are in “z.py” and we want to do this:

    from a.b import c

  • We can put the lines below ahead of “z.py”

    from adaptpath import adaptpath adaptpath.adapt_from_path(2, __file__)

# Test

pytest test

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

adaptpath-0.3.7.tar.gz (4.4 kB view hashes)

Uploaded Source

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