Report to signal-spam.fr
Go to file
Julien Palard 3c2fabecda
Allow to pass multiple eml.
2022-11-06 09:36:30 +01:00
LICENSE Initial commit. 2022-10-14 12:01:38 +02:00
README.md Document how to build and publish. 2022-10-15 11:38:01 +02:00
pyproject.toml Initial commit. 2022-10-14 12:01:38 +02:00
signalspam.py Allow to pass multiple eml. 2022-11-06 09:36:30 +01:00

README.md

Report to signal-spam.fr

Install

To install signal-spam CLI, use:

python -m pip install signal-spam

Usage

signal-spam BuyMyDogFood.eml

Releasing

To push a new version of signal-spam on PyPI:

  • Bump the __version__ in signalspam.py.
  • commit, tag, push commit, push tag.
  • python -m pip install --upgrade build twine
  • python -m build
  • python -m twine upload dist/*