An open API service indexing awesome lists of open source software.

https://github.com/lamestation/packthing

Write once, package everywhere
https://github.com/lamestation/packthing

freepascal packaging-tool python qt5

Last synced: 8 months ago
JSON representation

Write once, package everywhere

Awesome Lists containing this project

README

          

.. 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
=====

For full usage instructions, see the `documentation
`_.

Contact
=======

Submit bug reports, suggest features, and view the source on `GitHub
`_.