Metadata-Version: 1.2
Name: briefcase
Version: 0.2.7
Summary: Tools to support converting a Python project into a standalone native application.
Home-page: http://pybee.org/briefcase
Author: Russell Keith-Magee
Author-email: russell@keith-magee.com
License: New BSD
Description: .. image:: http://pybee.org/project/projects/tools/briefcase/briefcase.png
            :width: 72px
            :target: https://pybee.org/briefcase
        
        Briefcase
        =========
        
        .. image:: https://img.shields.io/pypi/pyversions/briefcase.svg
            :target: https://pypi.python.org/pypi/briefcase
        
        .. image:: https://img.shields.io/pypi/v/briefcase.svg
            :target: https://pypi.python.org/pypi/briefcase
        
        .. image:: https://img.shields.io/pypi/status/briefcase.svg
            :target: https://pypi.python.org/pypi/briefcase
        
        .. image:: https://img.shields.io/pypi/l/briefcase.svg
            :target: https://github.com/pybee/briefcase/blob/master/LICENSE
        
        .. image:: https://beekeeper.beeware.org/projects/pybee/briefcase/shield
            :target: https://beekeeper.beeware.org/projects/pybee/briefcase
        
        .. image:: https://badges.gitter.im/pybee/general.svg
            :target: https://gitter.im/pybee/general
        
        Briefcase is a tool for converting a Python project into a standalone native application. You can package projects for:
        
        * Mac
        * Windows
        * Linux
        * iPhone/iPad
        * Android
        * AppleTV
        * tvOS.
        
        Broadly supports Python 3. Note: exact versions supported vary depending on the platform being targeted.
        
        Start using Briefcase with the `Getting Started`_ guide.
        
        .. _Getting Started: https://briefcase.readthedocs.io/en/latest/background/getting-started.html
        
        Quickstart
        -------------
        
        A quickstart guide can be found at `Quickstart`_.
        
        Documentation
        -------------
        
        Documentation for Briefcase can be found on `Read The Docs`_.
        
        Community
        ---------
        
        Briefcase is part of the `BeeWare suite`_. You can talk to the community through:
        
        * `@pybeeware on Twitter`_
        
        * The `pybee/general`_ channel on Gitter.
        
        We foster a welcoming and respectful community as described in our
        `BeeWare Community Code of Conduct`_.
        
        Contributing
        ------------
        
        If you experience problems with Briefcase, `log them on GitHub`_. If you
        want to contribute code, please `fork the code`_ and `submit a pull request`_.
        
        .. _BeeWare suite: http://pybee.org
        .. _Read The Docs: https://briefcase.readthedocs.io
        .. _Quickstart: https://briefcase.readthedocs.io/en/latest/background/quickstart.html
        .. _@pybeeware on Twitter: https://twitter.com/pybeeware
        .. _pybee/general: https://gitter.im/pybee/general
        .. _BeeWare Community Code of Conduct: http://pybee.org/community/behavior/
        .. _log them on Github: https://github.com/pybee/briefcase/issues
        .. _fork the code: https://github.com/pybee/briefcase
        .. _submit a pull request: https://github.com/pybee/briefcase/pulls
        
Keywords: app,packaging,macOS,iOS,android,tvOS,mobile,windows
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.4
