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.
Pure Python Port of Potrace. This is a python port of Peter Selinger's Potrace (based on 1.16 code).
This port is needed because many python hooks to the original code such as pypotrace
have installation issues and compilation problems with some OSes. This potrace is written in pure python and will be compatible with basically anything.
To install or use as a requirement:
pip install potracer
If you wish to use the Command Line Interface that is stored in a sister project potrace-cli
(https://github.com/tatarize/potrace-cli). This can be installed with:
pip install potracer[cli]
or:
pip install potrace-cli
The cli project contains valid console script entrypoints for potrace. If you install the command-line package it will add potracer
to your console scripts. Note the -r suffix so that it does not interfere with potrace that may be otherwise installed.
Being written in python this code may be about 500x slower than the pure-c potrace. It is however fast enough for general use.
This project intentionally duplicates a considerable amount of the API of pypotrace
such that this library can be used as a drop-in replacement.
This library offers CLI potrace as an optional package, to permit performing potrace commands from the commandline.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
Furthermore, this is permitted to be relicensed under any terms the Peter Selinger's original Potrace is licensed under. If he broadly publishes the software under a more permissive license this port should be considered licensed as such as well. Further, if you purchase a proprietary license for inclusion within commercial software under his Dual Licensing program your use of this software shall be under whatever terms he permits for that. Any contributions to this port must be made under equally permissive terms.
"Potrace" is a trademark of Peter Selinger. Permission granted by Peter Selinger.
FAQs
Python Potrace
We found that potracer 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.