Skip to main content

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


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.12.tar.gz (46.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

waivek-0.1.12-py3-none-any.whl (51.8 kB view details)

Uploaded Python 3

File details

Details for the file waivek-0.1.12.tar.gz.

File metadata

  • Download URL: waivek-0.1.12.tar.gz
  • Upload date:
  • Size: 46.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for waivek-0.1.12.tar.gz
Algorithm Hash digest
SHA256 60baffcb76d3dcce11fb9a934d74cd2475d1f2dfc126618ae9165c95f9f9338f
MD5 938ae6cba88723ecc94d4ead8cf5fc63
BLAKE2b-256 6de1873c16092dfb521808526b63902024e3b2cecb68e3e4bbd9a4a9d30db113

See more details on using hashes here.

File details

Details for the file waivek-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: waivek-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 51.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for waivek-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 aae6346a195b1ade34de119cd28f6205674775738caa401b81ea84e52fb2b0b8
MD5 63e8f36025de53eb80db857de2cbe38b
BLAKE2b-256 9e596fddbd7bde49472102ebedb18e5d98aa17ba693f5b5fc835cf2e03384f2a

See more details on using hashes here.

Supported by

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