pyshv


Namepyshv JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
SummaryPure Python SHV implementation
upload_time2025-07-25 10:14:43
maintainerNone
docs_urlNone
authorElektroline a.s.
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============================================
Pure Python implementation of Silicon Heaven
============================================
.. image:: https://gitlab.com/silicon-heaven/pyshv/-/raw/master/docs/_static/logo.svg
   :align: right
   :height: 128px

The implementation of serialized and deserializer for CPON and Chainpack as well
as implementation of `Silicon Heaven RPC
<https://silicon-heaven.github.io/shv-doc/>`__.

* `📃 Sources <https://gitlab.com/silicon-heaven/pyshv>`__
* `⁉️ Issue tracker <https://gitlab.com/silicon-heaven/pyshv/-/issues>`__
* `📕 Documentation <https://silicon-heaven.gitlab.io/pyshv/>`__


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

The installation can be done with package manager ``pip``.

.. code-block:: console

   $ pip install pyshv


Running tests
-------------

This project contains tests in directory tests; see the dependencies in the
`pyproject.toml` file.

To run tests you have to use **pytest**. To run all tests just run it in the top
level directory of the project::

    pytest

See the `pytest documentation <https://docs.pytest.org/>`__ for more info.


Documentation
-------------

The documentation is available in ``docs`` directory. You can build it using:

.. code-block:: console

    $ sphinx-build -b html docs docs-html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyshv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Elektroline a.s.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b6/7d/f20f3495fcc9ae070364c6bf23bca895af8e642c61f25b17e45450163be5/pyshv-0.10.0.tar.gz",
    "platform": null,
    "description": "============================================\nPure Python implementation of Silicon Heaven\n============================================\n.. image:: https://gitlab.com/silicon-heaven/pyshv/-/raw/master/docs/_static/logo.svg\n   :align: right\n   :height: 128px\n\nThe implementation of serialized and deserializer for CPON and Chainpack as well\nas implementation of `Silicon Heaven RPC\n<https://silicon-heaven.github.io/shv-doc/>`__.\n\n* `\ud83d\udcc3 Sources <https://gitlab.com/silicon-heaven/pyshv>`__\n* `\u2049\ufe0f Issue tracker <https://gitlab.com/silicon-heaven/pyshv/-/issues>`__\n* `\ud83d\udcd5 Documentation <https://silicon-heaven.gitlab.io/pyshv/>`__\n\n\nInstallation\n------------\n\nThe installation can be done with package manager ``pip``.\n\n.. code-block:: console\n\n   $ pip install pyshv\n\n\nRunning tests\n-------------\n\nThis project contains tests in directory tests; see the dependencies in the\n`pyproject.toml` file.\n\nTo run tests you have to use **pytest**. To run all tests just run it in the top\nlevel directory of the project::\n\n    pytest\n\nSee the `pytest documentation <https://docs.pytest.org/>`__ for more info.\n\n\nDocumentation\n-------------\n\nThe documentation is available in ``docs`` directory. You can build it using:\n\n.. code-block:: console\n\n    $ sphinx-build -b html docs docs-html\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pure Python SHV implementation",
    "version": "0.10.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/silicon-heaven/pyshv/-/issues",
        "Github": "https://github.com/silicon-heaven/libshv-py",
        "Homepage": "https://gitlab.com/silicon-heaven/pyshv"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4eef209429c912536b929ee1517fc037c59260ce222dcc15d032bb5de1fa3ce",
                "md5": "0e273ecb2dc9e3e0be1a47a659113268",
                "sha256": "c0a4265685d7cef0337567f194027e8f6199df5b7035f26daecbb173e1a4f699"
            },
            "downloads": -1,
            "filename": "pyshv-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e273ecb2dc9e3e0be1a47a659113268",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 119989,
            "upload_time": "2025-07-25T10:14:41",
            "upload_time_iso_8601": "2025-07-25T10:14:41.535394Z",
            "url": "https://files.pythonhosted.org/packages/c4/ee/f209429c912536b929ee1517fc037c59260ce222dcc15d032bb5de1fa3ce/pyshv-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b67df20f3495fcc9ae070364c6bf23bca895af8e642c61f25b17e45450163be5",
                "md5": "563b6cb1274016cbe7e33e55bfc0a2d9",
                "sha256": "2e73808f83f55dbde0c1808da3154ec384d8dcd3ca2ced1fb6323ad99da79a4d"
            },
            "downloads": -1,
            "filename": "pyshv-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "563b6cb1274016cbe7e33e55bfc0a2d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 113285,
            "upload_time": "2025-07-25T10:14:43",
            "upload_time_iso_8601": "2025-07-25T10:14:43.718397Z",
            "url": "https://files.pythonhosted.org/packages/b6/7d/f20f3495fcc9ae070364c6bf23bca895af8e642c61f25b17e45450163be5/pyshv-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 10:14:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "silicon-heaven",
    "github_project": "libshv-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyshv"
}
        
Elapsed time: 1.73237s