File: index.rst

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (69 lines) | stat: -rw-r--r-- 1,737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
=========
Briefcase
=========

Briefcase is a tool for converting a Python project into a standalone
native application. It supports producing binaries for:

* macOS, as a standalone .app
* Windows, as an MSI installer
* Linux, as a native system package
* iOS, as an Xcode project
* Android, as a Gradle project
* the Web, as a static web site using PyScript for client-side Python

It is also extensible, allowing for additional platforms and installation
formats to be produced.

Table of contents
=================

:ref:`Tutorial <tutorial>`
--------------------------

Get started with a hands-on introduction for beginners.

:ref:`How-to guides <how-to>`
-----------------------------

Guides and recipes for common problems and tasks, including how to contribute.

:ref:`Topic guides <topics>`
----------------------------

Deeper explorations of concepts and issues related to Briefcase usage.

:ref:`Reference <reference>`
----------------------------

Technical reference - commands, modules, classes, methods.

:ref:`About Briefcase <about>`
------------------------------

Frequently Asked Questions, success stories, and other details about Briefcase as a project.

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>`__

.. _BeeWare suite: https://beeware.org
.. _Read The Docs: https://briefcase.readthedocs.io

.. toctree::
   :maxdepth: 2
   :hidden:
   :titlesonly:

   tutorial/index
   how-to/index
   topics/index
   reference/index
   about/index