Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Pypeman is a minimalist but pragmatic ESB / ETL / EAI in python.
.. image:: https://travis-ci.org/mhcomm/pypeman.svg?branch=master :target: https://travis-ci.org/mhcomm/pypeman
.. image:: https://badge.fury.io/py/pypeman.svg :target: https://badge.fury.io/py/pypeman
.. image:: https://codecov.io/gh/mhcomm/pypeman/branch/master/graph/badge.svg :target: https://codecov.io/gh/mhcomm/pypeman
.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg :target: https://raw.githubusercontent.com/mhcomm/pypeman/master/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/pypeman.svg :target: http://pypeman.readthedocs.org/en/latest/
.. image:: https://img.shields.io/pypi/wheel/pypeman.svg :target: http://pypeman.readthedocs.org/en/latest/
.. image:: https://img.shields.io/pypi/status/pypeman.svg :target: http://pypeman.readthedocs.org/en/latest/
See documentation <http://pypeman.readthedocs.org/en/latest/>
_ for more information.
With pip ::
pip install pypeman # or
pip install pypeman[all] # To install with all optional dependencies
Create a fresh project with: ::
pypeman startproject <project_dirname>
Above command will create a new directory with a "settings.py" file containing local configs and a "project.py" file with a channel example that you can uncomment to test pypeman. Follow the commented instructions then execute: ::
pypeman start # You can use the --reload option for auto-reloading on changes
To get command help and more details about commands: ::
pypeman --help
To create a fresh project (partially implemented): ::
pypeman startproject <project_name>
To start pypeman: ::
pypeman start
To show a channel graph: ::
pypeman graph
FAQs
Minimalistic but pragmatic ESB / ETL / EAI in Python
We found that pypeman 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.