histcmp 0.6.7__py3-none-any.whl → 0.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.3
2
+ Name: histcmp
3
+ Version: 0.7.0
4
+ Summary: Compare histograms
5
+ Author-email: Paul Gessinger <hello@paulgessinger.com>
6
+ License: MIT
7
+ Requires-Python: >=3.10
8
+ Requires-Dist: hist[plot]>=2.8.0
9
+ Requires-Dist: jinja2>=3.1.4
10
+ Requires-Dist: matplotlib>=3.9.2
11
+ Requires-Dist: mplhep>=0.3.55
12
+ Requires-Dist: numpy>=2.1.3
13
+ Requires-Dist: pydantic>=2.10.1
14
+ Requires-Dist: pyyaml>=6.0.2
15
+ Requires-Dist: rich>=13.9.4
16
+ Requires-Dist: scipy>=1.14.1
17
+ Requires-Dist: typer>=0.13.1
@@ -11,16 +11,16 @@ histcmp/report.py,sha256=lTPylmzvda0y_NSZlESQiZPFpOgt8-sKiTYlwuQe2eQ,3773
11
11
  histcmp/root_helpers.py,sha256=9SWKW9gJIXUGRqJwjSMaLw5fgz_0eRtdqDpyt-z1wRQ,5794
12
12
  histcmp/static/alpinejs.intersect.min.js,sha256=VO1OjUyzsV_A9We8L7z25QSZtNou6pqwQdxv60zx0a8,878
13
13
  histcmp/static/alpinejs.min.js,sha256=dLOU6xKqXTxXXqFyJS66bCIJ2DQ3ku8mHv6if1je4WM,37696
14
+ histcmp/static/css/main.css,sha256=1ZDflGFMNvsFkf4pSDFYFQ-Ob90i4ahOV0YNXvJUL40,315
14
15
  histcmp/static/css/bulma/bulma-rtl.css,sha256=TUHS7Sxzy8yNpSvZw_kemcmvnax3Js9PHq1cPdo7i7U,244777
15
16
  histcmp/static/css/bulma/bulma-rtl.css.map,sha256=jrQYx00fN25Pxm81v1gPZtcutWE2KvnijIX5nR_V9uc,98265
16
17
  histcmp/static/css/bulma/bulma-rtl.min.css,sha256=LchhQrhf3t9LP_bBuIq1SvOWEIiX8bpgQedoeytbSV0,206763
17
18
  histcmp/static/css/bulma/bulma.css,sha256=QWzsjhiaNlONAp479EIeaY-tQvrt3v1iOYtBMVZ7RJc,244630
18
19
  histcmp/static/css/bulma/bulma.css.map,sha256=039vv4Mje70ZS33gGww4tRQgCnEKI2C87RydZz8KHig,98250
19
20
  histcmp/static/css/bulma/bulma.min.css,sha256=UDtbUHqpVVfXmdJcQVU_bfDEr9xldf3Dbd0ShD0Uf_Y,206620
20
- histcmp/static/css/main.css,sha256=1ZDflGFMNvsFkf4pSDFYFQ-Ob90i4ahOV0YNXvJUL40,315
21
21
  histcmp/templates/base.html.j2,sha256=wz23ttE1NG4zshuC-aYp8DUsVUkHjkwRzfJHC3A0rkg,2088
22
22
  histcmp/templates/main.html.j2,sha256=1if-d2iZs7pZJz2NJzpSjh4jZY1v_PGz3gvA0i4ccxI,2399
23
- histcmp-0.6.7.dist-info/METADATA,sha256=y6eohSUsbzpV8601-inwyKbQ4nSf24ttfmbfragnLug,1015
24
- histcmp-0.6.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
- histcmp-0.6.7.dist-info/entry_points.txt,sha256=zK4mzX2VpqdjZVEDpOJJ3Na2ePGRBz-9x5knQx_EaoI,43
26
- histcmp-0.6.7.dist-info/RECORD,,
23
+ histcmp-0.7.0.dist-info/METADATA,sha256=jKoCtjpoU-85rjHTJuaY2JwexFFI25IIZaMUOCOfwUA,471
24
+ histcmp-0.7.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
25
+ histcmp-0.7.0.dist-info/entry_points.txt,sha256=FWonuHbW2m7wdqkj2ISHGSGzLD59zo-7P0pBsR8yTTc,44
26
+ histcmp-0.7.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: hatchling 1.26.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ histcmp = histcmp.cli:app
@@ -1,28 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: histcmp
3
- Version: 0.6.7
4
- Summary:
5
- License: MIT
6
- Author: Paul Gessinger
7
- Author-email: hello@paulgessinger.com
8
- Requires-Python: >=3.9
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.9
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: Programming Language :: Python :: 3.11
14
- Classifier: Programming Language :: Python :: 3.12
15
- Requires-Dist: Jinja2 (>=3.0.3,<4.0.0)
16
- Requires-Dist: PyYAML (>=6.0,<7.0)
17
- Requires-Dist: click (>=8.1.4,<9.0.0)
18
- Requires-Dist: hist[plot] (>=2.6.0,<3.0.0)
19
- Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
20
- Requires-Dist: mplhep (>=0.3.26,<0.4.0)
21
- Requires-Dist: numpy (>=1.25.0,<2.0.0)
22
- Requires-Dist: pandas (>=2.0.3,<3.0.0)
23
- Requires-Dist: pydantic (>=1.9.0,<2.0.0)
24
- Requires-Dist: requests (>=2.27.1,<3.0.0)
25
- Requires-Dist: rich (>=13.4.2,<14.0.0)
26
- Requires-Dist: scipy (>=1.9.1,<2.0.0)
27
- Requires-Dist: typer (>=0.9.0,<0.10.0)
28
- Requires-Dist: wasabi (>=0.9.0,<0.10.0)
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- histcmp=histcmp.cli:app
3
-