Metadata-Version: 2.4
Name: thonny-pseudocode
Version: 0.1.2
Summary: A Thonny plugin that generates inline pseudocode explaining the Python source code line-by-line.
Author-email: Raja Soufi <rjsoufi@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Environment :: Plugins
Classifier: Topic :: Education
Classifier: Intended Audience :: Education
Classifier: Topic :: Text Editors
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: thonny>=4.1.0
Dynamic: license-file


# thonny-pseudocode

A [Thonny](https://thonny.org/) plugin that generates inline pseudocode on-demand, explaining the Python source code line-by-line, powered by the [PyToPseu project](https://github.com/jppellet/PyToPseu).
