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. .. currentmodule:: tropicsquare.ports.cpython .. automodule:: tropicsquare.ports.cpython :members: :undoc-members: :show-inheritance: Platform Requirements --------------------- * Python 3.11+ * ``cryptography`` library Features -------- * Full Python standard library support * Rich cryptographic operations via ``cryptography`` library * Ideal for development, testing, and desktop applications See Also -------- * :doc:`micropython` - MicroPython implementation * :doc:`/api/core` - Base TropicSquare class