ansys-translation-utilities 0.1.dev0__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.
- ansys_translation_utilities-0.1.dev0/PKG-INFO +13 -0
- ansys_translation_utilities-0.1.dev0/README.md +5 -0
- ansys_translation_utilities-0.1.dev0/pyproject.toml +20 -0
- ansys_translation_utilities-0.1.dev0/setup.cfg +4 -0
- ansys_translation_utilities-0.1.dev0/src/ansys_translation_utilities/__init__.py +8 -0
- ansys_translation_utilities-0.1.dev0/src/ansys_translation_utilities.egg-info/PKG-INFO +13 -0
- ansys_translation_utilities-0.1.dev0/src/ansys_translation_utilities.egg-info/SOURCES.txt +7 -0
- ansys_translation_utilities-0.1.dev0/src/ansys_translation_utilities.egg-info/dependency_links.txt +1 -0
- ansys_translation_utilities-0.1.dev0/src/ansys_translation_utilities.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ansys-translation-utilities
|
|
3
|
+
Version: 0.1.dev0
|
|
4
|
+
Summary: Placeholder package. Contact pyansys.core@ansys.com for private package access.
|
|
5
|
+
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
|
+
Requires-Python: <4,>=3.10
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# Reserved package placeholder
|
|
10
|
+
|
|
11
|
+
This distribution is a placeholder used to reserve a public package name.
|
|
12
|
+
|
|
13
|
+
To request access to the private package, contact pyansys.core@ansys.com.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "ansys-translation-utilities"
|
|
3
|
+
version = "0.1.dev0"
|
|
4
|
+
description = "Placeholder package. Contact pyansys.core@ansys.com for private package access."
|
|
5
|
+
authors = [
|
|
6
|
+
{ name = "ANSYS, Inc.", email = "pyansys.core@ansys.com" }
|
|
7
|
+
]
|
|
8
|
+
readme = "README.md"
|
|
9
|
+
requires-python = ">=3.10,<4"
|
|
10
|
+
dependencies = []
|
|
11
|
+
|
|
12
|
+
[tool.setuptools]
|
|
13
|
+
package-dir = {"" = "src"}
|
|
14
|
+
|
|
15
|
+
[tool.setuptools.packages.find]
|
|
16
|
+
where = ["src"]
|
|
17
|
+
|
|
18
|
+
[build-system]
|
|
19
|
+
requires = ["setuptools>=65.0", "wheel"]
|
|
20
|
+
build-backend = "setuptools.build_meta"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ansys-translation-utilities
|
|
3
|
+
Version: 0.1.dev0
|
|
4
|
+
Summary: Placeholder package. Contact pyansys.core@ansys.com for private package access.
|
|
5
|
+
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
|
+
Requires-Python: <4,>=3.10
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# Reserved package placeholder
|
|
10
|
+
|
|
11
|
+
This distribution is a placeholder used to reserve a public package name.
|
|
12
|
+
|
|
13
|
+
To request access to the private package, contact pyansys.core@ansys.com.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
src/ansys_translation_utilities/__init__.py
|
|
4
|
+
src/ansys_translation_utilities.egg-info/PKG-INFO
|
|
5
|
+
src/ansys_translation_utilities.egg-info/SOURCES.txt
|
|
6
|
+
src/ansys_translation_utilities.egg-info/dependency_links.txt
|
|
7
|
+
src/ansys_translation_utilities.egg-info/top_level.txt
|
ansys_translation_utilities-0.1.dev0/src/ansys_translation_utilities.egg-info/dependency_links.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ansys_translation_utilities
|