Name | soccer-sdk-utils JSON |
Version |
0.1.14
JSON |
| download |
home_page | |
Summary | A python module housing Soccer SDK utilities |
upload_time | 2023-01-08 04:59:11 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.10 |
license | |
keywords |
soccer
scraping
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Soccer SDK Utils
This package contains general purpose utilities to be utilized in various other Soccer related SDK products.
# Setup
- Create your virtual environment of choice
- Install Poetry globally
Install dependencies
```bash
$ pip install --upgrade pip
$ pip install -r requirements-dev.txt
$ invoke install
```
Update dependencies
```bash
$ invoke update
```
Clean up transient files
```bash
$ invoke clean
```
Analyze syntax
```bash
$ invoke lint
```
Run tests
```bash
$ invoke test
```
Generate Coverage Report
```bash
$ invoke cover
```
Build the project
```bash
$ invoke build
```
The default task is build so by calling invoke you will build the project
```bash
$ invoke
```
Raw data
{
"_id": null,
"home_page": "",
"name": "soccer-sdk-utils",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "soccer,scraping",
"author": "",
"author_email": "Omar Crosby <omar.crosby@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e2/90/aa7a1f31442475c42670feacc4579fd8722c1d2fb353489dbd9d70910dde/soccer-sdk-utils-0.1.14.tar.gz",
"platform": null,
"description": "# Soccer SDK Utils\n\nThis package contains general purpose utilities to be utilized in various other Soccer related SDK products.\n\n\n# Setup\n- Create your virtual environment of choice\n- Install Poetry globally\n\nInstall dependencies\n\n```bash\n$ pip install --upgrade pip \n$ pip install -r requirements-dev.txt\n$ invoke install\n```\n\nUpdate dependencies\n\n```bash\n$ invoke update\n```\n\n\nClean up transient files\n\n```bash\n$ invoke clean\n```\n\nAnalyze syntax\n\n```bash\n$ invoke lint\n```\n\nRun tests\n\n```bash\n$ invoke test\n```\n\nGenerate Coverage Report\n\n```bash\n$ invoke cover\n```\n\nBuild the project\n\n```bash\n$ invoke build\n```\n\nThe default task is build so by calling invoke you will build the project\n\n```bash\n$ invoke\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "A python module housing Soccer SDK utilities",
"version": "0.1.14",
"split_keywords": [
"soccer",
"scraping"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d4dcd7b06780f8a5189edf0f03e83135840fd23b74492b45dd87f70ed8535270",
"md5": "c07cb36c4040f682e38d48aaec810e84",
"sha256": "74dca07ae0014af26af28c5fe785fe544727d6ba9c81767b698c1a347343deec"
},
"downloads": -1,
"filename": "soccer_sdk_utils-0.1.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c07cb36c4040f682e38d48aaec810e84",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 53902,
"upload_time": "2023-01-08T04:59:10",
"upload_time_iso_8601": "2023-01-08T04:59:10.186647Z",
"url": "https://files.pythonhosted.org/packages/d4/dc/d7b06780f8a5189edf0f03e83135840fd23b74492b45dd87f70ed8535270/soccer_sdk_utils-0.1.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e290aa7a1f31442475c42670feacc4579fd8722c1d2fb353489dbd9d70910dde",
"md5": "261da17780e8ab327d10dcd9eaa667d5",
"sha256": "37aa3751f1fd24447508ef32f725b062b133b8ceda5d5ef9e15182251fa3dd67"
},
"downloads": -1,
"filename": "soccer-sdk-utils-0.1.14.tar.gz",
"has_sig": false,
"md5_digest": "261da17780e8ab327d10dcd9eaa667d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 30216,
"upload_time": "2023-01-08T04:59:11",
"upload_time_iso_8601": "2023-01-08T04:59:11.168428Z",
"url": "https://files.pythonhosted.org/packages/e2/90/aa7a1f31442475c42670feacc4579fd8722c1d2fb353489dbd9d70910dde/soccer-sdk-utils-0.1.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-08 04:59:11",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "soccer-sdk-utils"
}