Metadata-Version: 1.2
Name: pseudonaja
Version: 0.1.8
Summary: Pseudocode interpreter
Home-page: https://github.com/dsoon/pseudonaja
Author: David Soon
Author-email: david.soon@outlook.com
License: MIT license
Description: ==========
        pseudonaja
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/pseudonaja.svg
                :target: https://pypi.python.org/pypi/pseudonaja
        
        .. image:: https://img.shields.io/travis/dsoon/pseudonaja.svg
                :target: https://travis-ci.com/dsoon/pseudonaja
        
        .. image:: https://readthedocs.org/projects/pseudonaja/badge/?version=latest
                :target: https://pseudonaja.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        Pseudocode interpreter
        
        
        * Free software: MIT license
        * Documentation: https://pseudonaja.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        Lexer and Parser - Sly_
        
        .. _Sly: https://github.com/dabeaz/sly
        
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.8 (2021-04-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: pseudonaja
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
