Skip to main content

See README.md

Project description

gyvatukas

collection of python utils and prototypes. it is public, but i would not advise to use it for any serious business. is more of a util bundle and playground for new ideas.

anyways, see docs page for more info.

🚨 No changelog

🚩 Frequently changing API

🚨 Lack of tests

🤠 Only fun

usage

import gyvatukas as g

tel = '+37060000000'
is_valid, clean_tel = g.validate_lt_tel_nr(tel)
print(is_valid, clean_tel)

dev guide

  1. New code time (add new features to __init__/__all__ if/when they are "prod" worthy to use the pattern of gyvatukas.<util> in dependent projects (except for WWW))
  2. Format + lint (its 2024, people nitpick a lot)
  3. Build docs
  4. Increment version in pyproject.toml
  5. Build package (commit package + pyproject.toml + docs (clean single build commit, since docs are published from master and are source of truth for the latest pypi release))
  6. poetry publish
  7. Profit 🤑

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

gyvatukas-11.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

gyvatukas-11-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

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