briefcase


Namebriefcase JSON
Version 0.3.17 PyPI version JSON
download
home_page
SummaryTools to support converting a Python project into a standalone native application.
upload_time2024-02-06 06:06:25
maintainer
docs_urlNone
author
requires_python>=3.8
licenseNew BSD
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.
            .. image:: https://beeware.org/project/projects/tools/briefcase/briefcase.png
   :width: 72px
   :target: https://beeware.org/briefcase

Briefcase
=========

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

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

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

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

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

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

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.

If you want to see Briefcase in action, try the `BeeWare tutorial
<https://beeware.readthedocs.io>`__. That 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": "",
    "name": "briefcase",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "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": "",
    "author_email": "Russell Keith-Magee <russell@keith-magee.com>",
    "download_url": "https://files.pythonhosted.org/packages/29/50/3a0d4b7d26802518d3570bb3eb91c365c2b269405fdc58131e0f7bb9d1fe/briefcase-0.3.17.tar.gz",
    "platform": null,
    "description": ".. image:: https://beeware.org/project/projects/tools/briefcase/briefcase.png\n   :width: 72px\n   :target: https://beeware.org/briefcase\n\nBriefcase\n=========\n\n.. image:: https://img.shields.io/pypi/pyversions/briefcase.svg\n   :target: https://pypi.python.org/pypi/briefcase\n   :alt: Python Versions\n\n.. image:: https://img.shields.io/pypi/v/briefcase.svg\n   :target: https://pypi.python.org/pypi/briefcase\n   :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/status/briefcase.svg\n   :target: https://pypi.python.org/pypi/briefcase\n   :alt: Maturity\n\n.. 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.. 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.. 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\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\nIf you want to see Briefcase in action, try the `BeeWare tutorial\n<https://beeware.readthedocs.io>`__. That tutorial walks you through the\nprocess of creating and 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.17",
    "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": "ebd2035fc0dc9a355c6b8daf6691b0416891f2b08efec9e28ab3efebcaa16e29",
                "md5": "6710ecd5645e4a8a2c3331eea6494b3e",
                "sha256": "85d4a86468389581880894f541e9fecef720f36df19e0ed25cdabd805fcb57c1"
            },
            "downloads": -1,
            "filename": "briefcase-0.3.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6710ecd5645e4a8a2c3331eea6494b3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 209894,
            "upload_time": "2024-02-06T06:06:22",
            "upload_time_iso_8601": "2024-02-06T06:06:22.572918Z",
            "url": "https://files.pythonhosted.org/packages/eb/d2/035fc0dc9a355c6b8daf6691b0416891f2b08efec9e28ab3efebcaa16e29/briefcase-0.3.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29503a0d4b7d26802518d3570bb3eb91c365c2b269405fdc58131e0f7bb9d1fe",
                "md5": "02d6358daceea853f3606bd65611cb14",
                "sha256": "0c3a9204acfa513929e347082e60504b7f8a6b8a39e5090564830fb8984cc7b0"
            },
            "downloads": -1,
            "filename": "briefcase-0.3.17.tar.gz",
            "has_sig": false,
            "md5_digest": "02d6358daceea853f3606bd65611cb14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2413707,
            "upload_time": "2024-02-06T06:06:25",
            "upload_time_iso_8601": "2024-02-06T06:06:25.118775Z",
            "url": "https://files.pythonhosted.org/packages/29/50/3a0d4b7d26802518d3570bb3eb91c365c2b269405fdc58131e0f7bb9d1fe/briefcase-0.3.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 06:06:25",
    "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.18950s