PipBERT


NamePipBERT JSON
Version 4.1.0 PyPI version JSON
download
home_page
SummarySerial communication link bit error rate tester simulator, written in Python.
upload_time2023-04-03 13:52:49
maintainer
docs_urlNone
authorDavid Patterson
requires_python>=3.8
licenseBSD
keywords bert communication simulator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyBERT
======

PyBERT is a serial communication link bit error rate tester simulator with a graphical user interface (GUI).

It uses the Traits/UI package of the Enthought Python Distribution (EPD) <http://www.enthought.com/products/epd.php>,
as well as the NumPy and SciPy packages.

Notice: Before using this package for any purpose, you MUST read and understand the terms put forward in the accompanying "LICENSE" file.

Wiki
----

- https://github.com/capn-freako/PyBERT/wiki

FAQ
---

- https://github.com/capn-freako/PyBERT/wiki/pybert_faq

Email List
----------

- <pybert@freelists.org>

User Installation
-----------------

- <https://github.com/capn-freako/PyBERT/wiki/instant_gratification>

Developer Installation
----------------------

- <https://github.com/capn-freako/PyBERT/wiki/dev_install>

Testing
-------

Tox is used for the test runner and documentation builder.  By default, it will try to unit test
for any installed/supported of versions and it will skip any missing versions.

- `pip install tox`
- `tox -p all`

To run a single environment such as "docs" run: `tox -e docs`

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

PyBERT documentation exists in 2 separate forms:

- For developers:

  - pybert/doc/build/html/index.html  (See testing on how to build the documentation)
  - https://github.com/capn-freako/PyBERT/wiki/dev_install

- For users:

  - Quick installation instructions at <https://github.com/capn-freako/PyBERT/wiki/instant_gratification>
  - The 'Help' tab of the PyBERT GUI
  - The PyBERT FAQ at <https://github.com/capn-freako/PyBERT/wiki/pybert_faq>
  - Sending e-mail to David Banas at <capn.freako@gmail.com>

Acknowledgments
---------------

I would like to thank the following individuals for their contributions to the *PyBERT* project:

**David Patterson** for being my main co-author and for his countless hours
driving the PyBERT project across the Python2<=>Python3 divide, as well as,
more recently, completely updating its build infrastructure to be more in sync.
w/ modern Python package building/testing/distribution philosophy.

**Peter Pupalaikis** for sharing his expertise w/ both Fourier transform and
S-parameter subtleties. The PyBERT source code wouldn't have nearly the
mathematical/theoretical fidelity that it does had Peter not contributed.

**Yuri Shlepnev** for his rock solid understanding of RF fundamentals, as
well as his infinite patience in helping me understand them, too. ;-)

**Dennis Han** for thoroughly beating the snot out of PyBERT w/ nothing but
love in his heart and determination in his mind to drive PyBERT further towards
a professional level of quality. Dennis has made perhaps the most significant
contributions towards making PyBERT a serious tool for the working professional
serial communications link designer.

**Todd Westerhoff** for helping me better understand what tool features really
matter to working professional link designers and which are just in the way.
Also, for some very helpful feedback, re: improving the real World PyBERT
experience for the user.

**Mark Marlett** for first introducing me to Python/NumPy/SciPy, as an
alternative to MATLAB for numerical computing and signal processing, as
well as his countless hours of tutelage, regarding the finer points of
serial communication link simulation technique. Mark is also the one,
who insisted that I take a break from development and finally write
some documentation, so that others could understand what I intended and,
hopefully, contribute. Thanks, Mark!

**Low Kian Seong** for straightening out my understanding of the real
purpose of the *description* field in the *setup.py* script.

**Jason Ellison** for many cathartic chats on the topic of quality open
source software creation, maintenance, and distribution.

**Michael Gielda** & **Denz Choe** for their contributions to the PyBERT
code base.

