Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
An engine for vapoursynth previewers, renderers and script analyis tools.
pip install vsengine
The latest development version can be downloaded from the github-actions tab. Install the included .whl-file.
Look at this example:
import vapoursynth as vs
from vsengine.vpy import script
script("/script/to/my.vpy").result()
vs.get_output(0).output()
Install the dependencies listed in pyproject.toml
as well as flit
.
For convenience, the included nix-flake contains dev-shells with different python and vapoursynth versions preconfigured.
You can run tests with this command:
python -m unittest discover -s ./tests
For users with Nix installed,
the included flake contains tests for specific vs and python versions.
These can be run by running nix flake check
.
Users might want to bring their own versions of vapoursynth related plugins and libraries. Depending on any of them would thus be of disservice to the user. This is the reason why depending on any plugin or library is banned in this project. The only exception is when this dependency is optional, meaning that the feature in question does not lose any functionality when the dependency is missing. In any case, the addition of new dependencies (optional or otherwise) must be coordinated with the maintainer prior to filing a PR.
This project is licensed under the EUPL-1.2. When contributing to this project you accept that your code will be using this license. By contributing you also accept any relicencing to newer versions of the EUPL at a later point in time.
Your commits have to be signed with a key registered with GitHub.com at the time of the merge.
FAQs
vsengine - A common set of function that bridge vapoursynth with your application.
We found that vsengine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.