Metadata-Version: 1.1
Name: packthing
Version: 1.1.2
Summary: Write once, package everywhere
Home-page: https://github.com/lamestation/packthing
Author: LameStation
Author-email: contact@lamestation.com
License: GPLv3
Description: .. figure:: gfx/packthing-logo.png
           :alt: image
        
        .. image:: https://img.shields.io/github/workflow/status/lamestation/packthing/build
           :target: https://github.com/lamestation/packthing/actions
           :alt: Build status
        
        .. image:: https://img.shields.io/pypi/v/packthing
           :target: https://pypi.org/project/packthing
           :alt: PyPI package
        
        .. image:: https://img.shields.io/pypi/pyversions/packthing
           :target: https://pypi.org/project/packthing
           :alt: PyPI - Python version
        
        .. image:: https://pepy.tech/badge/packthing
           :target: https://pepy.tech/project/packthing
           :alt: Downloads
        
        .. image:: https://img.shields.io/pypi/l/packthing?color=blueviolet
           :target: https://github.com/lamestation/packthing/blob/master/LICENSE
           :alt: License
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000
           :target: https://github.com/psf/black
           :alt: Code style: black
        
        **packthing** is a high-level integration tool that makes packaging and
        distributing your application simple.
        
        - **One project, many formats** - quickly produce a versioned distribution for
          any project type that’s supported.
        
        - **Configuration is simple** - prepare your project for deployment in just a
          few steps.
        
        - **Not an expert? Not a problem** - save yourself hundreds of hours learning
          operating system details; get it done and get on with your life.
        
        Installation
        ============
        
        packthing is installable via ``pip``::
        
              pip install --user packthing
        
        ``pipenv`` is used for local development::
        
              pipenv install --dev
              pip install --editable .
        
        Usage
        =====
        
        View the non-existent documentation.
        
        Contact
        =======
        
        Submit bug reports, suggest features, and view the source on `GitHub
        <https://github.com/lamestation/packthing>`_.
        
Keywords: packaging qt qmake building distribution
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: Utilities
