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
- New code time (add new features to
__init__/__all__
if/when they are "prod" worthy to use the pattern ofgyvatukas.<util>
in dependent projects (except for WWW)) - Format + lint (its 2024, people nitpick a lot)
- Build docs
- Increment version in pyproject.toml
- 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))
poetry publish
- 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)
Built Distribution
gyvatukas-11-py3-none-any.whl
(18.4 kB
view hashes)