sprocket-boxcars-py 0.1.14__tar.gz → 0.1.16__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.
Potentially problematic release.
This version of sprocket-boxcars-py might be problematic. Click here for more details.
- {sprocket_boxcars_py-0.1.14 → sprocket_boxcars_py-0.1.16}/PKG-INFO +5 -2
- {sprocket_boxcars_py-0.1.14 → sprocket_boxcars_py-0.1.16}/README.md +4 -1
- {sprocket_boxcars_py-0.1.14 → sprocket_boxcars_py-0.1.16}/pyproject.toml +1 -1
- sprocket_boxcars_py-0.1.16/src/sprocket_boxcars_py/sprocket_boxcars_py/__init__.py +1 -0
- sprocket_boxcars_py-0.1.14/src/sprocket_boxcars_py/sprocket_boxcars_py/__init__.py +0 -1
- {sprocket_boxcars_py-0.1.14 → sprocket_boxcars_py-0.1.16}/LICENSE +0 -0
|
@@ -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
|
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Boxcars-py
|
|
2
2
|
|
|
3
|
-
Python bindings for the [Boxcars](https://github.com/nickbabcock/boxcars) Rocket
|
|
3
|
+
Python bindings for the [Boxcars](https://github.com/nickbabcock/boxcars) Rocket
|
|
4
|
+
League replay parser. This is a fork of [SaltieRL's
|
|
5
|
+
package](https://github.com/SaltieRL/boxcars-py) which sadly seems to no longer
|
|
6
|
+
be maintained.
|
|
4
7
|
|
|
5
8
|
## Installation
|
|
6
9
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .sprocket_boxcars_py import parse_replay
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
from .boxcars_py import parse_replay
|
|
File without changes
|