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'
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.0.10.tar.gz
(3.7 kB
view hashes)