pygeosimplify 0.0.2__tar.gz → 0.0.4__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.
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/PKG-INFO +4 -4
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/README.md +2 -2
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pyproject.toml +2 -2
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/LICENSE +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/__init__.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/cfg/config.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/cfg/test_data.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/coordinate/definitions.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/geo/base.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/geo/cells.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/io/geo_handler.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/simplify/cylinder.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/simplify/detector.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/simplify/helpers.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/simplify/layer.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/simplify/post_process.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/utils/message_type.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/utils/path_resolver.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/vis/cylinder.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/vis/geo.py +0 -0
- {pygeosimplify-0.0.2 → pygeosimplify-0.0.4}/pygeosimplify/vis/scene.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pygeosimplify
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.4
|
|
4
|
+
Summary: Python package for automatic, cell-based inference of clash-free simplified detector geometry.
|
|
5
5
|
Home-page: https://github.com/jbeirer/pygeosimplify
|
|
6
6
|
Author: Joshua Falco Beirer
|
|
7
7
|
Author-email: jbeirer@cern.ch
|
|
@@ -23,7 +23,7 @@ Project-URL: Documentation, https://jbeirer.github.io/pygeosimplify/
|
|
|
23
23
|
Project-URL: Repository, https://github.com/jbeirer/pygeosimplify
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
|
|
26
|
-
<img src=
|
|
26
|
+
<img src=https://github.com/jbeirer/pygeosimplify/raw/main/docs/logo.svg alt="Logo" width="250">
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
[](https://img.shields.io/github/v/release/jbeirer/pygeosimplify)
|
|
@@ -70,5 +70,5 @@ detector.save_to_gdml(cyl_type='processed', output_path='processed.gdml')
|
|
|
70
70
|
## LICENSE
|
|
71
71
|
|
|
72
72
|
pyGeoSimplify is free of use and open-source. All versions are
|
|
73
|
-
published under the [MIT License](LICENSE).
|
|
73
|
+
published under the [MIT License](https://github.com/jbeirer/pygeosimplify/blob/main/LICENSE).
|
|
74
74
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<img src=
|
|
1
|
+
<img src=https://github.com/jbeirer/pygeosimplify/raw/main/docs/logo.svg alt="Logo" width="250">
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
[](https://img.shields.io/github/v/release/jbeirer/pygeosimplify)
|
|
@@ -45,4 +45,4 @@ detector.save_to_gdml(cyl_type='processed', output_path='processed.gdml')
|
|
|
45
45
|
## LICENSE
|
|
46
46
|
|
|
47
47
|
pyGeoSimplify is free of use and open-source. All versions are
|
|
48
|
-
published under the [MIT License](LICENSE).
|
|
48
|
+
published under the [MIT License](https://github.com/jbeirer/pygeosimplify/blob/main/LICENSE).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pygeosimplify"
|
|
3
|
-
version = "v0.0.
|
|
4
|
-
description = "
|
|
3
|
+
version = "v0.0.4"
|
|
4
|
+
description = "Python package for automatic, cell-based inference of clash-free simplified detector geometry."
|
|
5
5
|
authors = ["Joshua Falco Beirer <jbeirer@cern.ch>"]
|
|
6
6
|
repository = "https://github.com/jbeirer/pygeosimplify"
|
|
7
7
|
documentation = "https://jbeirer.github.io/pygeosimplify/"
|
|
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
|
|
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
|