wums 0.1.0__tar.gz → 0.1.2__tar.gz

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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wums
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: .
5
- Author-email: Josh Bendavid <josh.bendavid@cern.ch>, Kenneth Long <kenneth.long@cern.ch>, David Walter <david.walter@cern.ch>
5
+ Author-email: David Walter <david.walter@cern.ch>, Josh Bendavid <josh.bendavid@cern.ch>, Kenneth Long <kenneth.long@cern.ch>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/WMass/wums
8
8
  Classifier: Programming Language :: Python :: 3
@@ -11,14 +11,14 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: boost_histogram>=1.5.1
15
- Requires-Dist: h5py>=3.12.1
16
- Requires-Dist: hdf5plugin>=5.0.0
17
- Requires-Dist: hist>=2.8.0
18
- Requires-Dist: lz4>=4.4.3
19
- Requires-Dist: matplotlib>=3.10.0
20
- Requires-Dist: mplhep>=0.3.56
21
- Requires-Dist: numpy>=2.2.2
22
- Requires-Dist: uproot>=5.5.1
14
+ Requires-Dist: boost_histogram
15
+ Requires-Dist: h5py
16
+ Requires-Dist: hdf5plugin
17
+ Requires-Dist: hist
18
+ Requires-Dist: lz4
19
+ Requires-Dist: matplotlib
20
+ Requires-Dist: mplhep
21
+ Requires-Dist: numpy
22
+ Requires-Dist: uproot
23
23
 
24
24
  # WUMS: Wremnants Utilities, Modules, and other Stuff
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wums"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "."
9
9
  readme = { file = "README.md", content-type = "text/markdown" }
10
10
  license = { text = "MIT" }
11
11
  authors = [
12
+ {name = "David Walter", email = "david.walter@cern.ch"},
12
13
  {name = "Josh Bendavid", email = "josh.bendavid@cern.ch"},
13
14
  {name = "Kenneth Long", email = "kenneth.long@cern.ch"},
14
- {name = "David Walter", email = "david.walter@cern.ch"}
15
15
  ]
16
16
  urls = {Homepage = "https://github.com/WMass/wums"}
17
17
  classifiers = [
@@ -23,16 +23,16 @@ classifiers = [
23
23
  requires-python = ">=3.8"
24
24
 
25
25
  dependencies = [
26
- "boost_histogram>=1.5.1",
27
- "h5py>=3.12.1",
28
- "hdf5plugin>=5.0.0",
29
- "hist>=2.8.0",
30
- "lz4>=4.4.3",
31
- "matplotlib>=3.10.0",
32
- "mplhep>=0.3.56",
33
- "numpy>=2.2.2",
34
- "uproot>=5.5.1"
26
+ "boost_histogram",
27
+ "h5py",
28
+ "hdf5plugin",
29
+ "hist",
30
+ "lz4",
31
+ "matplotlib",
32
+ "mplhep",
33
+ "numpy",
34
+ "uproot"
35
35
  ]
36
36
 
37
37
  [tool.setuptools.packages.find]
38
- where = ["."]
38
+ where = ["."]
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wums
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: .
5
- Author-email: Josh Bendavid <josh.bendavid@cern.ch>, Kenneth Long <kenneth.long@cern.ch>, David Walter <david.walter@cern.ch>
5
+ Author-email: David Walter <david.walter@cern.ch>, Josh Bendavid <josh.bendavid@cern.ch>, Kenneth Long <kenneth.long@cern.ch>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/WMass/wums
8
8
  Classifier: Programming Language :: Python :: 3
@@ -11,14 +11,14 @@ Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: boost_histogram>=1.5.1
15
- Requires-Dist: h5py>=3.12.1
16
- Requires-Dist: hdf5plugin>=5.0.0
17
- Requires-Dist: hist>=2.8.0
18
- Requires-Dist: lz4>=4.4.3
19
- Requires-Dist: matplotlib>=3.10.0
20
- Requires-Dist: mplhep>=0.3.56
21
- Requires-Dist: numpy>=2.2.2
22
- Requires-Dist: uproot>=5.5.1
14
+ Requires-Dist: boost_histogram
15
+ Requires-Dist: h5py
16
+ Requires-Dist: hdf5plugin
17
+ Requires-Dist: hist
18
+ Requires-Dist: lz4
19
+ Requires-Dist: matplotlib
20
+ Requires-Dist: mplhep
21
+ Requires-Dist: numpy
22
+ Requires-Dist: uproot
23
23
 
24
24
  # WUMS: Wremnants Utilities, Modules, and other Stuff
@@ -0,0 +1,9 @@
1
+ boost_histogram
2
+ h5py
3
+ hdf5plugin
4
+ hist
5
+ lz4
6
+ matplotlib
7
+ mplhep
8
+ numpy
9
+ uproot
@@ -1,2 +1,3 @@
1
1
  dist
2
+ env
2
3
  wums
@@ -1,9 +0,0 @@
1
- boost_histogram>=1.5.1
2
- h5py>=3.12.1
3
- hdf5plugin>=5.0.0
4
- hist>=2.8.0
5
- lz4>=4.4.3
6
- matplotlib>=3.10.0
7
- mplhep>=0.3.56
8
- numpy>=2.2.2
9
- uproot>=5.5.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes