File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,9 +30,12 @@ Insert Tools — это мощный и гибко настраиваемый и
3030
3131## 📦 Быстрая установка:
3232
33+ Установите через ** PyPI** :
34+
3335``` bash
3436pip install insert-tools
3537```
38+ [ Ссылка на проект на PyPI] ( https://pypi.org/project/insert-tools/1.0.0/ )
3639
3740или для разработки:
3841
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "1.0.0"
44description = " 🧩 Безопасная вставка SELECT-запросов в ClickHouse с валидацией схемы"
55readme = " README.md"
66license = { text = " MIT" }
7- authors = [{ name = " Your Name " , email = " you@example .com" }]
7+ authors = [{ name = " castengine " , email = " k.n.gorelov@gmail .com" }]
88dependencies = [
99 " clickhouse-connect>=0.6.5" ,
1010 " pydantic>=1.10.0" ,
@@ -23,3 +23,7 @@ bd-insert = "clickhouse_insert.cli:main"
2323[build-system ]
2424requires = [" setuptools>=61.0" ]
2525build-backend = " setuptools.build_meta"
26+
27+ [tool .setuptools ]
28+ packages = [" clickhouse_insert" ]
29+ include-package-data = false
You can’t perform that action at this time.
0 commit comments