python-opendata-transport


Namepython-opendata-transport JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/home-assistant-ecosystem/python-opendata-transport
SummaryPython API for interacting with transport.opendata.ch.
upload_time2024-09-28 22:22:41
maintainerNone
docs_urlNone
authorFabian Affolter
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python-opendata-transport
=========================

A Python client for interacting with `transport.opendata.ch <http://transport.opendata.ch/>`_.

This module is the base for the integration into `Home Assistant <https://home-assistant.io>`_
and is simply retrieving the details about a given connection between two stations.

This module is not official, developed, supported or endorsed by opendata.ch.

Installation
------------

The module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.

.. code:: bash

    $ pip3 install python_opendata_transport

On a Fedora-based system or on a CentOS/RHEL 8 machine with has EPEL enabled.

.. code:: bash

    $ sudo dnf -y install python3-opendata-transport

For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
be present in the ``unstable`` channel.

.. code:: bash

    $ nix-env -iA nixos.python3Packages.python-opendata-transport

Usage
-----

The file ``example.py`` contains an example about how to use this module.

License
-------

``python-opendata-transport`` is licensed under MIT, for more details check LICENSE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/home-assistant-ecosystem/python-opendata-transport",
    "name": "python-opendata-transport",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Fabian Affolter",
    "author_email": "fabian@affolter-engineering.ch",
    "download_url": "https://files.pythonhosted.org/packages/b5/85/07192a5fbff0e4111d526c32557b77fc30882208a9560d629634c31f5dbb/python_opendata_transport-0.5.0.tar.gz",
    "platform": null,
    "description": "python-opendata-transport\n=========================\n\nA Python client for interacting with `transport.opendata.ch <http://transport.opendata.ch/>`_.\n\nThis module is the base for the integration into `Home Assistant <https://home-assistant.io>`_\nand is simply retrieving the details about a given connection between two stations.\n\nThis module is not official, developed, supported or endorsed by opendata.ch.\n\nInstallation\n------------\n\nThe module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.\n\n.. code:: bash\n\n    $ pip3 install python_opendata_transport\n\nOn a Fedora-based system or on a CentOS/RHEL 8 machine with has EPEL enabled.\n\n.. code:: bash\n\n    $ sudo dnf -y install python3-opendata-transport\n\nFor Nix or NixOS users is a package available. Keep in mind that the lastest releases might only\nbe present in the ``unstable`` channel.\n\n.. code:: bash\n\n    $ nix-env -iA nixos.python3Packages.python-opendata-transport\n\nUsage\n-----\n\nThe file ``example.py`` contains an example about how to use this module.\n\nLicense\n-------\n\n``python-opendata-transport`` is licensed under MIT, for more details check LICENSE.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python API for interacting with transport.opendata.ch.",
    "version": "0.5.0",
    "project_urls": {
        "Download": "https://github.com/home-assistant-ecosystem/python-opendata-transport/releases",
        "Homepage": "https://github.com/home-assistant-ecosystem/python-opendata-transport"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b58507192a5fbff0e4111d526c32557b77fc30882208a9560d629634c31f5dbb",
                "md5": "c12d25144bc337d4030321df5c7fe6f7",
                "sha256": "0ad62c92ced0df7c30d0cafd7a186aefe7c9842b23e20c4acad88267a1b802a7"
            },
            "downloads": -1,
            "filename": "python_opendata_transport-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c12d25144bc337d4030321df5c7fe6f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 7291,
            "upload_time": "2024-09-28T22:22:41",
            "upload_time_iso_8601": "2024-09-28T22:22:41.641674Z",
            "url": "https://files.pythonhosted.org/packages/b5/85/07192a5fbff0e4111d526c32557b77fc30882208a9560d629634c31f5dbb/python_opendata_transport-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-28 22:22:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "home-assistant-ecosystem",
    "github_project": "python-opendata-transport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-opendata-transport"
}
        
Elapsed time: 0.64080s