CPython Port
The CPython port provides a full-featured implementation of PyTropicSquare for standard Python environments.
It uses the cryptography library for all cryptographic operations.
- class tropicsquare.ports.cpython.TropicSquareCPython(*args, **kwargs)[source]
Bases:
TropicSquare
Platform Requirements
Python 3.11+
cryptographylibrary
Features
Full Python standard library support
Rich cryptographic operations via
cryptographylibraryIdeal for development, testing, and desktop applications
See Also
MicroPython Port - MicroPython implementation
TropicSquare Core Class - Base TropicSquare class