Metadata-Version: 2.4
Name: e2eeftp
Version: 0.0.0b3
Summary: A simple command-line prototype for secure file transfers over TCP using Python. It ensures that files are encrypted from the client to the server, with no one in the middle being able to decipher the content.
Author-email: R A Veeraragavan <veeracoder123@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/veeracoder508/e2eeftp
Project-URL: Issues, https://github.com/veeracoder508/e2eeftp/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=46.0.5
Requires-Dist: pdoc>=16.0.0
Requires-Dist: pdoc3>=0.11.6
Requires-Dist: rich>=14.3.3
Requires-Dist: watchdog>=6.0.0
Requires-Dist: wkhtmltopdf>=0.2
Dynamic: license-file

<img alt="PYTHON" src="https://img.shields.io/badge/python-%23000.svg?&style=for-the-badge&logo=python&logoColor=white"/><img alt="SOCKET" src="https://img.shields.io/badge/socket-%23E34F26.svg?&style=for-the-badge&logo=socket&logoColor=white"/><img alt="UV" src="https://img.shields.io/badge/uv-%236C3BAA.svg?&style=for-the-badge&logo=uv&logoColor=white"/><br>
<a href="https://github.com/veeracoder508/e2eeftp"><img alt="GITHUB" src="https://img.shields.io/badge/github-%23000.svg?&style=for-the-badge&logo=github&logoColor=white"/></a><a herf="https://github.com/veeracoder508/e2eeFTP/issues"><img alt="GITHUB" src="https://img.shields.io/badge/issues-%23000.svg?&style=for-the-badge"/></a> <br>
<a href="https://veeracoder508.github.io/e2eeftp" target="_blank"><img alt="DOCS" src="https://img.shields.io/badge/docs-black?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtdHJpYW5nbGUtaWNvbiBsdWNpZGUtdHJpYW5nbGUiPjxwYXRoIGQ9Ik0xMy43MyA0YTIgMiAwIDAgMC0zLjQ2IDBsLTggMTRBMiAyIDAgMCAwIDQgMjFoMTZhMiAyIDAgMCAwIDEuNzMtM1oiLz48L3N2Zz4=" /></a>

[full documentation](doc/index.md)

# The e2eeftp protocol
This is a client to server protocol used to send file.
