Automython

View on PyPIReverse Dependencies (0)

1.2.0 automython-1.2.0-py3-none-any.whl

Wheel Details

Project: Automython
Version: 1.2.0
Filename: automython-1.2.0-py3-none-any.whl
Download: [link]
Size: 25771
MD5: b0d9f8efdb02bfaf8c4d5903d996f66b
SHA256: 214ddac09539a01c54b313311755464b7c4d245ff5b339083052b39baebcc6dc
Uploaded: 2024-04-03 19:20:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: automython
Version: 1.2.0
Summary: A simplistic programming language interpreter to Python to help students grasp finite automata theory programmatically and with a computed graph through visualization libraries.
Author: Matthew Kanter
Author-Email: Matthew Kanter <matt[at]matutu.dev>
Maintainer-Email: Matthew Kanter <matt[at]matutu.dev>
Home-Page: https://github.com/mkantrr/automython
License: The MIT License (MIT) Copyright (c) 2024 Matthew Kanter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: automata,finite,compiler,interpreter,theory,computational theory,non-deterministic,turing,machine,state
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: automata-lib[visual] (>=8.2.0)
Requires-Dist: pandas (>=2.2.0)
Requires-Dist: ipython (>=8.22.2)
Requires-Dist: forbiddenfruit (>=0.1.4)
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 12769 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
interpret/Buffer.py sha256=lx12N9VtOZfQ6M7bz4YnEArniW2IHqjDiOCbo2Tj4ck 1699
interpret/Lexer.py sha256=wzKLPl04L4XkyJFaFwDpjY9tfk6UEqx9g_WCv7HUBA0 9231
interpret/Parser.py sha256=NQkn5B9l8hzw6gV2RWp5LIWVOhjQk5ao2Rvs4zzX7GY 19716
interpret/Token.py sha256=Bi8dO0WNV_B_2ejcTWHMjs9cdWTLVGjjDMV1ZRdk0lk 725
interpret/Visitor.py sha256=ODqGvyUfmxGV9G8nQ550rkr4EwqeCfCWHrkQavIxZ30 8377
interpret/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
interpret/cli.py sha256=AsKN7x66d4Q-YZVncHB_tGh7iigqt9txlZGbW9LlBqo 2371
interpret/file_interface.py sha256=0gGNmTiw6dTAs7y4VJoup2yuzWGzdXliJZ6qo-0DSvE 2065
interpret/helpers.py sha256=Q0zVuWqMQkgTx38gYRY5GN1f6dnrW4JVXLNUt2cEBB8 26425
interpret/interpreter.py sha256=hhS5pavZzzCh_OciP_9pY12bu-OzPwiRk-0V0X8oks8 791
interpret/tm_helpers.py sha256=cpBE2NczDvK2VFwhgD_djkTtFZGh9prDO92sq-34_3c 12283
interpret/utils.py sha256=dTgKP8d1w2ZaS5Abd19ztRi1gBld2NLU-5z0-0Y110A 2766
automython-1.2.0.dist-info/LICENSE.txt sha256=P4u2MYYhbcB3IgjJhGesPnJE43r79YaHa8VXBPG0ioo 1080
automython-1.2.0.dist-info/METADATA sha256=zeu-jWmmhwpE1nVlQVFdGIcSImr9zuci1vpjjX2spn4 14928
automython-1.2.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
automython-1.2.0.dist-info/entry_points.txt sha256=_uwcuSyQZZ9T3MUWNiPLg5oZedVpz1xx9SZOeeGDrho 63
automython-1.2.0.dist-info/top_level.txt sha256=5SnWJqZGBXJSt59D8K2yMt5C6Yu9f2qCu24sTFAAC5A 10
automython-1.2.0.dist-info/RECORD

top_level.txt

interpret

entry_points.txt

automython = interpret.interpreter:interpret