unitypredict-engines 0.0.3__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.
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/PKG-INFO +7 -7
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/README.md +6 -6
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/setup.py +1 -1
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/PKG-INFO +7 -7
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/setup.cfg +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines/Models.py +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines/Platform.py +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines/UnityPredictLocalHost.py +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines/__init__.py +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines/scripts.py +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/SOURCES.txt +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/dependency_links.txt +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/entry_points.txt +0 -0
- {unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unitypredict-engines
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Description-Content-Type: text/markdown
|
|
5
5
|
|
|
6
6
|
# UnityPredict Local App Engine Creator
|
|
@@ -155,12 +155,12 @@ The templated `config.json` looks like this:
|
|
|
155
155
|
And the tree structure of the generated directory will be:
|
|
156
156
|
```plaintext
|
|
157
157
|
{userPWD}/
|
|
158
|
-
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
163
|
-
|
|
158
|
+
|-- unitypredict_mocktool/
|
|
159
|
+
| |-- models/
|
|
160
|
+
| |-- requests/
|
|
161
|
+
| |-- tmp/
|
|
162
|
+
|-- EntryPoint.py
|
|
163
|
+
|-- config.json
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
Details of the JSON settings:
|
|
@@ -150,12 +150,12 @@ The templated `config.json` looks like this:
|
|
|
150
150
|
And the tree structure of the generated directory will be:
|
|
151
151
|
```plaintext
|
|
152
152
|
{userPWD}/
|
|
153
|
-
|
|
154
|
-
|
|
|
155
|
-
|
|
|
156
|
-
|
|
|
157
|
-
|
|
158
|
-
|
|
153
|
+
|-- unitypredict_mocktool/
|
|
154
|
+
| |-- models/
|
|
155
|
+
| |-- requests/
|
|
156
|
+
| |-- tmp/
|
|
157
|
+
|-- EntryPoint.py
|
|
158
|
+
|-- config.json
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
Details of the JSON settings:
|
{unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unitypredict-engines
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Description-Content-Type: text/markdown
|
|
5
5
|
|
|
6
6
|
# UnityPredict Local App Engine Creator
|
|
@@ -155,12 +155,12 @@ The templated `config.json` looks like this:
|
|
|
155
155
|
And the tree structure of the generated directory will be:
|
|
156
156
|
```plaintext
|
|
157
157
|
{userPWD}/
|
|
158
|
-
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
163
|
-
|
|
158
|
+
|-- unitypredict_mocktool/
|
|
159
|
+
| |-- models/
|
|
160
|
+
| |-- requests/
|
|
161
|
+
| |-- tmp/
|
|
162
|
+
|-- EntryPoint.py
|
|
163
|
+
|-- config.json
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
Details of the JSON settings:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitypredict-engines-0.0.3 → unitypredict-engines-0.0.4}/unitypredict_engines.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|