visualdynamics 0.0.0__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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: visualdynamics
3
+ Version: 0.0.0
4
+ Summary: Visual Dynamics, a units-aware structural dynamics toolset. A placeholder holding the name; the first release is on its way.
5
+ Author: Brandon Zwink
6
+ Project-URL: Homepage, https://visualdynamics.org
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.12
9
+ Description-Content-Type: text/markdown
10
+
11
+ # Visual Dynamics
12
+
13
+ A units-aware structural dynamics toolset: geometry, test data,
14
+ mode shapes and reports, from a desktop application or from
15
+ Python. This version is a placeholder that holds the name on
16
+ PyPI; the first release is on its way at https://visualdynamics.org.
@@ -0,0 +1,6 @@
1
+ # Visual Dynamics
2
+
3
+ A units-aware structural dynamics toolset: geometry, test data,
4
+ mode shapes and reports, from a desktop application or from
5
+ Python. This version is a placeholder that holds the name on
6
+ PyPI; the first release is on its way at https://visualdynamics.org.
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=75"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "visualdynamics"
7
+ version = "0.0.0"
8
+ description = "Visual Dynamics, a units-aware structural dynamics toolset. A placeholder holding the name; the first release is on its way."
9
+ readme = "README.md"
10
+ requires-python = ">=3.12"
11
+ authors = [{ name = "Brandon Zwink" }]
12
+ classifiers = ["Development Status :: 1 - Planning"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://visualdynamics.org"
16
+
17
+ [tool.setuptools]
18
+ packages = ["visualdynamics"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ # Visual Dynamics: a placeholder holding the name; the first release is on its way.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: visualdynamics
3
+ Version: 0.0.0
4
+ Summary: Visual Dynamics, a units-aware structural dynamics toolset. A placeholder holding the name; the first release is on its way.
5
+ Author: Brandon Zwink
6
+ Project-URL: Homepage, https://visualdynamics.org
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.12
9
+ Description-Content-Type: text/markdown
10
+
11
+ # Visual Dynamics
12
+
13
+ A units-aware structural dynamics toolset: geometry, test data,
14
+ mode shapes and reports, from a desktop application or from
15
+ Python. This version is a placeholder that holds the name on
16
+ PyPI; the first release is on its way at https://visualdynamics.org.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ visualdynamics/__init__.py
4
+ visualdynamics.egg-info/PKG-INFO
5
+ visualdynamics.egg-info/SOURCES.txt
6
+ visualdynamics.egg-info/dependency_links.txt
7
+ visualdynamics.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ visualdynamics