plyball


Nameplyball JSON
Version 2.6.13 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-09-13 01:07:03
maintainerNone
docs_urlNone
authorW. Aaron Morris
requires_python<3.12,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Overview
**plyball** is a Python package providing a extracting data from several of 
the most popular baseball sources (Fangraphs, Statcast, etc...). A majority 
of these sources are scraped. 

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/waaronmorris/plyball

Binary installers for the latest released version are available at the [Python
package index](https://pypi.org/project/plyball).

```sh
pip install plyball
```

## Documentation
The official documentation is hosted on ReadtheDocs.org: https://plyball.readthedocs.io/

## Dependencies
- Python (>= 3.6)
- beautifulsoup4 (>= 4.9.3)
- lxml (>= 4.6.3)
- pandas (>= 1.2.4)
- requests (>= 2.25.1)
- tqdm (>= 4.60.0)
- unidecode (>= 1.2.0)
- urllib3 (>= 1.26.4)
- xlrd (>= 2.0.1)
- xlwt (>= 1.3.0)
- openpyxl (>= 3.0.7)


## License
MIT

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "plyball",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "W. Aaron Morris",
    "author_email": "waaronmorris@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/01/b4/0d36ebdcd5f47a59628ece857287d2e7c747104cfc2121bbab19e7a16c28/plyball-2.6.13.tar.gz",
    "platform": null,
    "description": "# Overview\n**plyball** is a Python package providing a extracting data from several of \nthe most popular baseball sources (Fangraphs, Statcast, etc...). A majority \nof these sources are scraped. \n\n## Where to get it\nThe source code is currently hosted on GitHub at:\nhttps://github.com/waaronmorris/plyball\n\nBinary installers for the latest released version are available at the [Python\npackage index](https://pypi.org/project/plyball).\n\n```sh\npip install plyball\n```\n\n## Documentation\nThe official documentation is hosted on ReadtheDocs.org: https://plyball.readthedocs.io/\n\n## Dependencies\n- Python (>= 3.6)\n- beautifulsoup4 (>= 4.9.3)\n- lxml (>= 4.6.3)\n- pandas (>= 1.2.4)\n- requests (>= 2.25.1)\n- tqdm (>= 4.60.0)\n- unidecode (>= 1.2.0)\n- urllib3 (>= 1.26.4)\n- xlrd (>= 2.0.1)\n- xlwt (>= 1.3.0)\n- openpyxl (>= 3.0.7)\n\n\n## License\nMIT\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "2.6.13",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcbc6ab9b90b0b45784ca40c234ae16c3de441b93c5a0d7881994d68b1128b40",
                "md5": "05044975c5cad935ad76e2afc7637f9b",
                "sha256": "3f8267c2fb94b4f2d4478cbe5ab8a35acfff482e86283780633394bec9fcb42e"
            },
            "downloads": -1,
            "filename": "plyball-2.6.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05044975c5cad935ad76e2afc7637f9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.10",
            "size": 51218,
            "upload_time": "2024-09-13T01:07:02",
            "upload_time_iso_8601": "2024-09-13T01:07:02.452146Z",
            "url": "https://files.pythonhosted.org/packages/bc/bc/6ab9b90b0b45784ca40c234ae16c3de441b93c5a0d7881994d68b1128b40/plyball-2.6.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01b40d36ebdcd5f47a59628ece857287d2e7c747104cfc2121bbab19e7a16c28",
                "md5": "47ae6b22e281a43bfc67462c2f55ba95",
                "sha256": "26936a9fe348dad8c62def6dc2b2527a21e9dec8d860ce2287584d67c08c7907"
            },
            "downloads": -1,
            "filename": "plyball-2.6.13.tar.gz",
            "has_sig": false,
            "md5_digest": "47ae6b22e281a43bfc67462c2f55ba95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.10",
            "size": 44351,
            "upload_time": "2024-09-13T01:07:03",
            "upload_time_iso_8601": "2024-09-13T01:07:03.714035Z",
            "url": "https://files.pythonhosted.org/packages/01/b4/0d36ebdcd5f47a59628ece857287d2e7c747104cfc2121bbab19e7a16c28/plyball-2.6.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-13 01:07:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plyball"
}
        
Elapsed time: 0.34096s