briefcase


Namebriefcase JSON
Version 0.3.24 PyPI version JSON
download
home_pageNone
SummaryTools to support converting a Python project into a standalone native application.
upload_time2025-07-10 08:50:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords app packaging installer macos ios android mobile windows linux flatpak appimage deb rpm pkg tvos watch watchos wearos web pyscript pyodide
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. |logo| image:: https://beeware.org/project/briefcase/briefcase.png
   :width: 72px
   :target: https://beeware.org/briefcase

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/briefcase.svg
   :target: https://pypi.python.org/pypi/briefcase
   :alt: Python Versions

.. |version| image:: https://img.shields.io/pypi/v/briefcase.svg
   :target: https://pypi.python.org/pypi/briefcase
   :alt: PyPI Version

.. |maturity| image:: https://img.shields.io/pypi/status/briefcase.svg
   :target: https://pypi.python.org/pypi/briefcase
   :alt: Maturity

.. |license| image:: https://img.shields.io/pypi/l/briefcase.svg
   :target: https://github.com/beeware/briefcase/blob/main/LICENSE
   :alt: BSD License

.. |ci| image:: https://github.com/beeware/briefcase/workflows/CI/badge.svg?branch=main
   :target: https://github.com/beeware/briefcase/actions
   :alt: Build Status

.. |social| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
   :target: https://beeware.org/bee/chat/
   :alt: Discord server

|logo|

Briefcase
=========

|pyversions| |version| |maturity| |license| |ci| |social|

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
* Web

Support for AppleTV, watchOS, and wearOS deployments is planned.

Getting started
---------------

To install Briefcase, run::

   $ python -m pip install briefcase

If you would like a full introduction to using Briefcase, try the `BeeWare tutorial
<https://docs.beeware.org>`__. This tutorial walks you through the process of creating
and packaging a new application with Briefcase.

Financial support
-----------------

The BeeWare project would not be possible without the generous support of our financial
members:

.. image:: https://beeware.org/community/members/anaconda/anaconda-large.png
    :target: https://anaconda.com/
    :alt: Anaconda logo

Anaconda Inc. - Advancing AI through open source.

Plus individual contributions from `users like you
<https://beeware.org/community/members/>`__. If you find Briefcase, or other BeeWare
tools useful, please consider becoming a financial member.

Documentation
-------------

Documentation for Briefcase can be found on `Read The Docs
<https://briefcase.readthedocs.io>`__.

Community
---------

Briefcase is part of the `BeeWare suite <https://beeware.org>`__. You can talk to the
community through:

* `@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>`__

* `Discord <https://beeware.org/bee/chat/>`__

* The Briefcase `GitHub Discussions forum <https://github.com/beeware/briefcase/discussions>`__

We foster a welcoming and respectful community as described in our `BeeWare Community
Code of Conduct <https://beeware.org/community/behavior/>`__.

Contributing
------------

If you experience problems with Briefcase, `log them on GitHub
<https://github.com/beeware/briefcase/issues>`__.

