Metadata-Version: 2.4
Name: genuity
Version: 0.1.2
Summary: Genuity: A Unified Synthetic Data Library with Offline License Activation
Author: Genuity IO
License: Proprietary License
        
        Copyright (c) 2024 Genuity Team
        
        All rights reserved.
        
        This software and associated documentation files (the "Software") are proprietary 
        and confidential. Unauthorized copying, modification, distribution, or use of this 
        Software, via any medium, is strictly prohibited.
        
        The Software is licensed, not sold. Your license to use the Software is subject to 
        the terms and conditions of your purchase agreement.
        
        For licensing inquiries, please contact: cto@genuitydata.com
        
        
Project-URL: Homepage, https://github.com/genuity/genuity
Project-URL: Documentation, https://github.com/genuity/genuity
Project-URL: Repository, https://github.com/genuity/genuity
Project-URL: Issues, https://github.com/genuity/genuity/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Genuity: Offline License Activation

## Installation

```bash
pip install genuity
```

## Activation & Usage
After purchasing, you’ll receive a license string:

```
import genuity
genuity.activate('PASTE_LICENSE_STRING')
```

If your system is offline, activation works by validating the license via an embedded public key (NO INTERNET NEEDED).

- License is valid for 7 days, then repeat activation with fresh license.
- No private key is ever shipped or present anywhere but our server.

## Security
- License is cryptographically signed (Ed25519), verified offline.
- Only hardened/compiled Cython modules are shipped. No source code is exposed in the package.
