Extended os module
Project description
eos: Extended os module
Install
pip install extendedos
Quick Start
import os.path as osp
from eos import makedirs
makedirs('/tmp/example/1/2')
osp.exists('/tmp/example/1/2')
# True
from eos import make_fancy_output_dir
make_fancy_output_dir('/tmp/result')
# '/tmp/result/iory-mac-2020-03-27-19-08-17-191116-46504'
make_fancy_output_dir(time_format=None)
# '/tmp/vm7bwis1'
from eos import measure
import time
with measure('measure_example'):
time.sleep(1.0)
# measure_example: 00:00:01.000574
from eos import current_time_str
current_time_str()
# '2021-01-08-07-42-12-301381'
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
extendedos-0.1.7.tar.gz
(7.7 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 extendedos-0.1.7.tar.gz.
File metadata
- Download URL: extendedos-0.1.7.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2e29a1eeb1fbd6e3f3f298edfabd8b33b6e18a746076e116abb0208fbe3e23d
|
|
| MD5 |
bf40813d4e4c08940973930ca70524e5
|
|
| BLAKE2b-256 |
edda969fc74ed9db775c8dc11211ccf09e5bf778d9eeb5664e41d06f0b003ff2
|
File details
Details for the file extendedos-0.1.7-py3-none-any.whl.
File metadata
- Download URL: extendedos-0.1.7-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa145fd239fe8a065cc11a0a7dadf42659a011c863a1d418f06ac74a8d93085
|
|
| MD5 |
90d8eef7e9a71107d2f6416856db6433
|
|
| BLAKE2b-256 |
470ef716f65bdc0e015afcce2bf1e380d4dc88e74be425c428e847706ab07a89
|