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
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-6.tar.gz
(4.0 kB
view hashes)
Built Distribution
gyvatukas-6-py3-none-any.whl
(6.0 kB
view hashes)