py-slippi-stats
This program is an attempt at recreating the Slippi stats module of the original Slippi javascript package using py-slippi. Most of it is just a translation of the slippi-js to python.
Installation
Steps:
-
(Optional) Create a virtual environment and activate it. On Windows, this should work:
py -m venv my-python-env source my-python-env/Scripts/activate -
Run the following command to install py-slippi-stats:
pip install py-slippi-stats
Usage
Here is a basic example of usage:
import slippi
import slippistats
game = slippi.Game('mygame.slp')
stats = slippistats.overall.getGameStats(game)
print(stats)
Release files for py-slippi-stats 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py-slippi-stats-0.0.2.tar.gz | 18.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_slippi_stats-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:42.5 kB
Release files / py-slippi-stats-0.0.2.tar.gz
| Download URL | py-slippi-stats-0.0.2.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6cdae865cba9f748fe008e118b9c7c41028fdf9ef892343236d91f62090f8943
|
|
BLAKE2b-256 checksum How to use checksums |
7b6ab959336421ecc657df25c7e0541278a0f9f3cf8185b90f326eed1c15dcec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.3rc1
|
Release files / py_slippi_stats-0.0.2-py3-none-any.whl
| Download URL | py_slippi_stats-0.0.2-py3-none-any.whl |
|---|---|
| Size | 24.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e3943a0f6753128dfb09c244129ab473456ca94df2b1c1bcd42b9a6268829933
|
|
BLAKE2b-256 checksum How to use checksums |
cce8acf0ba187a3fbbdc0cd198973e80994d1c520f91b092666e4d639a558cb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.3rc1
|