File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Glossary
1414
1515 Build Backend
1616
17- A library that takes a source tree
17+ A library that takes a :term: ` source tree <Project Source Tree> `
1818 and builds a :term: `source distribution <Source Distribution (or "sdist")> ` or
1919 :term: `built distribution <Built Distribution> ` from it.
2020 The build is delegated to the backend by a
Original file line number Diff line number Diff line change @@ -333,6 +333,14 @@ Usage:
333333The `pandas-gbq `_ project allows for accessing query results via `Pandas `_.
334334
335335
336+ ``ClickPy ``
337+ -----------
338+
339+ The `ClickPy `_ project provides a public application to visualize download
340+ statistics, with free direct SQL access to the underlying open-source
341+ `ClickHouse `_ database, updated daily.
342+
343+
336344References
337345==========
338346
@@ -346,3 +354,5 @@ References
346354.. _google-cloud-bigquery : https://cloud.google.com/bigquery/docs/reference/libraries
347355.. _pandas-gbq : https://pandas-gbq.readthedocs.io/en/latest/
348356.. _Pandas : https://pandas.pydata.org/
357+ .. _ClickHouse : https://github.com/ClickHouse/ClickHouse
358+ .. _Clickpy : https://clickpy.clickhouse.com/
Original file line number Diff line number Diff line change 3838 .. code-block :: toml
3939
4040 [build-system]
41- requires = ["uv_build >= 0.10.0 , <0.11.0"]
41+ requires = ["uv_build >= 0.10.7 , <0.11.0"]
4242 build-backend = "uv_build"
Original file line number Diff line number Diff line change @@ -605,8 +605,8 @@ and post-releases for minor corrections::
605605 1.0.dev2
606606 1.0.dev3
607607 1.0.dev4
608- 1.0c1
609- 1.0c2
608+ 1.0rc1
609+ 1.0rc2
610610 1.0
611611 1.0.post1
612612 1.1.dev1
You can’t perform that action at this time.
0 commit comments