Quick methods for every day Python programming
Project description
Mikatools
Mikatools provides fast and easy methods for common Python coding tasks. Some functionality:
- script_path() gives the location of the current Python script
- json_dump(data, file_path) saves a dictionary in UTF-8 in a pretty format with indentation, real unicode characters (no unreadable escaped letters) and sorts the keys.
- json_load(file_path) loads json with UTF-8 encoding
- download_file(url, path) downloads a file and saves it on the disk
- decorators @ensure_unicode and @ensure_ascii for Python 2 developers who struggle with unicode/string distinction (i.e. all of us)
The library mostly provides functionality for my other libraries.
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
mikatools-0.0.8.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for mikatools-0.0.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54146e8c84e5ff967499e2b82716e0d446eeb73f113b3254ec10fe6117689a9c |
|
MD5 | 273b586772c4a5f279032d33ab0791a7 |
|
BLAKE2b-256 | 9b5b72841e88d8775ba02831c91ef5bf2e44fee1fc7fa38f1053e039a00a52d4 |