If you'd like to contribute to Briefcase development, our `contribution guide
<https://briefcase.readthedocs.io/en/latest/how-to/contribute/index.html>`__
details how to set up a development environment, and other requirements we have
as part of our contribution process.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "briefcase",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "BeeWare Team <team@beeware.org>",
    "keywords": "app, packaging, installer, macOS, iOS, android, mobile, windows, linux, flatpak, appimage, deb, rpm, pkg, tvOS, watch, watchOS, wearos, web, pyscript, pyodide",
    "author": null,
    "author_email": "Russell Keith-Magee <russell@keith-magee.com>",
    "download_url": "https://files.pythonhosted.org/packages/20/0e/70b2df6b9b549e6a76e6658adcc891ab48276846575e578fbf7ea5b498f0/briefcase-0.3.24.tar.gz",
    "platform": null,
    "description": ".. |logo| image:: https://beeware.org/project/briefcase/briefcase.png\n   :width: 72px\n   :target: https://beeware.org/briefcase\n\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/briefcase.svg\n   :target: https://pypi.python.org/pypi/briefcase\n   :alt: Python Versions\n\n.. |version| image:: https://img.shields.io/pypi/v/briefcase.svg\n   :target: https://pypi.python.org/pypi/briefcase\n   :alt: PyPI Version\n\n.. |maturity| image:: https://img.shields.io/pypi/status/briefcase.svg\n   :target: https://pypi.python.org/pypi/briefcase\n   :alt: Maturity\n\n.. |license| image:: https://img.shields.io/pypi/l/briefcase.svg\n   :target: https://github.com/beeware/briefcase/blob/main/LICENSE\n   :alt: BSD License\n\n.. |ci| image:: https://github.com/beeware/briefcase/workflows/CI/badge.svg?branch=main\n   :target: https://github.com/beeware/briefcase/actions\n   :alt: Build Status\n\n.. |social| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic\n   :target: https://beeware.org/bee/chat/\n   :alt: Discord server\n\n|logo|\n\nBriefcase\n=========\n\n|pyversions| |version| |maturity| |license| |ci| |social|\n\nBriefcase is a tool for converting a Python project into a standalone native\napplication. You can package projects for:\n\n* Mac\n* Windows\n* Linux\n* iPhone/iPad\n* Android\n* Web\n\nSupport for AppleTV, watchOS, and wearOS deployments is planned.\n\nGetting started\n---------------\n\nTo install Briefcase, run::\n\n   $ python -m pip install briefcase\n\nIf you would like a full introduction to using Briefcase, try the `BeeWare tutorial\n<https://docs.beeware.org>`__. This tutorial walks you through the process of creating\nand packaging a new application with Briefcase.\n\nFinancial support\n-----------------\n\nThe BeeWare project would not be possible without the generous support of our financial\nmembers:\n\n.. image:: https://beeware.org/community/members/anaconda/anaconda-large.png\n    :target: https://anaconda.com/\n    :alt: Anaconda logo\n\nAnaconda Inc. - Advancing AI through open source.\n\nPlus individual contributions from `users like you\n<https://beeware.org/community/members/>`__. If you find Briefcase, or other BeeWare\ntools useful, please consider becoming a financial member.\n\nDocumentation\n-------------\n\nDocumentation for Briefcase can be found on `Read The Docs\n<https://briefcase.readthedocs.io>`__.\n\nCommunity\n---------\n\nBriefcase is part of the `BeeWare suite <https://beeware.org>`__. You can talk to the\ncommunity through:\n\n* `@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>`__\n\n* `Discord <https://beeware.org/bee/chat/>`__\n\n* The Briefcase `GitHub Discussions forum <https://github.com/beeware/briefcase/discussions>`__\n\nWe foster a welcoming and respectful community as described in our `BeeWare Community\nCode of Conduct <https://beeware.org/community/behavior/>`__.\n\nContributing\n------------\n\nIf you experience problems with Briefcase, `log them on GitHub\n<https://github.com/beeware/briefcase/issues>`__.\n\nIf you'd like to contribute to Briefcase development, our `contribution guide\n<https://briefcase.readthedocs.io/en/latest/how-to/contribute/index.html>`__\ndetails how to set up a development environment, and other requirements we have\nas part of our contribution process.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools to support converting a Python project into a standalone native application.",
    "version": "0.3.24",
    "project_urls": {
        "Documentation": "https://briefcase.readthedocs.io/en/latest/",
        "Funding": "https://beeware.org/contributing/membership/",
        "Homepage": "https://beeware.org/briefcase",
        "Source": "https://github.com/beeware/briefcase",
        "Tracker": "https://github.com/beeware/briefcase/issues"
    },
    "split_keywords": [
        "app",
        " packaging",
        " installer",
        " macos",
        " ios",
        " android",
        " mobile",
        " windows",
        " linux",
        " flatpak",
        " appimage",
        " deb",
        " rpm",
        " pkg",
        " tvos",
        " watch",
        " watchos",
        " wearos",
        " web",
        " pyscript",
        " pyodide"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7aef9b1cea0a54466a0d75cb0825d1211be353c1f52f02c3ece1973f30fc9406",
                "md5": "b938397ea88cb01e21bedc4c3953604b",
                "sha256": "16948ab5113fd0700e16243ee8875cf5b17f4e3d3378fae194aba5c943333469"
            },
            "downloads": -1,
            "filename": "briefcase-0.3.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b938397ea88cb01e21bedc4c3953604b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 247753,
            "upload_time": "2025-07-10T08:50:15",
            "upload_time_iso_8601": "2025-07-10T08:50:15.498274Z",
            "url": "https://files.pythonhosted.org/packages/7a/ef/9b1cea0a54466a0d75cb0825d1211be353c1f52f02c3ece1973f30fc9406/briefcase-0.3.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "200e70b2df6b9b549e6a76e6658adcc891ab48276846575e578fbf7ea5b498f0",
                "md5": "f40b68c00126f94abd8e1fe3d52ee5a8",
                "sha256": "84d7cebbbad92d6899f8d9793004ac11ea5e60879b9f447d61dfa84751d1ffd2"
            },
            "downloads": -1,
            "filename": "briefcase-0.3.24.tar.gz",
            "has_sig": false,
            "md5_digest": "f40b68c00126f94abd8e1fe3d52ee5a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2548805,
            "upload_time": "2025-07-10T08:50:17",
            "upload_time_iso_8601": "2025-07-10T08:50:17.041232Z",
            "url": "https://files.pythonhosted.org/packages/20/0e/70b2df6b9b549e6a76e6658adcc891ab48276846575e578fbf7ea5b498f0/briefcase-0.3.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 08:50:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "beeware",
    "github_project": "briefcase",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "briefcase"
}
        
Elapsed time: 0.91815s