Metadata-Version: 2.4
Name: legosec_sdk
Version: 0.1.1
Summary: A security package for LEGO systems
Home-page: https://github.com/Toleen-abuadi/legosec-pypi
Author: LegoSec Team
Author-email: toleenabuadi@gmail.com
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: asgiref>=3.8.1
Requires-Dist: cryptography>=44.0.3
Requires-Dist: Django>=5.0.6
Requires-Dist: pyOpenSSL>=25.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: channels>=4.1.0
Requires-Dist: djangorestframework>=3.15.1
Provides-Extra: dashboard
Requires-Dist: Django>=5.0.6; extra == "dashboard"
Requires-Dist: channels>=4.1.0; extra == "dashboard"
Requires-Dist: djangorestframework>=3.15.1; extra == "dashboard"
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Requires-Dist: pytest-django>=4.11.1; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Features

- **Secure Key Exchange**: PSK (Pre-Shared Key) and PKI (Public Key Infrastructure) modes
- **Identity Management**: 
  - Client/Server identity registration
  - Peer authorization controls
- **Dashboard Integration**: Web-based monitoring (Django)
- **Cryptography Support**: 
  - AES-256 encryption
  - HMAC-SHA256 message integrity
- **Zero-Trust Ready**: Mutual authentication for all parties

---

## Installation

```bash
pip install legosec
