🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

larch-reactive

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larch-reactive

reactive programming for python

4.0.12
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

70

License

Uses eval

Supply chain risk

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Found 1 instance in 1 package

Maintainers
1

larch.reactive - A reactive programming library for Python

larch.reactive is a reactive programming library <https://en.wikipedia.org/wiki/Reactive_programming>_ for Python. The objectives of larch.reactive are:

  • To be lean
  • To be fast
  • To be compatible (it should be possible to add reactive behavior to existing classes)
  • To provide a consistent programming model
  • To be debuggable

Installation

Install larch.reactive either from a distribution package or from PyPI <https://pypi.org/project/larch-reactive>_ with:

.. code-block:: bash

$ pip install larch-reactive

License

larch.reactive is released under the BSD license.

Documentation

For more information, please refer to the full documentation available at:

larch.reactive Documentation <https://kochelmonster.github.io/larch-reactive/index.html>_

Keywords

FAQs

Did you know?

Socket

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.

Install

Related posts