Cricpy
Package downloads from the Pypi
Description
Tools for analyzing performances of cricketers based on stats in ESPN Cricinfo Statsguru. The toolset can be used for analysis of Tests,ODI amd Twenty20 matches of both batsmen and bowlers.
Installation
# Install the package
pip install cricpy
Importing and Loading Data
cricpy can be imported using the typical import:
# Import cricpy
import cricpy
To load the data, You could either do specific import
#1.
import cricpy.analytics as ca
#ca.batsman4s("../dravid.csv","Rahul Dravid")
or import all the functions
#2.
from cricpy.analytics import *
#batsman4s("../dravid.csv","Rahul Dravid")
References
R-Package
If you are an R-user, There is an R equivalent of cricpy - that is cricketr.
Release files for cricpy 0.0.25.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cricpy-0.0.25.10.tar.gz | 24.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cricpy-0.0.25.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.9 kB
Release files / cricpy-0.0.25.10.tar.gz
| Download URL | cricpy-0.0.25.10.tar.gz |
|---|---|
| Size | 24.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
318216234d45651b3e3ae610a970d295543a15a2de9d6412abd93199cfd27893
|
|
BLAKE2b-256 checksum How to use checksums |
876eb9a1b07f1874fce6bfd96155eeb06328299251979b3330c15f4072c1f465
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.8.3 requests/2.28.1 setuptools/65.6.3 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.13
|
Release files / cricpy-0.0.25.10-py3-none-any.whl
| Download URL | cricpy-0.0.25.10-py3-none-any.whl |
|---|---|
| Size | 25.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5532f7d6ec1cb3e7297236f7bea868277dca64b19d21f169f3e57bb1b431a577
|
|
BLAKE2b-256 checksum How to use checksums |
544776cf4fd4fc9e87ce806036015fc6a52ce04dede42ab9c3ca915a160925a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.8.3 requests/2.28.1 setuptools/65.6.3 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.13
|