Metadata-Version: 2.4
Name: briefcase
Version: 0.3.25
Summary: Tools to support converting a Python project into a standalone native application.
Author-email: Russell Keith-Magee <russell@keith-magee.com>
Maintainer-email: BeeWare Team <team@beeware.org>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://beeware.org/briefcase
Project-URL: Funding, https://beeware.org/contributing/membership/
Project-URL: Documentation, https://briefcase.readthedocs.io/en/latest/
Project-URL: Tracker, https://github.com/beeware/briefcase/issues
Project-URL: Source, https://github.com/beeware/briefcase
Keywords: app,packaging,installer,macOS,iOS,android,mobile,windows,linux,flatpak,appimage,deb,rpm,pkg,tvOS,watch,watchOS,wearos,web,pyscript,pyodide
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging>=24.2
Requires-Dist: pip>=24.3
Requires-Dist: setuptools>=60
Requires-Dist: wheel>=0.37
Requires-Dist: build>=0.10
Requires-Dist: truststore>=0.10.1
Requires-Dist: cookiecutter<3.0,>=2.6.0
Requires-Dist: dmgbuild<2.0,>=1.6.4; sys_platform == "darwin"
Requires-Dist: GitPython<4.0,>=3.1
Requires-Dist: platformdirs<5.0,>=2.6
Requires-Dist: psutil<8.0,>=5.9
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: httpx<1.0,>=0.20
Requires-Dist: rich<15.0,>=12.6
Requires-Dist: tomli<3.0,>=2.0; python_version <= "3.10"
Requires-Dist: tomli_w<2.0,>=1.0
Provides-Extra: dev
Requires-Dist: coverage-conditional-plugin==0.9.0; extra == "dev"
Requires-Dist: coverage[toml]==7.10.5; extra == "dev"
Requires-Dist: httpx-retries==0.4.1; extra == "dev"
Requires-Dist: pre-commit==4.3.0; extra == "dev"
Requires-Dist: pytest-xdist==3.8.0; extra == "dev"
Requires-Dist: pytest==8.4.1; extra == "dev"
Requires-Dist: setuptools_scm==9.2.0; extra == "dev"
Requires-Dist: tox==4.28.4; extra == "dev"
Provides-Extra: docs
Requires-Dist: furo==2025.7.19; extra == "docs"
Requires-Dist: pyenchant==3.2.2; extra == "docs"
Requires-Dist: sphinx-autobuild==2024.10.3; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Requires-Dist: sphinx==8.2.3; extra == "docs"
Requires-Dist: sphinx_tabs==3.4.7; extra == "docs"
Requires-Dist: sphinxcontrib-spelling==8.0.1; extra == "docs"
Dynamic: license-file

[<img src="https://beeware.org/project/briefcase/briefcase.png" width="72" alt="logo" />](https://beeware.org/briefcase)

# Briefcase

[![Python Versions](https://img.shields.io/pypi/pyversions/briefcase.svg)](https://pypi.python.org/pypi/briefcase)
[![PyPI Version](https://img.shields.io/pypi/v/briefcase.svg)](https://pypi.python.org/pypi/briefcase)
[![Maturity](https://img.shields.io/pypi/status/briefcase.svg)](https://pypi.python.org/pypi/briefcase)
[![BSD License](https://img.shields.io/pypi/l/briefcase.svg)](https://github.com/beeware/briefcase/blob/main/LICENSE)
[![Build Status](https://github.com/beeware/briefcase/workflows/CI/badge.svg?branch=main)](https://github.com/beeware/briefcase/actions)
[![Discord server](https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic)](https://beeware.org/bee/chat/)

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:

[![Anaconda logo](https://beeware.org/community/members/anaconda/anaconda-large.png)](https://anaconda.com/)

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.
