Metadata-Version: 1.1
Name: karton
Version: 0.1.1
Summary: Run Linux programs on macOS, a different Linux distro, or a different architecture
Home-page: https://github.com/karton/karton
Author: Marco Barisione
Author-email: marco@barisione.org
License: LPGL 2.1 or later
Download-URL: https://github.com/karton/karton
Description: Karton is a tool which can transparently run Linux programs on macOS,
        a different Linux distro, or a different architecture.
        To do this, you just need to tell Karton which distro to use, which
        packages to install, and which directories to make accessible. This is
        called an image.
        
        Then you can run your commands inside the image just by adding
        "karton run image-name" in front of your commands.
        
        Underneath, Karton uses Docker to allow running programs and manage
        semi-persistent containers.
Platform: Linux
Platform: macOS
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
