Brief
convenient to join file path in a chain manner:
s = Path('.')
s = s.join('a', 'b').join('..')
# s == 'a'
it uses os.path.join and always normalizes the path with os.path.normpath
while os.path.join join the 'a', '..' to 'a/..'
Change Log
v0.1.3, 2019-2-9
- change to run with python3
v0.1.2, 2018-6-7
- improve comment and change to English
- change directory structure and update setup.py
- add tests.py
Release files for sine.path 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sine.path-0.1.3.tar.gz | 4.2 kB | Details |
Release files / sine.path-0.1.3.tar.gz
| Download URL | sine.path-0.1.3.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e375f2dd1d2d1fa0cc4f847f021d0f4585abc811c616923efbb8712d9d5d393b
|
|
BLAKE2b-256 checksum How to use checksums |
dbc4b8d0d35d1593ef8f56fbd6922e0fb5034bb85b1bd20ee6be3a2f26421dac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.0 CPython/3.7.2
|