Skip to main content

package help find the project root folder.

Project description

wpath

wpath: a package help you find the project workspace

Install

git clone https://github.com/cofepy/wpath
cd wpath
python setup.py install

or

pip install wpath

Env file

add one of flags [".env",".gitignore",".git","package.json"] into your project workspace.

Useage

import wpath
# this will add your workspace to python path
# by default, wpath will search parent folder which has an '.env' file as workspace flag

# show project workspace, 
# if not found the flag, wpath.workspace() will return None
print(wpath.workspace())

# change default flag
wpath.reset(['.gitignore'])
print(wpath.workspace())

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

wpath-0.1.1.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distributions

wpath-0.1.1-py3.9.egg (134.6 kB view hashes)

Uploaded Source

wpath-0.1.1-py2.py3-none-any.whl (69.1 kB view hashes)

Uploaded Python 2 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