Name | hdlcontroller JSON |
Version |
0.5.2
JSON |
| download |
home_page | |
Summary | HDLC controller |
upload_time | 2023-08-19 14:35:36 |
maintainer | |
docs_url | None |
author | |
requires_python | <4,>=3.7 |
license | The MIT License (MIT) Copyright (c) 2015-2023 Paul-Emmanuel Raoul <skyper@skyplabs.net> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
hdlc
controller
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
======================
Python HDLC Controller
======================
|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status|
|Documentation Status|
HDLC_ controller written in Python and based on the `python4yahdlc
<https://github.com/SkypLabs/python4yahdlc>`__ Python module to encode and
decode the HDLC frames.
Installation
============
From PyPI (recommended)
-----------------------
::
pip3 install --upgrade hdlcontroller
From sources
------------
::
git clone https://github.com/SkypLabs/python-hdlc-controller.git
cd python-hdlc-controller
pip3 install --upgrade .
Documentation
=============
The full documentation is available `here
<https://python-hdlc-controller.readthedocs.io/en/latest/>`__.
License
=======
`MIT <https://opensource.org/license/mit/>`__
.. _HDLC: https://en.wikipedia.org/wiki/High-Level_Data_Link_Control
.. |Build Status| image:: https://github.com/SkypLabs/python-hdlc-controller/actions/workflows/test_and_publish.yml/badge.svg?branch=develop
:target: https://github.com/SkypLabs/python-hdlc-controller/actions/workflows/test_and_publish.yml?branch=develop
:alt: Build Status Develop Branch
.. |Documentation Status| image:: https://readthedocs.org/projects/python-hdlc-controller/badge/?version=latest
:target: https://python-hdlc-controller.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/hdlcontroller.svg?style=flat
:target: https://pypi.org/project/hdlcontroller/
:alt: PyPI Package Downloads Per Month
.. |PyPI Package| image:: https://badge.fury.io/py/hdlcontroller.svg
:target: https://pypi.org/project/hdlcontroller/
:alt: PyPI Package Latest Release
.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/hdlcontroller.svg?logo=python&style=flat
:target: https://pypi.org/project/hdlcontroller/
:alt: PyPI Package Python Versions
Raw data
{
"_id": null,
"home_page": "",
"name": "hdlcontroller",
"maintainer": "",
"docs_url": null,
"requires_python": "<4,>=3.7",
"maintainer_email": "",
"keywords": "hdlc,controller",
"author": "",
"author_email": "Paul-Emmanuel Raoul <skyper@skyplabs.net>",
"download_url": "https://files.pythonhosted.org/packages/87/50/4fe9496c635f9ce5189d54c4eb216a51023f17e2588dac84d772cc439ac2/hdlcontroller-0.5.2.tar.gz",
"platform": null,
"description": "======================\nPython HDLC Controller\n======================\n\n|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status|\n|Documentation Status|\n\nHDLC_ controller written in Python and based on the `python4yahdlc\n<https://github.com/SkypLabs/python4yahdlc>`__ Python module to encode and\ndecode the HDLC frames.\n\nInstallation\n============\n\nFrom PyPI (recommended)\n-----------------------\n\n::\n\n pip3 install --upgrade hdlcontroller\n\nFrom sources\n------------\n\n::\n\n git clone https://github.com/SkypLabs/python-hdlc-controller.git\n cd python-hdlc-controller\n pip3 install --upgrade .\n\nDocumentation\n=============\n\nThe full documentation is available `here\n<https://python-hdlc-controller.readthedocs.io/en/latest/>`__.\n\nLicense\n=======\n\n`MIT <https://opensource.org/license/mit/>`__\n\n.. _HDLC: https://en.wikipedia.org/wiki/High-Level_Data_Link_Control\n\n.. |Build Status| image:: https://github.com/SkypLabs/python-hdlc-controller/actions/workflows/test_and_publish.yml/badge.svg?branch=develop\n :target: https://github.com/SkypLabs/python-hdlc-controller/actions/workflows/test_and_publish.yml?branch=develop\n :alt: Build Status Develop Branch\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/python-hdlc-controller/badge/?version=latest\n :target: https://python-hdlc-controller.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/hdlcontroller.svg?style=flat\n :target: https://pypi.org/project/hdlcontroller/\n :alt: PyPI Package Downloads Per Month\n\n.. |PyPI Package| image:: https://badge.fury.io/py/hdlcontroller.svg\n :target: https://pypi.org/project/hdlcontroller/\n :alt: PyPI Package Latest Release\n\n.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/hdlcontroller.svg?logo=python&style=flat\n :target: https://pypi.org/project/hdlcontroller/\n :alt: PyPI Package Python Versions\n",
"bugtrack_url": null,
"license": "The MIT License (MIT) Copyright (c) 2015-2023 Paul-Emmanuel Raoul <skyper@skyplabs.net> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "HDLC controller",
"version": "0.5.2",
"project_urls": {
"documentation": "https://python-hdlc-controller.readthedocs.io/en/latest",
"repository": "https://github.com/SkypLabs/python-hdlc-controller"
},
"split_keywords": [
"hdlc",
"controller"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "62e8fdb4b5c63efb60ee80f71a44b6e33ff6f8b77ed1b6ed43da99180bacb2e7",
"md5": "2953f892b50c59ccf9cee719fe99b7d9",
"sha256": "ea6d6a4e8681b4f1ba0c1304235e5ea6f03f3fa76bce5d8d2d48fdf4b30f6983"
},
"downloads": -1,
"filename": "hdlcontroller-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2953f892b50c59ccf9cee719fe99b7d9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.7",
"size": 8116,
"upload_time": "2023-08-19T14:35:35",
"upload_time_iso_8601": "2023-08-19T14:35:35.499903Z",
"url": "https://files.pythonhosted.org/packages/62/e8/fdb4b5c63efb60ee80f71a44b6e33ff6f8b77ed1b6ed43da99180bacb2e7/hdlcontroller-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87504fe9496c635f9ce5189d54c4eb216a51023f17e2588dac84d772cc439ac2",
"md5": "ba7d53d56050abeacd3b9719fddb8d0d",
"sha256": "97bf416a372d628125323e223012c0c902166022d3e49ccae81d6ada5eb23c07"
},
"downloads": -1,
"filename": "hdlcontroller-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "ba7d53d56050abeacd3b9719fddb8d0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.7",
"size": 7565,
"upload_time": "2023-08-19T14:35:36",
"upload_time_iso_8601": "2023-08-19T14:35:36.960468Z",
"url": "https://files.pythonhosted.org/packages/87/50/4fe9496c635f9ce5189d54c4eb216a51023f17e2588dac84d772cc439ac2/hdlcontroller-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-19 14:35:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SkypLabs",
"github_project": "python-hdlc-controller",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "hdlcontroller"
}