Skip to content

Commit 689d475

Browse files
author
Кирилл Горелов
committed
Initial commit
1 parent 6b7ad42 commit 689d475

3 files changed

Lines changed: 8 additions & 22 deletions

File tree

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ Insert Tools — это мощный и гибко настраиваемый и
3030

3131
## 📦 Быстрая установка:
3232

33+
Установите через **PyPI**:
34+
3335
```bash
3436
pip install insert-tools
3537
```
38+
[Ссылка на проект на PyPI](https://pypi.org/project/insert-tools/1.0.0/)
3639

3740
или для разработки:
3841

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0"
44
description = "🧩 Безопасная вставка SELECT-запросов в ClickHouse с валидацией схемы"
55
readme = "README.md"
66
license = { text = "MIT" }
7-
authors = [{ name = "Your Name", email = "you@example.com" }]
7+
authors = [{ name = "castengine", email = "k.n.gorelov@gmail.com" }]
88
dependencies = [
99
"clickhouse-connect>=0.6.5",
1010
"pydantic>=1.10.0",
@@ -23,3 +23,7 @@ bd-insert = "clickhouse_insert.cli:main"
2323
[build-system]
2424
requires = ["setuptools>=61.0"]
2525
build-backend = "setuptools.build_meta"
26+
27+
[tool.setuptools]
28+
packages = ["clickhouse_insert"]
29+
include-package-data = false

0 commit comments

Comments
 (0)