**The entire SciKit-RF team** for creating and supporting an absolutely
wonderful Python package for working with RF models and simulations.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PipBERT",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "bert,communication,simulator",
    "author": "David Patterson",
    "author_email": "David Banas <capn.freako@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8a/7d/2f92fd0c75c5817a25378936a7b83461b01c7eb72465126a07c60dd36fd2/PipBERT-4.1.0.tar.gz",
    "platform": null,
    "description": "PyBERT\n======\n\nPyBERT is a serial communication link bit error rate tester simulator with a graphical user interface (GUI).\n\nIt uses the Traits/UI package of the Enthought Python Distribution (EPD) <http://www.enthought.com/products/epd.php>,\nas well as the NumPy and SciPy packages.\n\nNotice: Before using this package for any purpose, you MUST read and understand the terms put forward in the accompanying \"LICENSE\" file.\n\nWiki\n----\n\n- https://github.com/capn-freako/PyBERT/wiki\n\nFAQ\n---\n\n- https://github.com/capn-freako/PyBERT/wiki/pybert_faq\n\nEmail List\n----------\n\n- <pybert@freelists.org>\n\nUser Installation\n-----------------\n\n- <https://github.com/capn-freako/PyBERT/wiki/instant_gratification>\n\nDeveloper Installation\n----------------------\n\n- <https://github.com/capn-freako/PyBERT/wiki/dev_install>\n\nTesting\n-------\n\nTox is used for the test runner and documentation builder.  By default, it will try to unit test\nfor any installed/supported of versions and it will skip any missing versions.\n\n- `pip install tox`\n- `tox -p all`\n\nTo run a single environment such as \"docs\" run: `tox -e docs`\n\nDocumentation\n-------------\n\nPyBERT documentation exists in 2 separate forms:\n\n- For developers:\n\n  - pybert/doc/build/html/index.html  (See testing on how to build the documentation)\n  - https://github.com/capn-freako/PyBERT/wiki/dev_install\n\n- For users:\n\n  - Quick installation instructions at <https://github.com/capn-freako/PyBERT/wiki/instant_gratification>\n  - The 'Help' tab of the PyBERT GUI\n  - The PyBERT FAQ at <https://github.com/capn-freako/PyBERT/wiki/pybert_faq>\n  - Sending e-mail to David Banas at <capn.freako@gmail.com>\n\nAcknowledgments\n---------------\n\nI would like to thank the following individuals for their contributions to the *PyBERT* project:\n\n**David Patterson** for being my main co-author and for his countless hours\ndriving the PyBERT project across the Python2<=>Python3 divide, as well as,\nmore recently, completely updating its build infrastructure to be more in sync.\nw/ modern Python package building/testing/distribution philosophy.\n\n**Peter Pupalaikis** for sharing his expertise w/ both Fourier transform and\nS-parameter subtleties. The PyBERT source code wouldn't have nearly the\nmathematical/theoretical fidelity that it does had Peter not contributed.\n\n**Yuri Shlepnev** for his rock solid understanding of RF fundamentals, as\nwell as his infinite patience in helping me understand them, too. ;-)\n\n**Dennis Han** for thoroughly beating the snot out of PyBERT w/ nothing but\nlove in his heart and determination in his mind to drive PyBERT further towards\na professional level of quality. Dennis has made perhaps the most significant\ncontributions towards making PyBERT a serious tool for the working professional\nserial communications link designer.\n\n**Todd Westerhoff** for helping me better understand what tool features really\nmatter to working professional link designers and which are just in the way.\nAlso, for some very helpful feedback, re: improving the real World PyBERT\nexperience for the user.\n\n**Mark Marlett** for first introducing me to Python/NumPy/SciPy, as an\nalternative to MATLAB for numerical computing and signal processing, as\nwell as his countless hours of tutelage, regarding the finer points of\nserial communication link simulation technique. Mark is also the one,\nwho insisted that I take a break from development and finally write\nsome documentation, so that others could understand what I intended and,\nhopefully, contribute. Thanks, Mark!\n\n**Low Kian Seong** for straightening out my understanding of the real\npurpose of the *description* field in the *setup.py* script.\n\n**Jason Ellison** for many cathartic chats on the topic of quality open\nsource software creation, maintenance, and distribution.\n\n**Michael Gielda** & **Denz Choe** for their contributions to the PyBERT\ncode base.\n\n**The entire SciKit-RF team** for creating and supporting an absolutely\nwonderful Python package for working with RF models and simulations.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Serial communication link bit error rate tester simulator, written in Python.",
    "version": "4.1.0",
    "split_keywords": [
        "bert",
        "communication",
        "simulator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dff6c774981f15369504d8579952b10c4fa782f3e1676a30cfc751b994b6af76",
                "md5": "d3014049fe69f7edfbfbc5c9a80a8493",
                "sha256": "97e30667cdfeb40033c2d5862685a611c027270e4ebee9a03316adc7420792d6"
            },
            "downloads": -1,
            "filename": "PipBERT-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3014049fe69f7edfbfbc5c9a80a8493",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 255416,
            "upload_time": "2023-04-03T13:52:47",
            "upload_time_iso_8601": "2023-04-03T13:52:47.621498Z",
            "url": "https://files.pythonhosted.org/packages/df/f6/c774981f15369504d8579952b10c4fa782f3e1676a30cfc751b994b6af76/PipBERT-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a7d2f92fd0c75c5817a25378936a7b83461b01c7eb72465126a07c60dd36fd2",
                "md5": "3e9e955f65c662cb6ca2cb94560ec0c0",
                "sha256": "23da915d7511a64c8e5a997f9a9f80b1c5124eb9896840b7f698adabcb5abf16"
            },
            "downloads": -1,
            "filename": "PipBERT-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3e9e955f65c662cb6ca2cb94560ec0c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 669854,
            "upload_time": "2023-04-03T13:52:49",
            "upload_time_iso_8601": "2023-04-03T13:52:49.432548Z",
            "url": "https://files.pythonhosted.org/packages/8a/7d/2f92fd0c75c5817a25378936a7b83461b01c7eb72465126a07c60dd36fd2/PipBERT-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 13:52:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pipbert"
}
        
Elapsed time: 0.05240s