Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: https://travis-ci.org/pyserial/pyparallel.svg?branch=master :target: https://travis-ci.org/pyserial/pyparallel :alt: Build Status
.. image:: https://img.shields.io/pypi/dw/pyparallel.svg :target: https://pypi.python.org/pypi/pyparallel/ :alt: PyPI Downloads
.. image:: https://img.shields.io/pypi/v/pyparallel.svg :target: https://pypi.python.org/pypi/pyparallel/ :alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/l/pyparallel.svg :target: https://pypi.python.org/pypi/pyparallel/ :alt: License
This module encapsulates the access for the parallel port. It provides backends for Python running on Windows and Linux. Other platforms are possible too but not yet integrated.
This module is still under development. But it may be useful for developers. The Windows version needs a compiled extension and the giveio.sys driver for Windows NT/2k/XP. It uses ctypes to access functions in a prebuilt DLL.
It is released under a free software license, see LICENSE.txt for more details.
Copyright (C) 2001-2016 Chris Liechti cliechti@gmx.net
Homepage: https://github.com/pyserial/pyparallel
Extract files from the archive, open a shell/console in that directory and let Distutils do the rest:
.. code-block:: bash
$ python setup.py install
.. code-block:: python
>>> import parallel
>>> p = parallel.Parallel() # open LPT1 or /dev/parport0
>>> p.setData(0x55)
Please look in the GIT Repository. There is an example directory where you can find a simple terminal and more. https://github.com/pyserial/pyparallel/tree/master/examples
FAQs
Python Parallel Port Extension
We found that pyparallel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.