Metadata-Version: 2.1
Name: pyuninstaller
Version: 0.0.1
Summary: Decompile what pyinstaller creates.
Home-page: https://github.com/supakeen/pyuninstaller
License: MIT
Keywords: pastebin
Author: supakeen
Author-email: cmdr@supakeen.com
Requires-Python: >=3.6,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: pyinstaller (>=3.6,<4.0)
Requires-Dist: uncompyle6 (>=3.6.6,<4.0.0)
Project-URL: Repository, https://github.com/supakeen/pyuninstaller
Description-Content-Type: text/x-rst

pyuninstaller
#############

.. image:: https://travis-ci.org/supakeen/pyuninstaller.svg?branch=master
    :target: https://travis-ci.org/supakeen/pyuninstaller

.. image:: https://readthedocs.org/projects/pyuninstaller/badge/?version=latest
    :target: https://pyuninstaller.readthedocs.io/en/latest/

.. image:: https://pyuninstaller.readthedocs.io/en/latest/_static/license.svg
    :target: https://github.com/supakeen/pyuninstaller/blob/master/LICENSE

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black

.. image:: https://img.shields.io/pypi/v/pyuninstaller
    :target: https://pypi.org/project/pyuninstaller

.. image:: https://codecov.io/gh/supakeen/pyuninstaller/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/supakeen/pyuninstaller

About
=====

``pyuninstaller`` is Python pastebin software that tried to keep it simple but got
a little more complex.

Prerequisites
=============
* Python >= 3.6
* click
* pyinstaller
* uncompyle6

