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.
Commandline tool to generate HTML-based and PDF invoices.
PyInvoicer is a light-weight commandline tool written in Python to generate HTML-based and PDF invoices. The usage is very straightforward and easy to use: prepare your invoice content in YAML as the input of PyInvoicer. That's it!! No complicated setup like database is needed.
Quick highlights:
.
The release has been tested with Python 3.9.1.
The tool has been released to PyPI. You can install it directly from PyPI via pip.
pip install pyinvoicer
If you want to install from the source, you may need poetry
, the package dependency management tool.
This project is managed by poetry
. Fetch the source and poetry install
. See Contributing for
more details.
invoicer <your content yaml>
You will get invoice.pdf
in the same folder. The examples folder of the source
shows an example of the content yaml.
For example, if you want to output your invoice in html, invoke:
invoicer <your content yaml> --format html
invoicer <your content yaml> /path/you/want/to/use/your-invoice.pdf
Please refer to invoicer --help
.
See Contributing
Taihsiang Ho (tai271828) tai271828@gmail.com
Created from Lee-W/cookiecutter-python-template version 0.7.2
FAQs
Commandline tool to generate HTML-based and PDF invoices.
We found that pyinvoicer 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.
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.