CS:GO demo file parser.
Project description
demoparser is a library for parsing CS:GO demo files.
As the file is processed events are emitted for which callbacks can be registered.
Quick start
Install:
pip install demoparser
Parse a demo:
>>> from demoparser.demofile import DemoFile >>> data = open('/path/to/demofile', 'rb').read() >>> df = DemoFile(data) >>> df.parse()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csgo-demoparser-0.0.1.tar.gz
(413.9 kB
view details)
Built Distributions
File details
Details for the file csgo-demoparser-0.0.1.tar.gz
.
File metadata
- Download URL: csgo-demoparser-0.0.1.tar.gz
- Upload date:
- Size: 413.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2def7d247f125f7fc59517e6418ea7b77d56d917fa020c6ea8bc88fffb6e68f8 |
|
MD5 | ef19006ff187479ebf71e16dfca22781 |
|
BLAKE2b-256 | 10355841ec45e0885fd0b0412d6736a2068cdc387f056f35bbc3f20a82293c3a |
File details
Details for the file csgo_demoparser-0.0.1-cp36-cp36m-manylinux1_x86_64.whl
.
File metadata
- Download URL: csgo_demoparser-0.0.1-cp36-cp36m-manylinux1_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d01a8de9ced8d915f010b0da94a5217592b6d37e53ebfe7ed8a27fe6db5e1fe |
|
MD5 | 6e2037ffbc12830bd5146d767d96a313 |
|
BLAKE2b-256 | b7478ac511f2c9753e3437940aa37aac488071bd132452370ad662e609438174 |
File details
Details for the file csgo_demoparser-0.0.1-cp35-cp35m-manylinux1_x86_64.whl
.
File metadata
- Download URL: csgo_demoparser-0.0.1-cp35-cp35m-manylinux1_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.5m
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0253cec70516a05e9f149a75cffebbb2fd252770e6a1b3bb03d7ce03f303d9ff |
|
MD5 | 111b91ba08e03ac73d8512bf636b7f9c |
|
BLAKE2b-256 | 8146b445273e4d61b6d95db8733a76980f157dfe3db64a30a43084cc66573e14 |