pycompall

View on PyPIReverse Dependencies (0)

0.2.0 pycompall-0.2.0-py3-none-any.whl

Wheel Details

Project: pycompall
Version: 0.2.0
Filename: pycompall-0.2.0-py3-none-any.whl
Download: [link]
Size: 8567
MD5: 4fe4eb0e8d529c40f9941d3aa1d59653
SHA256: 3cde1fe86e8028ff592a87b7c5bc55f807e7a6d20222d78938cd2964b9ff799a
Uploaded: 2023-07-20 08:11:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pycompall
Version: 0.2.0
Summary: Pycompall is a wrapper around the default `compileall` Python utility to compile `.py` to `.pyc` files to provide a more configurable interface and as a build tool when configuring python files.
Author-Email: Kim Yongbeom <yongbeom.kim[at]u.nus.edu>
Project-Url: Homepage, https://github.com/Yongbeom-Kim/py-compiler
Project-Url: Repository, https://github.com/Yongbeom-Kim/py-compiler
Keywords: obfuscation,python-obfuscation,python-compiler
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: click (>=7.1.2)
Requires-Dist: attrs (>=22)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2343 characters]

WHEEL

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

RECORD

Path Digest Size
pycompall.py sha256=lElbQPZiRTBa26w1mPx0bsgGt4TrPJ0cZrBIhA8Koeg 2060
app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/__main__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/application.py sha256=Fj5t_2VRk0JHJDm4yrDct4rmMisBwQpftTnAEhbi8gw 6402
app/__pycache__/__init__.cpython-310.pyc sha256=xHinT44HmdPDwzRYxhOlwQNvf-zkzl0H3KG9Xi_P1RY 155
app/__pycache__/application.cpython-310.pyc sha256=lEzd8EaulCQ_WQaB7nXjPznpDrJ98iudTFD9W0hUJ8o 5554
pycompall-0.2.0.dist-info/LICENSE sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pycompall-0.2.0.dist-info/METADATA sha256=mpRFKpayzXxq0qEmbFybW751TCnKTGQilPk59V1mJDU 3088
pycompall-0.2.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
pycompall-0.2.0.dist-info/entry_points.txt sha256=EBfOc9iTPmmfi3Gw1bOAFVHsKp1nZeuOL1N77LuYYwI 89
pycompall-0.2.0.dist-info/top_level.txt sha256=2Ijz2mj9Ycq6WDm4W0FElfJI4FF4bPad0TGAuZ_8Fbc 14
pycompall-0.2.0.dist-info/RECORD

top_level.txt

app
pycompall

entry_points.txt

application = app.application
pycompall = pycompall:cli