Metadata-Version: 2.1
Name: dis-cli
Version: 0.1.1
Summary: A tool to inspect disassembled Python code on the command line.
Home-page: UNKNOWN
Author: Josh Karpel
Author-email: josh.karpel@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=7)
Requires-Dist: rich (>=6)
Provides-Extra: tests
Requires-Dist: pytest (>=6) ; extra == 'tests'

# dis-cli


