Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.23 KB

index.rst

File metadata and controls

63 lines (49 loc) · 1.23 KB

Welcome to mypyc documentation!

Mypyc compiles Python modules to C extensions. It uses standard Python type hints to generate fast code.

.. toctree::
   :maxdepth: 2
   :caption: First steps

   introduction
   getting_started

.. toctree::
   :maxdepth: 2
   :caption: Using mypyc

   using_type_annotations
   native_classes
   differences_from_python
   compilation_units

.. toctree::
   :maxdepth: 2
   :caption: Native operations reference

   native_operations
   int_operations
   bool_operations
   float_operations
   str_operations
   bytes_operations
   list_operations
   dict_operations
   set_operations
   tuple_operations
   frozenset_operations

.. toctree::
   :maxdepth: 2
   :caption: Advanced topics

   performance_tips_and_tricks

.. toctree::
   :hidden:
   :caption: Project Links

   GitHub <https://github.com/python/mypy>

Indices and tables