Metadata-Version: 2.3
Name: tp-helper
Version: 0.4.68
Summary: 
Author: TP
Author-email: tp@tp.com
Requires-Python: >=3.12,<=3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.11.13,<4.0.0)
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
Requires-Dist: load-dotenv (>=0.1.0,<0.2.0)
Requires-Dist: lxml (>=6.0.1,<7.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: redis (>=6.2.0,<7.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.38,<3.0.0)
Description-Content-Type: text/markdown

# TP Helper

Collection of common practices used in Transpropusk's projects.


## Установка:
`poetry add tp-helper`

## Очистка при обновлении
- `poetry cache clear --all PyPI`
- `poetry add tp-helper`
- `poetry update`


```
poetry cache clear pypi --all --no-interaction; poetry add tp-helper@latest
```

```
poetry cache clear pypi --all --no-interaction && poetry add tp-helper@latest
```



## Публикация:
Собирает и загружает собранный пакет в PyPI.
`poetry publish --build`
