secureworks / taegis-magic

Taegis Magic is a Jupyter Notebook and Command Line Interface for interacting with the Secureworks Taegis™ security platform. The Magics project is intended to assist users with workflows and analysis through Jupyter Notebook integrations and Pandas DataFrames.
https://www.secureworks.com/
Apache License 2.0
8 stars 5 forks source link

Missing Templates #4

Closed mpegman-scwx closed 1 year ago

mpegman-scwx commented 1 year ago

Jinja templates for search results weren't included in the pypi package.

We should move the build system from setup.py to the new pyproject and python -m build system.

https://packaging.python.org/en/latest/flow/