Metadata-Version: 2.5
Name: logicd
Version: 0.0.1
Summary: Command-line entry point for GhostLogic tooling
Project-URL: Homepage, https://ghostlogic.tech
Author-email: GhostLogic <support@ghostlogic.tech>
License-Expression: MIT
License-File: LICENSE
Keywords: forensics,ghostlogic,security
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# logicd

`logicd` is the command-line package namespace for GhostLogic tooling.

This is an early bootstrap release. It provides a dependency-free command that
identifies the installed package and points users to the official GhostLogic
site while the broader command-line interface is developed.

```console
pip install logicd
logicd --version
logicd info
```

Learn more at [ghostlogic.tech](https://ghostlogic.tech).
