chinstrap

View on PyPIReverse Dependencies (0)

1.1.6 chinstrap-1.1.6-py3-none-any.whl

Wheel Details

Project: chinstrap
Version: 1.1.6
Filename: chinstrap-1.1.6-py3-none-any.whl
Download: [link]
Size: 46809
MD5: c779f907ed0ba2c6d66194753b36e6c5
SHA256: 469216c9372d6ef4e8f93c9937dd48e5fc8c92590a926c62b820e4fcf484b41e
Uploaded: 2022-08-17 07:21:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: chinstrap
Version: 1.1.6
Summary: A swiss-army-knife for Tezos Smart Contract developers
Author: ant4g0nist
Author-Email: me[at]chinstrap.io
Home-Page: https://github.com/ant4g0nist/chinstrap
License: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Requires-Dist: requests (>=2.27.1)
Requires-Dist: docker (>=5.0.3)
Requires-Dist: pytest (>=6.2.5)
Requires-Dist: ptpython (>=3.0.20)
Requires-Dist: pytezos (>=3.6.0)
Requires-Dist: halo (>=0.0.31)
Requires-Dist: python-gitlab (>=3.1.0)
Requires-Dist: rich (>=11.0.0)
Requires-Dist: pre-commit (>=2.17.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7905 characters]

WHEEL

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

RECORD

Path Digest Size
chinstrap/__init__.py sha256=ldhS9XGIBB2bXjq8HV1z8HdA7lYV24Dur12g6qIZ5C4 14930
chinstrap/version.py sha256=uUoj65_fmAZA-6nXoWhaIxhf-Y8NVcga_GjE-GxeiKQ 18
chinstrap/compiler/__init__.py sha256=hzMvH3gTYkVsEMxUS0p95XEES55rpPsL7heMFROGX4U 1471
chinstrap/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
chinstrap/core/config.py sha256=ipvrFQvCRdYLbFScT_bjjyJv-wffkO7M-otBiWVsErY 4432
chinstrap/core/create.py sha256=Wm6LpO848g1KAf9pQcbmoW8d4Di8bNeMRiD293N5gxQ 5751
chinstrap/core/debugger.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
chinstrap/core/initialize.py sha256=oeArAhTYsr_EDQ_ZQ5glj8wbgR5nt_T8JEzuqckhFug 2911
chinstrap/core/templates.py sha256=C7Z-nYsgR-nH6-yutFBJapxuI_caf7QhX8NQMPPxG80 13994
chinstrap/core/sources/chinstrap-config.yml sha256=tfcqbxBLmCA4LGM50VUIz578bm6ut4WhhMpU3OTKiiI 649
chinstrap/core/sources/contracts/FA1.2.py sha256=dvU8b-7WmRFn3mt2otcqbyvUdofEBRAcILytQ48m-E0 12696
chinstrap/core/sources/contracts/SampleContract.py sha256=QEY3bsbIYJVKcecvs8--a2wXecqRGmgRu2u8D-OylIY 685
chinstrap/core/sources/originations/1_FA12_origination.py sha256=0Y85UHumiPJobmkJamkvMNn_5XuHQK9eb_N92CF2rKo 576
chinstrap/core/sources/originations/1_samplecontract_origination.py sha256=jSeT5bOOrPpeiwVAlveIeDQ7vxQQ5vRCyWZU7vSbZko 298
chinstrap/core/sources/tests/FA1.2.smartpy.py sha256=0milbv0w62rN7L3_fthkQdyYk6CJW-rKmgWcRlsVsZ8 5638
chinstrap/core/sources/tests/sampleContractSmartPy.py sha256=jY86W8lYnIU08lJEEptkzntPCJMJqZ9P9ctf-Qz_oeA 357
chinstrap/core/sources/tests/samplecontractPytest.py sha256=tVG-FbDGtZgEnHZ__ng3kM_jNUjW5gCBCl1_fHoyzpg 1041
chinstrap/helpers/__init__.py sha256=OQWdmyTEZlKVfVzEwbmNA21gn1-F8iPFswp9_mpP4rQ 15974
chinstrap/helpers/container.py sha256=eDJZspJqhvWL1mxXWSyrn8PwUw0PNu2lld-UJqJPXCY 3750
chinstrap/languages/__init__.py sha256=sJbPeHc4pPC-0FAQHVTse_tuN8ytW30abV0Q78iOu6o 229
chinstrap/languages/ligo.py sha256=lcNiieVVwKGlEjl5ClUvKYteZJNZOgnebxNXg4J4xaU 10008
chinstrap/languages/smartpy.py sha256=dK6yOLq5Uw6OFXHDDDBQR_lJ9m6z0jyKs7gL1b0oFVE 11017
chinstrap/originations/__init__.py sha256=cNhjMMDEi1xt3Pr2M0RfNGSF4-iGBl6vosFIiEfAcGo 8648
chinstrap/repl/__init__.py sha256=sHR5UNldmTYDdEWFYjwBVaBFRfPkF-R41oqvMBM933Y 6289
chinstrap/repl/repl.py sha256=Exj1gREedJDfZ3Vzy7iYmPkbjEs1ETsfcm3C1_W_63I 3592
chinstrap/sandbox/__init__.py sha256=QoKoqLJg9fqDnAk7NWH1J9bL2ZcJT5gptCqqBiixUE8 9395
chinstrap/tests/__init__.py sha256=FGpGymSNqSy8SlSbF4WMV3sRU_ZrNDY9yEDiEY9A4Qs 2561
chinstrap-1.1.6.data/scripts/chinstrap sha256=BNOnyMOqgZpeO8mikY7T8bj-vs6yZbimfdyVxeuTBa0 220
chinstrap-1.1.6.dist-info/LICENSE sha256=aa9x7XZT5BVF1qkWRU7NJRWXfzKhzY-uWbA0DEyDVuw 1069
chinstrap-1.1.6.dist-info/METADATA sha256=50KQm6jvz8LXqdY3tVvCcF3pmk7gov0-yzjpbm6_jDU 8871
chinstrap-1.1.6.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
chinstrap-1.1.6.dist-info/top_level.txt sha256=Q6dhG8lV54EOyUt6ODrHQPQd0mw_QVyFmspu8HppX1Q 10
chinstrap-1.1.6.dist-info/RECORD

top_level.txt

chinstrap