Metadata-Version: 2.4
Name: glasswall
Version: 5.8.0
Summary: Glasswall Python Wrapper
Author-email: AngusWR <aroberts@glasswall.com>
Project-URL: PyPI, https://pypi.org/project/glasswall
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: lxml<6,>=4.9.4
Requires-Dist: psutil<7,>=5.9.8

# Glasswall Python Wrapper

A high level Python wrapper for interfacing with the [Glasswall Embedded Engine](https://docs.glasswall.com/docs/about-embedded-engine).

## Installation

- See [Installation](https://docs.glasswall.com/docs/embedded-engine-installation) for general OS specific requirements and environment set up.
- See [Loading a Glasswall Library](https://docs.glasswall.com/docs/loading-a-glasswall-library) for Glasswall Python wrapper installation and setup.

## Getting Started Examples

- [Protect & Analyse a File](https://docs.glasswall.com/docs/protect-analyse-a-file-or-directory)
- [Content Export & Import](https://docs.glasswall.com/docs/content-export-import-1)
- [Word Search & Redaction](https://docs.glasswall.com/docs/word-search-redaction)
- [Set Content Management Policies](https://docs.glasswall.com/docs/set-content-management-policies)
- [Logging](https://docs.glasswall.com/docs/logging)
- [Python Multiprocessing Support](https://docs.glasswall.com/docs/python-multiprocessing-support)
