math-spec-mapping 0.2.6__tar.gz → 0.2.6.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {math_spec_mapping-0.2.6/src/math_spec_mapping.egg-info → math_spec_mapping-0.2.6.2}/PKG-INFO +3 -1
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/pyproject.toml +6 -1
- math_spec_mapping-0.2.6.2/setup.py +19 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2/src/math_spec_mapping.egg-info}/PKG-INFO +3 -1
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/math_spec_mapping.egg-info/SOURCES.txt +1 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/LICENSE +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/README.md +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/setup.cfg +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/ActionTransmissionChannel.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Block.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/BoundaryAction.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/ControlAction.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Entity.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/MathSpec.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Mechanism.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Metric.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Parameter.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Policy.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Space.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/State.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/StateUpdateTransmissionChannel.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/StatefulMetric.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/Type.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/__init__.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Convenience/__init__.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Convenience/documentation.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Convenience/starter.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/__init__.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/action_transmission_channel.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/boundary_actions.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/control_actions.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/displays.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/entities.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/general.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/implementations.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/load.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/mechanism.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/metrics.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/parameters.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/policy.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/spaces.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/state_update_transmission_channels.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/stateful_metrics.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/states.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/type.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/wiring.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/__init__.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/boundary_actions.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/control_actions.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/general.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/html.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/markdown.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/mechanisms.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/node_map.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/parameters.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/policies.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/spaces.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/state.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/tables.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Reports/wiring.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/__init__.py +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/math_spec_mapping.egg-info/dependency_links.txt +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/math_spec_mapping.egg-info/requires.txt +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/math_spec_mapping.egg-info/top_level.txt +0 -0
- {math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/schema.py +0 -0
{math_spec_mapping-0.2.6/src/math_spec_mapping.egg-info → math_spec_mapping-0.2.6.2}/PKG-INFO
RENAMED
@@ -1,7 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: math_spec_mapping
|
3
|
-
Version: 0.2.6
|
3
|
+
Version: 0.2.6.2
|
4
4
|
Summary: A library for easy mapping of mathematical specifications.
|
5
|
+
Home-page: https://example.com/math_spec_mapping
|
6
|
+
Author: Sean McOwen
|
5
7
|
Author-email: Sean McOwen <Sean@Block.Science>
|
6
8
|
Classifier: Programming Language :: Python :: 3
|
7
9
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
4
4
|
[project]
|
5
5
|
name = "math_spec_mapping"
|
6
|
-
version = "0.2.6"
|
6
|
+
version = "0.2.6.2"
|
7
7
|
authors = [
|
8
8
|
{ name="Sean McOwen", email="Sean@Block.Science" },
|
9
9
|
]
|
@@ -20,5 +20,10 @@ classifiers = [
|
|
20
20
|
"License :: OSI Approved :: MIT License",
|
21
21
|
"Operating System :: OS Independent",
|
22
22
|
]
|
23
|
+
|
24
|
+
[tool.setuptools]
|
25
|
+
include-package-data = true
|
26
|
+
package-dir = { "" = "src" }
|
27
|
+
|
23
28
|
[tool.setuptools.packages.find]
|
24
29
|
where = ["src"]
|
@@ -0,0 +1,19 @@
|
|
1
|
+
from distutils.core import setup
|
2
|
+
|
3
|
+
setup(
|
4
|
+
name="math_spec_mapping",
|
5
|
+
version="0.2.6",
|
6
|
+
author="Sean McOwen",
|
7
|
+
author_email="Sean@Block.Science",
|
8
|
+
description="A library for easy mapping of mathematical specifications.",
|
9
|
+
long_description=open("README.md").read(),
|
10
|
+
long_description_content_type="text/markdown",
|
11
|
+
url="https://example.com/math_spec_mapping",
|
12
|
+
classifiers=[
|
13
|
+
"Programming Language :: Python :: 3",
|
14
|
+
"License :: OSI Approved :: MIT License",
|
15
|
+
"Operating System :: OS Independent",
|
16
|
+
],
|
17
|
+
python_requires=">=3.7",
|
18
|
+
install_requires=["graphviz>=0.20.1", "ipython>=7.7.0", "pandas>=1.4"],
|
19
|
+
)
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2/src/math_spec_mapping.egg-info}/PKG-INFO
RENAMED
@@ -1,7 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: math_spec_mapping
|
3
|
-
Version: 0.2.6
|
3
|
+
Version: 0.2.6.2
|
4
4
|
Summary: A library for easy mapping of mathematical specifications.
|
5
|
+
Home-page: https://example.com/math_spec_mapping
|
6
|
+
Author: Sean McOwen
|
5
7
|
Author-email: Sean McOwen <Sean@Block.Science>
|
6
8
|
Classifier: Programming Language :: Python :: 3
|
7
9
|
Classifier: License :: OSI Approved :: MIT License
|
File without changes
|
File without changes
|
File without changes
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/ActionTransmissionChannel.py
RENAMED
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
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Classes/StateUpdateTransmissionChannel.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/action_transmission_channel.py
RENAMED
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
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/Load/state_update_transmission_channels.py
RENAMED
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
|
File without changes
|
File without changes
|
File without changes
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/math_spec_mapping.egg-info/requires.txt
RENAMED
File without changes
|
{math_spec_mapping-0.2.6 → math_spec_mapping-0.2.6.2}/src/math_spec_mapping.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|