python-simple-toolbelt
A growing collection of simple utilities functions for Python
Installation
pip install simple-toolbelt
Functions
path.ensure_dir
Create the directories, include subs, if don't exist.
from simple_toolbath.path import ensure_dir
with open(ensure_dir('this/path/to/file.txt'), 'w') as f:
...
Check on GitHub: https://github.com/mbiemann/python-simple-toolbelt
Release files for simple-toolbelt 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_toolbelt-0.0.2.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_toolbelt-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.2 kB
Release files / simple_toolbelt-0.0.2.tar.gz
| Download URL | simple_toolbelt-0.0.2.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
141df49692505641653df4466e5bba8c5bc5e77976709736afbc27d1a216de4f
|
|
BLAKE2b-256 checksum How to use checksums |
84f03c376be9afe3296e2295f8948edb79c184531903c2e524bb7ab77d41a6b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|
Release files / simple_toolbelt-0.0.2-py3-none-any.whl
| Download URL | simple_toolbelt-0.0.2-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0274a0f1dec2855d4710bcff7152ced556a3e737ead8301640e707f0e2eb09b8
|
|
BLAKE2b-256 checksum How to use checksums |
d9c7a5badc9a81e2f12ebb786029a4f14cab0a97a0994c70254d2d5b152d3b3b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|