mcdil

View on PyPIReverse Dependencies (0)

0.0.2 mcdil-0.0.2-py3-none-any.whl

Wheel Details

Project: mcdil
Version: 0.0.2
Filename: mcdil-0.0.2-py3-none-any.whl
Download: [link]
Size: 8192
MD5: bd1bc24174cdc9cfd528046d109c1096
SHA256: 44f19a3abf0e3a6a2329cb0fd9e133ccc8a2a05ea1a7f7737645a5a9f7cd0311
Uploaded: 2023-12-13 04:12:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: mcdil
Version: 0.0.2
Summary: McDic's Language for Minecraft JE Datapack
Author-Email: Minsung Kim <spongbob9876[at]naver.com>
Project-Url: Homepage, https://github.com/McDic/MCDIL
License: Copyright 2023 McDic 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: minecraft,language,compiler
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Requires-Dist: lark
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3551 characters]

WHEEL

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

RECORD

Path Digest Size
mcdil/__init__.py sha256=F_TZzqzQb-JpZsar0daRK0TptNjApoKk-Gwcddp3nfY 37
mcdil/cli.py sha256=Qot2mE3Uf-RiPthq21-4mwwpdZa_R5p1C4m2eh9YMKg 382
mcdil/mcdil.lark sha256=HGkB-eK7-6sjWEC85SJTGtmmVBgpSO3ZxHodh3nIm0U 5066
mcdil/parse.py sha256=bhBqmiQxJGwQrxKFTPQ5q_c7Um8VcM2FqW2_ZsLOYT4 875
mcdil/components/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mcdil/components/base.py sha256=yOcTi8JQHiaeAyi5Qzp0ziGYx4N7WYq2w01IZfZVJFE 878
mcdil/components/block.py sha256=Jd8C-akgvUEe2fzjztplM08tMsuf-8ysfjukrg5Syw4 529
mcdil/components/transaction.py sha256=D4Na1DqqrJSN0VhKpI2p4y1SVvVt95xb6vz6zX06zUo 44
mcdil-0.0.2.dist-info/LICENSE sha256=1eAYA7ii6q6jPfFJbGxpyb8lDRu6Rfx02JvwNH10k50 1053
mcdil-0.0.2.dist-info/METADATA sha256=jtVyprM-7jqDUgt7yDaEBzXULwGbQO2yEh5usn66v9M 5120
mcdil-0.0.2.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
mcdil-0.0.2.dist-info/entry_points.txt sha256=zIVoueEO9LMhr9655vylZMN1hms4EuV3RM7tioYwE1o 78
mcdil-0.0.2.dist-info/top_level.txt sha256=wNMgadTX9CptVdaCu1nLtbO6LaD983IVJYB0TXsCcoQ 6
mcdil-0.0.2.dist-info/RECORD

top_level.txt

mcdil

entry_points.txt

compile = mcdil:cli.cli_compile
parse = mcdil:cli.cli_parse