collection of utils by/for paulius.
Project description
gyvatukas
collection of python utils i've been rewriting in each project most of the time. i am getting older and i am getting tired of rewriting the same stuff over and over again. 🚨 if definitely full of bugs, do not recommend using if you are not me.
changelog
v7
- 🚨 Rename modules
_dict
todict_
and_json
tojson_
. - 🇱🇹 Lithuanian personal code validation logic.
- Use
pathlib
instead ofos.path
. - New Makefile
- New
generator.get_random_secure_string
function. - Documentation improvements.
- Lint + format w.
ruff
andblack
.
v6
- Docs using pdoc3
- Makefile improvements
v5
- Rename
read_json_or_return_empty_dict
toread_json
which now takes default= parameter when value is not found.
v3
- Email validation logic using https://github.com/JoshData/python-email-validator.
v2
- Bug fixes, etc. Additional fs/json utils.
v1
- Initial release with first utils. Not usable.
publishing a package to pypi
- make pypi account
- generate api token
- run
poetry config pypi-token.pypi <token>
poetry build
and thenpoetry 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-7.tar.gz
(6.3 kB
view hashes)
Built Distribution
gyvatukas-7-py3-none-any.whl
(7.8 kB
view hashes)