stravawizard


Namestravawizard JSON
Version 2024.2.5 PyPI version JSON
download
home_page
SummaryMy package description
upload_time2024-02-05 03:08:35
maintainer
docs_urlNone
authorKrazyMax
requires_python>=3.11
license
keywords strava api oauth athlete activities sport
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Purpose of `stravawizard` package

[Disclaimer] : this is a draft, examples will be given in the next versions of the package.

This packages offers 2 clients in order to work with Strava API:
* `stravauth_cli`: allows user to deal easily with Strava oauth authentification. Requires all credentials of a declared Strava app (client id, client secret and redirect uri) in order to work properly.
* `stravapi_cli`: allows user to use directly Strava API, given an access token.


# Install

`pip install stravawizard`


# Update package on pypi.org

## For maintainers only

Update version to the update's date in `pyproject.toml` according to YYYY.MM.DD format (eg: 2024.02.05 for February 5th 2024).

```bash
python -m build
python3 -m twine upload dist/*
```

# Use case

[To come]

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "stravawizard",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "strava,api,oauth,athlete,activities,sport",
    "author": "KrazyMax",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f2/4b/ae579b80a685da342abf99dc7054b9779b2b77697370eed576a1559749bf/stravawizard-2024.2.5.tar.gz",
    "platform": null,
    "description": "# Purpose of `stravawizard` package\n\n[Disclaimer] : this is a draft, examples will be given in the next versions of the package.\n\nThis packages offers 2 clients in order to work with Strava API:\n* `stravauth_cli`: allows user to deal easily with Strava oauth authentification. Requires all credentials of a declared Strava app (client id, client secret and redirect uri) in order to work properly.\n* `stravapi_cli`: allows user to use directly Strava API, given an access token.\n\n\n# Install\n\n`pip install stravawizard`\n\n\n# Update package on pypi.org\n\n## For maintainers only\n\nUpdate version to the update's date in `pyproject.toml` according to YYYY.MM.DD format (eg: 2024.02.05 for February 5th 2024).\n\n```bash\npython -m build\npython3 -m twine upload dist/*\n```\n\n# Use case\n\n[To come]\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "My package description",
    "version": "2024.2.5",
    "project_urls": {
        "Homepage": "https://gitlab.com/KrazyMax/stravawizard",
        "Issues": "https://gitlab.com/KrazyMax/stravawizard/-/issues",
        "Repository": "https://gitlab.com/KrazyMax/stravawizard.git"
    },
    "split_keywords": [
        "strava",
        "api",
        "oauth",
        "athlete",
        "activities",
        "sport"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d354cab944ed2067292e23476a4db7c3fc64675e3e9e30c65e5b1b3226be3ae",
                "md5": "b34fd9c733453275400a395b340b0451",
                "sha256": "c2a5f5f7bfb69c74101c63695be088ab50c1ccb52aefb282ff45a41e9ee537d9"
            },
            "downloads": -1,
            "filename": "stravawizard-2024.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b34fd9c733453275400a395b340b0451",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 19078,
            "upload_time": "2024-02-05T03:08:33",
            "upload_time_iso_8601": "2024-02-05T03:08:33.199286Z",
            "url": "https://files.pythonhosted.org/packages/3d/35/4cab944ed2067292e23476a4db7c3fc64675e3e9e30c65e5b1b3226be3ae/stravawizard-2024.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f24bae579b80a685da342abf99dc7054b9779b2b77697370eed576a1559749bf",
                "md5": "14ddc2d26a8db4ec95ba4cb48a2db9fd",
                "sha256": "855b7af485e15d75b969b754539a4f2958f42d888335cf65ee26f74c9b94dbcf"
            },
            "downloads": -1,
            "filename": "stravawizard-2024.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "14ddc2d26a8db4ec95ba4cb48a2db9fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 19045,
            "upload_time": "2024-02-05T03:08:35",
            "upload_time_iso_8601": "2024-02-05T03:08:35.396085Z",
            "url": "https://files.pythonhosted.org/packages/f2/4b/ae579b80a685da342abf99dc7054b9779b2b77697370eed576a1559749bf/stravawizard-2024.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 03:08:35",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "KrazyMax",
    "gitlab_project": "stravawizard",
    "lcname": "stravawizard"
}
        
Elapsed time: 0.18308s