Metadata-Version: 1.1
Name: pioton
Version: 0.3.8
Summary: píotón language is a superset of Python allowing it to be written in Irish. Not for use in any important work
Home-page: https://github.com/LukeRoantree4815162342/pioton
Author: Luke Roantree
Author-email: luke@roantree.com
License: GPL
Download-URL: https://github.com/LukeRoantree4815162342/pioton/archive/v_030.tar.gz
Description: 
        Píotón - Write Python code in Irish
        
        ---
        
        Installation:
        
        pip: pip install pioton 
        
        github: clone the repo, move the contents of the pioton/ folder somewhere accessible by your PythonPATH
        
        ---
        
        USAGE Transpiled:
        
        write your píotón code in one or more scripts with a '.pag' (Python as Gaeilge) extension, and run 
        
        tiomsaitheoir file.pag [file2.pag [...]]
        
        which will transpile the píotón scripts into pure Python '.py' files. Running 
        
        tiomsaitheoir -h
        
        will provide further details and examples, and running 
        
        tiomsaitheoir -s
        
        will show an overview of the syntax for píotón code 
        
        USAGE IPython:
        
        simply import píotón in any IPython environment (including Jupyter Notebooks) and start writing your code as Gaeilge.
        Call `pioton.show_syntax()` to print a full description of the new irish syntax.
        
        THIS IS FOR FUN - DO NOT USE THIS FOR ANYTHING IMPORTANT
        
        I can't stress that enough, I really didn't make sure it's robust at all, it's against Python standards, any code written in it will be completely unmaintainable, etc.
        
        ---
        
Keywords: IPython,Gaeilge,Irish
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
