Metadata-Version: 2.1
Name: gyvatukas
Version: 1
Summary: collection of utils by/for paulius.
Author: Paulius Gerve
Author-email: gerve@paulius.xyz
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# 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.


## publishing a package to pypi
1. make pypi account
2. generate api token
3. run `poetry config pypi-token.pypi <token>`
4. `poetry build` and then `poetry publish`
5. profit 👍
