ChefScript

View on PyPIReverse Dependencies (0)

0.1.1 ChefScript-0.1.1-py3-none-any.whl

Wheel Details

Project: ChefScript
Version: 0.1.1
Filename: ChefScript-0.1.1-py3-none-any.whl
Download: [link]
Size: 12580
MD5: 323aba03115333cdf0a292d61621b7a1
SHA256: dd99e5cbc509552ff35ed7428921b2e1bfa7e73f630329c175c3a10b7e6ae6fd
Uploaded: 2022-12-13 12:35:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ChefScript
Version: 0.1.1
Summary: An esolang for storing, creating and using recipes
Author-Email: Yuanhao 'Nyoeghau' Chen <nyoeghau[at]nyoeghau.com>
Project-Url: homepage, https://github.com/edward-martyr/ChefScript
Project-Url: repository, https://github.com/edward-martyr/ChefScript
License: # Copyright 2022 Yuanhao Chen Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: ChefScript,recipe,cooking,esolang,esoteric
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: PyParsing (~=3.0)
Requires-Dist: quantities (==0.13.0)
Requires-Dist: regex
Requires-Dist: black (==22.6.0); extra == "lint"
Requires-Dist: flake8 (==4.0.1); extra == "lint"
Requires-Dist: isort (==5.10.1); extra == "lint"
Requires-Dist: mypy (==0.971); extra == "lint"
Provides-Extra: lint
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4018 characters]

WHEEL

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

RECORD

Path Digest Size
ChefScript/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ChefScript/__main__.py sha256=-6NARgtbfQPi6uV7PaRnLz8Z60W3S4BcXzBXwKMcXoU 1338
ChefScript/interpreter.py sha256=JZjO2OVNvx58jnt4MYH-gBYMPjjrrxyZWb3Uk1-5tgg 4252
ChefScript/parser.py sha256=YzZ3qC6T68LoaKjiJlcwCGSLXnfvHZtB2gBXOwnASMU 6867
ChefScript/utils.py sha256=_P6OWQ0kXOMtN2jCsGYTuZR4GH0W-BnHH7Vf9DV0KwM 2112
pychef/__init__.py sha256=OltuEGhlmGMy7QrHVU-LUlk1vqL0V5Nqdk7aIXEpPwc 120
pychef/ingredient.py sha256=LQQ7Tjp7u9Xlzzl4e2g23ENygEMFZMNNG79zf_C2dYw 4826
pychef/recipe.py sha256=p5lXOmAvmYGKEfa9H7824VZRkQWTHZAEQQO6rm3e_so 3959
pychef/utils.py sha256=bwYDCdzMJfC-h-aoAsAZOuzh_5LTerwFhmr-Jnv4Ur4 164
ChefScript-0.1.1.dist-info/LICENSE sha256=l3LglONEhhguy9sB5gCp4gOFTiwN9RWO7Py8nBwDT58 1459
ChefScript-0.1.1.dist-info/METADATA sha256=c8Bgr4A_H92orqA-6ASXcv34fbI2S2QY9a3BJKAJLMU 6605
ChefScript-0.1.1.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
ChefScript-0.1.1.dist-info/entry_points.txt sha256=rWBrw8ikwmZASo_HwTHUSPitKk0Fg7KF5iCIJzeuON4 56
ChefScript-0.1.1.dist-info/top_level.txt sha256=Wv2Q9c8wTDINDUo2l8XTPgHebWMbjH_qxUJea3ts9cY 18
ChefScript-0.1.1.dist-info/RECORD

top_level.txt

ChefScript
pychef

entry_points.txt

ChefScript = ChefScript.__main__:main