.. |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/82/cc/0557e839509e44d3f6ae7a8e776b314aa9b3a902e8198a3e0c8a6553325f/briefcase-0.3.20.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.20",
"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": "",
"digests": {
"blake2b_256": "5bd776f13d7dd40258b6ac94907545b09f0ad29b81d93bcfaf48b28c6abad1d9",
"md5": "6139e9062deca02f3a68830b544dc1d6",
"sha256": "a53968a27ebdca1e18112c55c46d43dfa1d668b9b3da4fa21254feb608012403"
},
"downloads": -1,
"filename": "briefcase-0.3.20-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6139e9062deca02f3a68830b544dc1d6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 234494,
"upload_time": "2024-10-15T04:26:03",
"upload_time_iso_8601": "2024-10-15T04:26:03.899313Z",
"url": "https://files.pythonhosted.org/packages/5b/d7/76f13d7dd40258b6ac94907545b09f0ad29b81d93bcfaf48b28c6abad1d9/briefcase-0.3.20-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "82cc0557e839509e44d3f6ae7a8e776b314aa9b3a902e8198a3e0c8a6553325f",
"md5": "11f06c1566ffa30f2ec89c56dccec0c8",
"sha256": "d07aaebd9bdd2a70fb1b24631e2045b18ca95ea76d9b8a031fc9e76b6a23320e"
},
"downloads": -1,
"filename": "briefcase-0.3.20.tar.gz",
"has_sig": false,
"md5_digest": "11f06c1566ffa30f2ec89c56dccec0c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2487387,
"upload_time": "2024-10-15T04:26:05",
"upload_time_iso_8601": "2024-10-15T04:26:05.585283Z",
"url": "https://files.pythonhosted.org/packages/82/cc/0557e839509e44d3f6ae7a8e776b314aa9b3a902e8198a3e0c8a6553325f/briefcase-0.3.20.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 04:26:05",
"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"
}