Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
.. image:: https://img.shields.io/pypi/v/ssf.svg :target: https://pypi.python.org/pypi/ssf
.. image:: https://img.shields.io/travis/snoopyjc/ssf.svg :target: https://travis-ci.com/snoopyjc/ssf
.. image:: https://readthedocs.org/projects/ssf/badge/?version=latest :target: https://ssf.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Spreadsheet Number Format processor - a Python port of SheetJS/ssf.js
ssf (Spreadsheet Format) is a pure python library to format data using ECMA-376 spreadsheet format codes (used in popular spreadsheet software packages). It is derived from the JavaScript version available at https://github.com/SheetJS/ssf. All listed issues in that package, up to #80, have been fixed in this version and support for colors, widths, and localization including alternative calendars have also been implemented.
A modern version of Python is required to use ssf
: version 3.6 or better.
Also, these libraries are required by ssf
: Babel
, python-dateutil
, pytz
, pyYAML
, six
,
ummalqura
, convertdate
.
Basic Demo <http://www.snoopyjc.org/ssf/>
_This package is a Python port of the similarly named JavaScript library (https://github.com/SheetJS/ssf).
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
FAQs
Spreadsheet Number Format processor - a Python port of SheetJS/ssf.js
We found that ssf 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.