sprocket-boxcars-py 0.1.14__py3-none-any.whl → 0.1.16__py3-none-any.whl
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.
Potentially problematic release.
This version of sprocket-boxcars-py might be problematic. Click here for more details.
- sprocket_boxcars_py/sprocket_boxcars_py/__init__.py +1 -1
- {sprocket_boxcars_py-0.1.14.dist-info → sprocket_boxcars_py-0.1.16.dist-info}/METADATA +5 -2
- sprocket_boxcars_py-0.1.16.dist-info/RECORD +5 -0
- sprocket_boxcars_py-0.1.14.dist-info/RECORD +0 -5
- {sprocket_boxcars_py-0.1.14.dist-info → sprocket_boxcars_py-0.1.16.dist-info}/LICENSE +0 -0
- {sprocket_boxcars_py-0.1.14.dist-info → sprocket_boxcars_py-0.1.16.dist-info}/WHEEL +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
from .
|
|
1
|
+
from .sprocket_boxcars_py import parse_replay
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sprocket-boxcars-py
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.16
|
|
4
4
|
Summary: Python bindings for the Rocket League replay parser boxcars.
|
|
5
5
|
Home-page: https://github.com/SprocketBot/boxcars-py
|
|
6
6
|
License: MIT
|
|
@@ -20,7 +20,10 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
|
|
21
21
|
# Boxcars-py
|
|
22
22
|
|
|
23
|
-
Python bindings for the [Boxcars](https://github.com/nickbabcock/boxcars) Rocket
|
|
23
|
+
Python bindings for the [Boxcars](https://github.com/nickbabcock/boxcars) Rocket
|
|
24
|
+
League replay parser. This is a fork of [SaltieRL's
|
|
25
|
+
package](https://github.com/SaltieRL/boxcars-py) which sadly seems to no longer
|
|
26
|
+
be maintained.
|
|
24
27
|
|
|
25
28
|
## Installation
|
|
26
29
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
sprocket_boxcars_py/sprocket_boxcars_py/__init__.py,sha256=ibAPkMDsJVTqxc2toVr5L35NpFLssxzJ9NVnNpxDcJU,46
|
|
2
|
+
sprocket_boxcars_py-0.1.16.dist-info/LICENSE,sha256=kOWTO3FYY2lHofrCNEEklRoSW4QXoYBch1b4sEbxPto,1052
|
|
3
|
+
sprocket_boxcars_py-0.1.16.dist-info/METADATA,sha256=UL01Za85V7QhPb8cV98FLKTrqSP8P92TXj-gyORcxf0,1520
|
|
4
|
+
sprocket_boxcars_py-0.1.16.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
5
|
+
sprocket_boxcars_py-0.1.16.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
sprocket_boxcars_py/sprocket_boxcars_py/__init__.py,sha256=uIgSitttrZhp552Km8SXa29omfivHuaIMxq6MlJgIFY,37
|
|
2
|
-
sprocket_boxcars_py-0.1.14.dist-info/LICENSE,sha256=kOWTO3FYY2lHofrCNEEklRoSW4QXoYBch1b4sEbxPto,1052
|
|
3
|
-
sprocket_boxcars_py-0.1.14.dist-info/METADATA,sha256=3zwCg9l-9Z5f_FKMnw3yu96zYEx4JJeVktMBF0h_7UU,1394
|
|
4
|
-
sprocket_boxcars_py-0.1.14.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
5
|
-
sprocket_boxcars_py-0.1.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|