arxyne 0.0.1__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.
- arxyne-0.0.1/PKG-INFO +26 -0
- arxyne-0.0.1/README.md +10 -0
- arxyne-0.0.1/pyproject.toml +25 -0
- arxyne-0.0.1/setup.cfg +4 -0
- arxyne-0.0.1/src/arxyne/__init__.py +3 -0
- arxyne-0.0.1/src/arxyne.egg-info/PKG-INFO +26 -0
- arxyne-0.0.1/src/arxyne.egg-info/SOURCES.txt +7 -0
- arxyne-0.0.1/src/arxyne.egg-info/dependency_links.txt +1 -0
- arxyne-0.0.1/src/arxyne.egg-info/top_level.txt +1 -0
arxyne-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: arxyne
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: How Physical AI fits into the design and engineering pipeline
|
|
5
|
+
Author-email: Chris Johnston <chris@arxyne.com>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://arxyne.com
|
|
8
|
+
Project-URL: GitHub, https://github.com/arxynehq/arxyne
|
|
9
|
+
Keywords: cfd,simulation,cae,engineering,ai,openusd
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Topic :: Scientific/Engineering
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# Arxyne
|
|
18
|
+
|
|
19
|
+
**How Physical AI fits into the design and engineering pipeline.**
|
|
20
|
+
|
|
21
|
+
Arxyne orchestrates simulation solvers (CFD, FEA, MBD) through a unified AI-governed workflow — from engineering requirements to certified compliance outputs.
|
|
22
|
+
|
|
23
|
+
🚧 **Coming soon.** This package is under active development.
|
|
24
|
+
|
|
25
|
+
- 🌐 [arxyne.com](https://arxyne.com)
|
|
26
|
+
- 📦 [GitHub](https://github.com/arxynehq/arxyne)
|
arxyne-0.0.1/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Arxyne
|
|
2
|
+
|
|
3
|
+
**How Physical AI fits into the design and engineering pipeline.**
|
|
4
|
+
|
|
5
|
+
Arxyne orchestrates simulation solvers (CFD, FEA, MBD) through a unified AI-governed workflow — from engineering requirements to certified compliance outputs.
|
|
6
|
+
|
|
7
|
+
🚧 **Coming soon.** This package is under active development.
|
|
8
|
+
|
|
9
|
+
- 🌐 [arxyne.com](https://arxyne.com)
|
|
10
|
+
- 📦 [GitHub](https://github.com/arxynehq/arxyne)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "arxyne"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "How Physical AI fits into the design and engineering pipeline"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = {text = "Proprietary"}
|
|
11
|
+
requires-python = ">=3.10"
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "Chris Johnston", email = "chris@arxyne.com"},
|
|
14
|
+
]
|
|
15
|
+
keywords = ["cfd", "simulation", "cae", "engineering", "ai", "openusd"]
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Development Status :: 1 - Planning",
|
|
18
|
+
"Intended Audience :: Science/Research",
|
|
19
|
+
"Topic :: Scientific/Engineering",
|
|
20
|
+
"Programming Language :: Python :: 3",
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
[project.urls]
|
|
24
|
+
Homepage = "https://arxyne.com"
|
|
25
|
+
GitHub = "https://github.com/arxynehq/arxyne"
|
arxyne-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: arxyne
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: How Physical AI fits into the design and engineering pipeline
|
|
5
|
+
Author-email: Chris Johnston <chris@arxyne.com>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://arxyne.com
|
|
8
|
+
Project-URL: GitHub, https://github.com/arxynehq/arxyne
|
|
9
|
+
Keywords: cfd,simulation,cae,engineering,ai,openusd
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Topic :: Scientific/Engineering
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# Arxyne
|
|
18
|
+
|
|
19
|
+
**How Physical AI fits into the design and engineering pipeline.**
|
|
20
|
+
|
|
21
|
+
Arxyne orchestrates simulation solvers (CFD, FEA, MBD) through a unified AI-governed workflow — from engineering requirements to certified compliance outputs.
|
|
22
|
+
|
|
23
|
+
🚧 **Coming soon.** This package is under active development.
|
|
24
|
+
|
|
25
|
+
- 🌐 [arxyne.com](https://arxyne.com)
|
|
26
|
+
- 📦 [GitHub](https://github.com/arxynehq/arxyne)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
arxyne
|