cts-api


Namects-api JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAsynchronous API client for interaction with the CTS api.
upload_time2024-07-16 11:51:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords cts public transport strasbourg async api
VCS
bugtrack_url
requirements aiohttp Faker pytest pytest-asyncio pytest-cov pytest-mock
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cts-api
Asynchronous client to query the CTS (Compagnie des Transports Strasbourgeois) API.

Swagger : https://api.cts-strasbourg.eu/index.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cts-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Guillaume Scheidt <theggz@proton.me>",
    "keywords": "cts, public, transport, strasbourg, async, api",
    "author": null,
    "author_email": "Guillaume Scheidt <theggz@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/f6/b6/888a9f3812c3dc67c9c05842682cca77141ada1619ca3a7f528c9c2fe258/cts_api-0.0.1.tar.gz",
    "platform": null,
    "description": "# cts-api\nAsynchronous client to query the CTS (Compagnie des Transports Strasbourgeois) API.\n\nSwagger : https://api.cts-strasbourg.eu/index.html\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Asynchronous API client for interaction with the CTS api.",
    "version": "0.0.1",
    "project_urls": {
        "Changelog": "https://github.com/theggz/cts-api/blob/main/CHANGELOG.md",
        "Issues": "https://github.com/theggz/cts-api/issues",
        "Repository": "https://github.com/theggz/cts-api"
    },
    "split_keywords": [
        "cts",
        " public",
        " transport",
        " strasbourg",
        " async",
        " api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8296ec71aade95a7527efb9760995f3221d26d2690b907e5d833bb1bad3e3368",
                "md5": "3a46de9c958511aa8600ed3b2d586dd0",
                "sha256": "beeebf2aa60ea6286a4e497cb20a5f9bbc8b39e8bc7845456e68b6135099abb1"
            },
            "downloads": -1,
            "filename": "cts_api-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a46de9c958511aa8600ed3b2d586dd0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9505,
            "upload_time": "2024-07-16T11:51:16",
            "upload_time_iso_8601": "2024-07-16T11:51:16.079857Z",
            "url": "https://files.pythonhosted.org/packages/82/96/ec71aade95a7527efb9760995f3221d26d2690b907e5d833bb1bad3e3368/cts_api-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6b6888a9f3812c3dc67c9c05842682cca77141ada1619ca3a7f528c9c2fe258",
                "md5": "f9b237709451742796e64b0964beb962",
                "sha256": "80d14109dbbe539ed10e78545686d73ce8e3d9bdb5059f93f1b176625df0c60c"
            },
            "downloads": -1,
            "filename": "cts_api-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f9b237709451742796e64b0964beb962",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11069,
            "upload_time": "2024-07-16T11:51:17",
            "upload_time_iso_8601": "2024-07-16T11:51:17.561165Z",
            "url": "https://files.pythonhosted.org/packages/f6/b6/888a9f3812c3dc67c9c05842682cca77141ada1619ca3a7f528c9c2fe258/cts_api-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 11:51:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theggz",
    "github_project": "cts-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.9.5"
                ]
            ]
        },
        {
            "name": "Faker",
            "specs": [
                [
                    "==",
                    "15.0.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.1.3"
                ]
            ]
        },
        {
            "name": "pytest-asyncio",
            "specs": [
                [
                    "==",
                    "0.19.0"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "pytest-mock",
            "specs": [
                [
                    "==",
                    "3.9.0"
                ]
            ]
        }
    ],
    "lcname": "cts-api"
}
        
Elapsed time: 0.30377s