openmatchkit 0.2.1__tar.gz → 0.2.2__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.
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/CHANGELOG.md +5 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/PKG-INFO +5 -4
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/README.md +4 -3
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/pyproject.toml +1 -1
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/http.py +1 -1
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/ISSUE_TEMPLATE/source_adapter.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/pull_request_template.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/workflows/ci.yml +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.github/workflows/publish.yml +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/.gitignore +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/CODE_OF_CONDUCT.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/CONTRIBUTING.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/DATA_SOURCES.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/LICENSE +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/PRIVACY.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/ROADMAP.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/SECURITY.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/docs/detailed-data.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/docs/index.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/docs/prediction.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/docs/sources.md +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/examples/fixtures_demo.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/examples/live_demo.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/examples/prediction_demo.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/__init__.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/cli.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/client.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/exceptions.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/export.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/models.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/prediction/__init__.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/prediction/elo.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/prediction/poisson.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/sources/__init__.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/sources/base.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/sources/football_data_uk.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/sources/json_file.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/sources/openfootball.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/src/openmatchkit/sources/public_html.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/fixtures/sample_detailed_source.json +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/fixtures/sample_football_data.csv +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/fixtures/sample_openfootball.json +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_client.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_detailed_data.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_export.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_football_data_uk.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_http.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_models.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_openfootball.py +0 -0
- {openmatchkit-0.2.1 → openmatchkit-0.2.2}/tests/test_prediction.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openmatchkit
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Unofficial open-source football match data toolkit using public sources.
|
|
5
5
|
Project-URL: Homepage, https://github.com/patilprashan246/openmatchkit
|
|
6
6
|
Project-URL: Repository, https://github.com/patilprashan246/openmatchkit
|
|
@@ -36,6 +36,7 @@ Description-Content-Type: text/markdown
|
|
|
36
36
|
# openmatchkit
|
|
37
37
|
|
|
38
38
|
[](https://github.com/patilprashan246/openmatchkit/actions/workflows/ci.yml)
|
|
39
|
+
[](https://pypi.org/project/openmatchkit/)
|
|
39
40
|
[](https://github.com/patilprashan246/openmatchkit/releases)
|
|
40
41
|
[](pyproject.toml)
|
|
41
42
|
[](LICENSE)
|
|
@@ -51,13 +52,13 @@ openmatchkit gives Python developers a clean, source-attributed way to work with
|
|
|
51
52
|
## Install
|
|
52
53
|
|
|
53
54
|
```bash
|
|
54
|
-
pip install
|
|
55
|
+
pip install openmatchkit
|
|
55
56
|
```
|
|
56
57
|
|
|
57
|
-
|
|
58
|
+
From GitHub:
|
|
58
59
|
|
|
59
60
|
```bash
|
|
60
|
-
pip install git+https://github.com/patilprashan246/openmatchkit.git@v0.2.
|
|
61
|
+
pip install git+https://github.com/patilprashan246/openmatchkit.git@v0.2.2
|
|
61
62
|
```
|
|
62
63
|
|
|
63
64
|
For local development:
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# openmatchkit
|
|
2
2
|
|
|
3
3
|
[](https://github.com/patilprashan246/openmatchkit/actions/workflows/ci.yml)
|
|
4
|
+
[](https://pypi.org/project/openmatchkit/)
|
|
4
5
|
[](https://github.com/patilprashan246/openmatchkit/releases)
|
|
5
6
|
[](pyproject.toml)
|
|
6
7
|
[](LICENSE)
|
|
@@ -16,13 +17,13 @@ openmatchkit gives Python developers a clean, source-attributed way to work with
|
|
|
16
17
|
## Install
|
|
17
18
|
|
|
18
19
|
```bash
|
|
19
|
-
pip install
|
|
20
|
+
pip install openmatchkit
|
|
20
21
|
```
|
|
21
22
|
|
|
22
|
-
|
|
23
|
+
From GitHub:
|
|
23
24
|
|
|
24
25
|
```bash
|
|
25
|
-
pip install git+https://github.com/patilprashan246/openmatchkit.git@v0.2.
|
|
26
|
+
pip install git+https://github.com/patilprashan246/openmatchkit.git@v0.2.2
|
|
26
27
|
```
|
|
27
28
|
|
|
28
29
|
For local development:
|
|
@@ -32,7 +32,7 @@ class SafeHttpClient:
|
|
|
32
32
|
and never attempts to bypass login, CAPTCHA, paywalls, or other protections.
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
|
-
user_agent: str = "openmatchkit/0.2.
|
|
35
|
+
user_agent: str = "openmatchkit/0.2.2 (+https://github.com/patilprashan246/openmatchkit)"
|
|
36
36
|
min_delay_seconds: float = 2.0
|
|
37
37
|
timeout_seconds: float = 20.0
|
|
38
38
|
respect_robots: bool = True
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|