Metadata-Version: 2.1
Name: mimic_replay
Version: 1.1.5
Summary: MIMIC installation script, which enables your application to communicate with your MIMIC server.
Author-email: Veronika Todd <veronika.todd@gmail.com>, Lucas Sorribes <lucas.sorribes@gmail.com>, Erik Wiens <erik.wiens@gmail.com>, Louis Mascari <lmascari16@gmail.com>
Project-URL: MIMIC, https://mimic-replay.com
Project-URL: Github, https://github.com/2401-Team-4/MIMIC
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: uuid
Requires-Dist: requests
Requires-Dist: bcrypt
Requires-Dist: BeautifulSoup>=4.11.0

This installation package sets up and injects MIMIC's session replay recording functionality into your own application. Unfamiliar with MIMIC? Please visit our project links for more information!  

To properly utilize this installation package:
- Ensure your MIMIC backend is installed and running before proceeding.
- In the root folder of the desired application, run the installation script with `python3 -m mimic_replay.install` and follow the prompts. 
