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
- Host: GitHub
- URL: https://github.com/lamestation/packthing
- Owner: lamestation
- License: gpl-3.0
- Created: 2015-02-08T20:50:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:50:49.000Z (over 3 years ago)
- Last Synced: 2025-02-02T00:23:58.383Z (over 1 year ago)
- Topics: freepascal, packaging-tool, python, qt5
- Language: Python
- Homepage:
- Size: 549 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
`_.