No project description provided
Project description
Code - Print colored text
from waivek import Code
print(Code.RED + "Hello, World!")
common
from waivek import Date, Timestamp
dt = Date("2020-01-01"
timestamp = Timestamp(3600)
>>> Date(1672511400) == Date('2023-01-01')
True
>>> date = Date(1672511400)
>>> date
12:00 AM, Jan 01 (5 months ago)
>>> date.epoch
1672511400
>>> date.string
2023-01-01T00:00:00+05:30
>>> date.timeago()
5 months ago
>>> str(date)
12:00 AM, Jan 01 (5 months ago)
>>> date.dt
2023-01-01 00:00:00+05:30
from waivek import create_partitions, smart_pad, enumerate_count
db
from waivek import db_init, insert_dictionaries
cursor, connection = db_init(db_path)
insert_dictionaries(cursor, table_name, dictionaries)
error
from waivek import handler
with handler():
main()
get
from waivek import aget
aget(urls)
ic
from waivek import ic, ib
ic({"key": "value"})
ib(str)
print_utils - Print and manipulate text.
from waivek import head, truncate, abbreviate
reltools - Do path manipulation relative to
from waivek import rel2abs, read, write
timer - Measure execution time of code snippets
from waivek import Timer
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
waivek-0.1.24.tar.gz
(52.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
waivek-0.1.24-py3-none-any.whl
(59.1 kB
view details)
File details
Details for the file waivek-0.1.24.tar.gz.
File metadata
- Download URL: waivek-0.1.24.tar.gz
- Upload date:
- Size: 52.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dc009b122365fed09ce592e32048c7583eca3a2f1ae8617715d926f80064dc3
|
|
| MD5 |
abd36c9d4c2e70539f0d982ceaae64c7
|
|
| BLAKE2b-256 |
10011ee2e090b8002191fae5ff5a32ebba0ff0922c84ca2453a97da9014a05cb
|
File details
Details for the file waivek-0.1.24-py3-none-any.whl.
File metadata
- Download URL: waivek-0.1.24-py3-none-any.whl
- Upload date:
- Size: 59.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a32b60539cec64d6f61abb46bdfd13e7ae439c59a233adda67f3838615a378d6
|
|
| MD5 |
7bdc7cafd4e3323bb8d0e66ef3a3243a
|
|
| BLAKE2b-256 |
dda35a8800a0cd4355ea07b04ae3129d94ff3ae42e2e06ef504db41b159d0c89
|