Metadata-Version: 2.1
Name: terrarium_assembler
Version: 1.3.1
Summary: Generate Portable Linux Applications, just portable folders
Home-page: https://github.com/belonesox/terrarium_assembler
Author: Stas Fomin
Author-email: stas-fomin@yandex.ru
License: MIT license
Keywords: terrarium_assembler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
License-File: LICENSE

===================
terrarium-assembler
===================


.. image:: https://img.shields.io/pypi/v/terrarium_assembler.svg
        :target: https://pypi.python.org/pypi/terrarium_assembler

.. image:: https://img.shields.io/travis/belonesox/terrarium_assembler.svg
        :target: https://travis-ci.com/belonesox/terrarium_assembler

.. image:: https://readthedocs.org/projects/terrarium-assembler/badge/?version=latest
        :target: https://terrarium-assembler.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Generate Portable Linux Applications, 
mostly using python packages and any system package,
that can be run on any Linux,
without Docker, Snap, Flathub, etc.

Just portable folder.


* Free software: MIT license
* Documentation: https://terrarium-assembler.readthedocs.io.


Features
--------

* TODO

Credits
-------



=======
History
=======

0.1.5 (2020-08-11)
------------------
* Adapt to new interface in "magic"
* Don't touch tmpfs to save memory to nuitka compilation
* --stage-pack-me


0.1.0 (2020-07-31)
------------------

* First release on PyPI.
* Actually couple of months testing in intranet.


