Skip to main content

python utils

Project description

a3py

Python utils.

History.

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


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.9.tar.gz (9.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page