Skip to main content

Easily add common paths to sys.path

Project description

SysPath

PyPI PyPI - Python Version PyPI - License

Build Status Code Climate Code Climate Test Coverage

SysPath is a package to easily set common paths into sys.path. Instead of having to do a lot of path manipulation to properly import files, a file can import from SysPath instead.

Installation

pip install syspath

Usage

To append the current file's directory to sys.path:

import syspath
syspath.append_current_path()
# or
from syspath import current_path

To append the current file's parent directory to sys.path:

import syspath
syspath.append_parent_path()
# or
from syspath import parent_path

To append the current file's git repository root to sys.path:

import syspath
syspath.append_git_root()
# or
from syspath import git_root

Each of the shortcut modules also provide a path variable that can be used to get the path added.

Development

pip install -e .[test]
ruff check .
mypy .
coverage run -m unittest
coverage report -m
ruff check .

Publishing

  1. Update CHANGELOG.md
  2. Update syspath/__version__.py
  3. Commit, tag with the version number, and push

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

syspath-3.0.7.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

syspath-3.0.7-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file syspath-3.0.7.tar.gz.

File metadata

  • Download URL: syspath-3.0.7.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for syspath-3.0.7.tar.gz
Algorithm Hash digest
SHA256 bc199da7eafedbcb1d333f9424dea0c0ab5118368344ee3d892700c07c0dc207
MD5 70a9eebf54450f02420914c6126b09de
BLAKE2b-256 9e90fa255f52870c6b9875cd003ec46714783f6074a1f1f30e809ec6b485be09

See more details on using hashes here.

File details

Details for the file syspath-3.0.7-py3-none-any.whl.

File metadata

  • Download URL: syspath-3.0.7-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for syspath-3.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 831c61f0aa0eed901734cd37595e7cb007cbf00fc86a594d0efcd4d3100ee73b
MD5 52cd0ede812e38ceb25053ad0c4c9653
BLAKE2b-256 096a3109be6aecf73c4ddf577adffd6214124436255bad878ae542fa76642e7a

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