py2mojo

View on PyPIReverse Dependencies (0)

0.0.2 py2mojo-0.0.2-py3-none-any.whl

Wheel Details

Project: py2mojo
Version: 0.0.2
Filename: py2mojo-0.0.2-py3-none-any.whl
Download: [link]
Size: 10348
MD5: 4df34e2ebcb5f438eddea37e9b02a066
SHA256: 162ceaee5fd4b5128612e19965c800d985ae67f720ec1ad5fd6eda413459d376
Uploaded: 2023-09-23 22:32:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: py2mojo
Version: 0.0.2
Summary: Automated Python to Mojo code translation
Author-Email: Manuel Saelices <msaelices[at]gmail.com>
Project-Url: Homepage, https://github.com/msaelices/py2mojo
Project-Url: Bug Reports, https://github.com/msaelices/py2mojo/issues
Project-Url: Source, https://github.com/msaelices/py2mojo
License: MIT License Copyright (c) 2023 Manuel Saelices 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: mojo,code,development,converter,translator
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Requires-Dist: tokenize-rt (>=5.2.0)
Requires-Dist: rich (>=13.5.2)
Requires-Dist: astor (>=0.8.1)
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1940 characters]

WHEEL

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

RECORD

Path Digest Size
py2mojo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
py2mojo/exceptions.py sha256=4pw995W8iXS9HnudjH4xX2ACVjQtWAfeKLCsNp9QXYg 143
py2mojo/helpers.py sha256=Z09yZIokE2H5uN9DdUyhNcTryqEeNtIfcvS2_f91_As 4506
py2mojo/main.py sha256=4CS-kz_w7CAZnP1LdqP2MfmKKCEUemb6ZdP66TBUMmI 3800
py2mojo/rules.py sha256=NQwzUygJ1UddTNNiydpKQsS8uZwuEapHoXXQBZJJcJ4 424
py2mojo/converters/__init__.py sha256=fg1tsBenTH_BLtGjUxteddUDS_UjW_0M50W6c1ezK6Y 219
py2mojo/converters/assignment.py sha256=VqeRifLvEZ_XJag48QLnzdmUhVAPrsQQ_gli9tK1_M8 1230
py2mojo/converters/classdef.py sha256=L3VHmfkxbHOv9gjlqPNe6zmCeDDGIIiRwwXHonbNVrM 896
py2mojo/converters/functiondef.py sha256=W8JElTw3Uurj6-A-n9A9LNU5lKU5qftIAyE4cGosoI8 2945
py2mojo-0.0.2.dist-info/LICENSE sha256=knmomQm0Ee6NF8HiuVMRNNflgQkucnKimKQb00H0kR0 1072
py2mojo-0.0.2.dist-info/METADATA sha256=GCWwYDWU96C1GebxycP7EM1IpfMpzLYG_-gOTstlJaM 4300
py2mojo-0.0.2.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
py2mojo-0.0.2.dist-info/entry_points.txt sha256=XjT3baTm_d_v4wcvIFP-AujaK3IZ0BCV2JJVwMGBYsY 46
py2mojo-0.0.2.dist-info/top_level.txt sha256=mxg2GELEj13AuioeQWk3XY1rzD3fnvXks7rFturvdH8 8
py2mojo-0.0.2.dist-info/RECORD

top_level.txt

py2mojo

entry_points.txt

py2mojo = py2mojo.main:main