Metadata-Version: 2.4
Name: avikal
Version: 1.0.1
Summary: Standalone CLI package for Avikal secure archives.
Author: Atharva Sen Barai
License: Apache-2.0
Project-URL: Homepage, https://avikal.rookduel.tech
Project-URL: Repository, https://github.com/RookDuel/Avikal
Project-URL: Documentation, https://github.com/RookDuel/Avikal/blob/main/CLI_USAGE.md
Keywords: archive,encryption,cli,pqc,timelock,aavrit
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: requests==2.33.1
Requires-Dist: cryptography==46.0.7
Requires-Dist: PyNaCl==1.6.2
Requires-Dist: pycryptodome==3.23.0
Requires-Dist: pqcrypto==0.4.0
Requires-Dist: brotli==1.2.0
Requires-Dist: psutil==7.2.2

# Avikal Python Package

This directory contains the installable Python package for the Avikal CLI and shared archive core.

The published package is intentionally scoped to:

- the `avikal` CLI
- the shared archive engine
- supporting modules used directly by the CLI

It does not publish the desktop app API server layer. The FastAPI backend and `api_server.py`
remain part of the repository for the Electron desktop application, but they are excluded from
the PyPI distribution.

Main entry point:

```powershell
avikal --help
```

The CLI uses the same archive engine as the desktop application without duplicating encryption,
archive, or metadata logic.

Project documentation:

- repository README: `../README.md`
- CLI guide: `../CLI_USAGE.md`
- architecture: `../ARCHITECTURE.md`
