athletes-unlimited-py


Nameathletes-unlimited-py JSON
Version 0.0.8 PyPI version JSON
download
home_page
SummaryPython package for the Athletes Unlimited sports organization, and for the various sports it hosts.
upload_time2024-03-01 22:27:10
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
keywords sports women_in_sports women girl_sports basketball womens_basketball volleyball womens_volleyball lacrosse womens_lacrosse softball womens_softball aux_softball womens_aux_softball
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # athletes-unlimited-py

Python package for the Athletes Unlimited sports organization, and for the various sports it hosts.

## How to install

This package is is available through the `pip` package manager, and can be installed through one of the following commands in your terminal/shell:

```
pip install athletes_unlimited_py
```

OR

```
python -m pip install athletes_unlimited_py
```

If you are using a Linux/Mac instance, you may need to specify `python3` when installing.

```
python3 -m pip install athletes_unlimited_py
```

Alternatively, `athletes-unlimited-py` can be installed from this GitHub repository with the following command through pip:

```
pip install git+https://github.com/armstjc/athletes-unlimited-py
```

OR

```
python -m pip install git+https://github.com/armstjc/athletes-unlimited-py
```

OR

```
python3 -m pip install git+https://github.com/armstjc/athletes-unlimited-py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "athletes-unlimited-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Joseph Armstrong <armstrongjoseph08@gmail.com>",
    "keywords": "sports,women_in_sports,women,girl_sports,basketball,womens_basketball,volleyball,womens_volleyball,lacrosse,womens_lacrosse,softball,womens_softball,aux_softball,womens_aux_softball",
    "author": "",
    "author_email": "Joseph Armstrong <armstrongjoseph08@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/95/e423ff837e3ab54d792783cb1cc24b2d4517c6ac1e912f64f0a057bbdd2e/athletes_unlimited_py-0.0.8.tar.gz",
    "platform": null,
    "description": "# athletes-unlimited-py\n\nPython package for the Athletes Unlimited sports organization, and for the various sports it hosts.\n\n## How to install\n\nThis package is is available through the `pip` package manager, and can be installed through one of the following commands in your terminal/shell:\n\n```\npip install athletes_unlimited_py\n```\n\nOR\n\n```\npython -m pip install athletes_unlimited_py\n```\n\nIf you are using a Linux/Mac instance, you may need to specify `python3` when installing.\n\n```\npython3 -m pip install athletes_unlimited_py\n```\n\nAlternatively, `athletes-unlimited-py` can be installed from this GitHub repository with the following command through pip:\n\n```\npip install git+https://github.com/armstjc/athletes-unlimited-py\n```\n\nOR\n\n```\npython -m pip install git+https://github.com/armstjc/athletes-unlimited-py\n```\n\nOR\n\n```\npython3 -m pip install git+https://github.com/armstjc/athletes-unlimited-py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package for the Athletes Unlimited sports organization, and for the various sports it hosts.",
    "version": "0.0.8",
    "project_urls": {
        "changelog": "https://github.com/armstjc/athletes-unlimited-py/blob/main/CHANGELOG.md",
        "documentation": "https://github.com/armstjc/athletes-unlimited-py/wiki",
        "homepage": "https://github.com/armstjc/athletes-unlimited-py",
        "repository": "https://github.com/armstjc/athletes-unlimited-py.git"
    },
    "split_keywords": [
        "sports",
        "women_in_sports",
        "women",
        "girl_sports",
        "basketball",
        "womens_basketball",
        "volleyball",
        "womens_volleyball",
        "lacrosse",
        "womens_lacrosse",
        "softball",
        "womens_softball",
        "aux_softball",
        "womens_aux_softball"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37811bb2e77573f1fb5dd2c9b40a3a9e669e4d69490f365bfd1a6c1bf3ce0557",
                "md5": "d6667b1d58a3693e17d9e8a4fa199a0d",
                "sha256": "2c4694c8b85b26e4c1bf99042881a20ed2e6aac2f0a4eb709a16d8c38c3327ba"
            },
            "downloads": -1,
            "filename": "athletes_unlimited_py-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6667b1d58a3693e17d9e8a4fa199a0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 27919,
            "upload_time": "2024-03-01T22:27:08",
            "upload_time_iso_8601": "2024-03-01T22:27:08.828566Z",
            "url": "https://files.pythonhosted.org/packages/37/81/1bb2e77573f1fb5dd2c9b40a3a9e669e4d69490f365bfd1a6c1bf3ce0557/athletes_unlimited_py-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4895e423ff837e3ab54d792783cb1cc24b2d4517c6ac1e912f64f0a057bbdd2e",
                "md5": "fc3f9df97381f3d64bc3e2db4db8cc08",
                "sha256": "2dbd8fc56e4adec5f677fe9a28e046dfbc9a14b6928de53448993a2ac8b759e4"
            },
            "downloads": -1,
            "filename": "athletes_unlimited_py-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "fc3f9df97381f3d64bc3e2db4db8cc08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21995,
            "upload_time": "2024-03-01T22:27:10",
            "upload_time_iso_8601": "2024-03-01T22:27:10.977177Z",
            "url": "https://files.pythonhosted.org/packages/48/95/e423ff837e3ab54d792783cb1cc24b2d4517c6ac1e912f64f0a057bbdd2e/athletes_unlimited_py-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 22:27:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "armstjc",
    "github_project": "athletes-unlimited-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "athletes-unlimited-py"
}
        
Elapsed time: 0.20212s