.. |logo| image:: https://beeware.org/project/projects/tools/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.
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:
* `@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`_.
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: https://beeware.org
.. _Read The Docs: https://briefcase.readthedocs.io
.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/
.. _log them on Github: https://github.com/beeware/briefcase/issues
.. _fork the code: https://github.com/beeware/briefcase
.. _submit a pull request: https://github.com/beeware/briefcase/pulls
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/bb/f0/3d3439d1546482a737aa5e6f9346afd656595752df825e63a1bd657dce38/briefcase-0.3.22.tar.gz",
"platform": null,
"description": ".. |logo| image:: https://beeware.org/project/projects/tools/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\nDocumentation\n-------------\n\nDocumentation for Briefcase can be found on `Read The Docs`_.\n\nCommunity\n---------\n\nBriefcase is part of the `BeeWare suite`_. You can talk to the community 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\n`BeeWare Community Code of Conduct`_.\n\nContributing\n------------\n\nIf you experience problems with Briefcase, `log them on GitHub`_. If you\nwant to contribute code, please `fork the code`_ and `submit a pull request`_.\n\n.. _BeeWare suite: https://beeware.org\n.. _Read The Docs: https://briefcase.readthedocs.io\n.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/\n.. _log them on Github: https://github.com/beeware/briefcase/issues\n.. _fork the code: https://github.com/beeware/briefcase\n.. _submit a pull request: https://github.com/beeware/briefcase/pulls\n",
"bugtrack_url": null,
"license": "New BSD",
"summary": "Tools to support converting a Python project into a standalone native application.",
"version": "0.3.22",
"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": "9984da24a9f68ed912c8b2a0f47c14a29cfa6cf3ff62dd5e1c415dda6fff00fc",
"md5": "2e47d0aa5a9c031bef58daa86d1c05ba",
"sha256": "0052221b91bb9da18e094c8f15d7d079129eaddc70dd0fefde24f35ba698b12c"
},
"downloads": -1,
"filename": "briefcase-0.3.22-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2e47d0aa5a9c031bef58daa86d1c05ba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 239704,
"upload_time": "2025-02-07T01:36:30",
"upload_time_iso_8601": "2025-02-07T01:36:30.755478Z",
"url": "https://files.pythonhosted.org/packages/99/84/da24a9f68ed912c8b2a0f47c14a29cfa6cf3ff62dd5e1c415dda6fff00fc/briefcase-0.3.22-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bbf03d3439d1546482a737aa5e6f9346afd656595752df825e63a1bd657dce38",
"md5": "d7cce17b16f724b1b6b1f822e21ef303",
"sha256": "e8f8ffbab95def41273e48a58380497330e8903f2463f7179111e686a40cf29a"
},
"downloads": -1,
"filename": "briefcase-0.3.22.tar.gz",
"has_sig": false,
"md5_digest": "d7cce17b16f724b1b6b1f822e21ef303",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2504264,
"upload_time": "2025-02-07T01:36:32",
"upload_time_iso_8601": "2025-02-07T01:36:32.901255Z",
"url": "https://files.pythonhosted.org/packages/bb/f0/3d3439d1546482a737aa5e6f9346afd656595752df825e63a1bd657dce38/briefcase-0.3.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-07 01:36:32",
"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"
}