Other Tools
Project description
Other Tools for Python
To Publish
$ python setup.py sdist
$ twine upload dist/*
Installation
$ pip install othertools
Usage
from othertools.path import chdiranchor
chdiranchor("environment.yaml", "src/.+")
Examples
Example 1
Before:
.
├── documents
└── projects
└── python
└── hello-world
├── environment.yaml
└── src ### CURRENT DIRECTORY] ###
└── root.package
└── main.py
chdiranchor("environment.yaml", "src/.+")
After:
.
├── documents
└── projects
└── python
└── hello-world
├── environment.yaml
└── src
└── root.package ### CURRENT DIRECTORY] ###
└── main.py
Example 2
Before:
.
├── documents
└── projects
└── python
└── hello-world ### CURRENT DIRECTORY] ###
├── environment.yaml
└── src
└── root.package
└── main.py
chdiranchor("environment.yaml", "src/.+")
After:
.
├── documents
└── projects
└── python
└── hello-world
├── environment.yaml
└── src
└── root.package ### CURRENT DIRECTORY] ###
└── main.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
othertools-1.0.4.tar.gz
(1.9 kB
view details)
File details
Details for the file othertools-1.0.4.tar.gz
.
File metadata
- Download URL: othertools-1.0.4.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec8e115a2ae55ce1ebbfa45c7d099814daf845a6e13672a1ac7d303420f836a |
|
MD5 | 94a375d974ca7e7771bbcd356bc9a41e |
|
BLAKE2b-256 | 8b57e8fb7306e33e1fe77da789e2321c00661d49c415feaadc49bccb2c6c6c5b |