python utils
Project description
a3py
Python utils.
Install
pip install a3py
Examples
1. Simplified example
from datetime import date
from a3py.simplified.datetime import date2str
assert date2str(date(2019, 10, 3)) == '2019-10-03'
2. Improved example
from a3py.improved.json import fast_dumps
fast_dumps([1, 2, 3])
3. Readable example
from a3py.improved.readable import get_readable_size
assert get_readable_size(1024 * 1024) == "1.0MB"
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
a3py-0.1.0.tar.gz
(9.0 kB
view details)
File details
Details for the file a3py-0.1.0.tar.gz
.
File metadata
- Download URL: a3py-0.1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ce0615cf76eb78181efd9bc6654b6b72f2c6efe12912a7358b917a7f5d3741 |
|
MD5 | c297298aa8aa32ed3d99129448bf5db6 |
|
BLAKE2b-256 | b9b8826a0ea41ef96414211665b21eb8ec147479a238a2550af863ccf9b62e48 |