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())
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.0.8.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wpath-0.0.8.tar.gz.
File metadata
- Download URL: wpath-0.0.8.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e155916b098a1249e0cea984f0ffaa6fc811a6b9a68600184cc8fca728f49175
|
|
| MD5 |
a7be928c432be93356648497ab741f16
|
|
| BLAKE2b-256 |
2885eeea0c74edd35fa589d9223959b4ffd48905020ea872941a26914864519f
|
File details
Details for the file wpath-0.0.8-py2.py3-none-any.whl.
File metadata
- Download URL: wpath-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040ade80d10919c34a03a02252a03fbabe23a76f6d8d665a45334453fe2cabcb
|
|
| MD5 |
7dfe1c91bda4af88b814dbe0b00f22b1
|
|
| BLAKE2b-256 |
1dd6aaa131ad226a04e96ea0ba11aeff686c190adf9fa731e92b56b791632588
|