Metadata-Version: 2.1
Name: codeguard
Version: 0.1.0
Summary: Destroys the code in which this library is being called. The purpose of this code is to allow your main code to run for a specified time, after which it prevents further use of your main code beyond the agreed time.
Home-page: https://github.com/Deep776/codeguard
Author: Deepak Kumar
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# codeguard

[![PyPI version](https://badge.fury.io/py/codeguard.svg)](https://badge.fury.io/py/codeguard)
[![License: MIT](https://img.shields.io/badge/License-apache-yellow.svg)](https://opensource.org/license/apache-2-0/)

Destroys the code in which this library is being called. The purpose of this code is to allow your main code to run for a specified time, after which it prevents further use of your main code beyond the agreed time.

## Installation

You can install the library using pip:

```bash
pip install codeguard
