Metadata-Version: 2.1
Name: hardshell
Version: 0.1.3
Summary: Harden your operating system against vulnerabilities
Home-page: https://github.com/tomburge/hardshell
License: MIT
Keywords: hardshell,harden,os,security
Author: Tom Burge
Author-email: tom@tomburge.org
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Documentation, https://github.com/tomburge/hardshell
Project-URL: Repository, https://github.com/tomburge/hardshell
Description-Content-Type: text/markdown

# hardshell

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hardshell)
![PyPI - Version](https://img.shields.io/pypi/v/hardshell)
![GitHub](https://img.shields.io/github/license/tomburge/hardshell)

Branches:

Main:

![Codecov branch](https://img.shields.io/codecov/c/github/tomburge/hardshell/main)![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/tomburge/hardshell/tests.yaml)

Release:

![Codecov branch](https://img.shields.io/codecov/c/github/tomburge/hardshell/release)![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/tomburge/hardshell/release.yaml)

Config File Locations:

windows admin: C:\Program Files\hardshell\hardshell.toml
windows user: C:\Users\user\AppData\Local\hardshell\hardshell.toml
linux admin: /etc/hardshell/hardshell.toml
linux user: /home/$USER/.hardshell/hardshell.toml

