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
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
gyvatukas-11.tar.gz
(13.5 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
gyvatukas-11-py3-none-any.whl
(18.4 kB
view details)
File details
Details for the file gyvatukas-11.tar.gz.
File metadata
- Download URL: gyvatukas-11.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6cb65a7e60757750a3fd37d9c3f26de1d0dc0ea0239a040f494d70c1d8f91c1
|
|
| MD5 |
199b3a40422b9402b99067e9308f4cc1
|
|
| BLAKE2b-256 |
e9529057d7e0d3aeb79e101c6f5d9679d2937c6465354d09c9e4a0e9c0954e2b
|
File details
Details for the file gyvatukas-11-py3-none-any.whl.
File metadata
- Download URL: gyvatukas-11-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51f6b93e1c7abd66913bdb2e40973b5ca46864a1bc449d51298740cfff7a2ab5
|
|
| MD5 |
8094cab7d211ce64f03570e569f55dc1
|
|
| BLAKE2b-256 |
699b3494f715c2991f712f44c8b1cdb83e7ff47f21492f46e9a948f792bbf944
|