Skip to main content

No project description provided

Project description

http://pybee.org/static/images/brutus-270.png

BeeWare

https://img.shields.io/pypi/pyversions/beeware.svg https://img.shields.io/pypi/v/beeware.svg https://img.shields.io/pypi/status/beeware.svg https://img.shields.io/pypi/l/beeware.svg https://badges.gitter.im/pybee/general.svg

BeeWare is a collection of tools and libraries to aid native application development in Python.

This package provides a convenient user interface to drive those tools.

Usage

To install BeeWare, create a new virtual environment:

$ mkdir beeware
$ cd beeware
beeware $ python -m venv venv
beeware $ ./venv/bin/activate

(or, if you’re on Windows):

beeware $ venv\Scripts\activate.bat

Then, install BeeWare in that virtual environment:

(venv) $ pip install beeware

To start a new project, run:

(venv) $ beeware new

This will prompt you for details of your new project, such as the name, description, and license.

Once you’ve added your application code, run:

(venv) $ beeware build ios

from the directory that beeware created to build your application. To run your application:

(venv) $ beeware run ios

You can also target android, macos, windows, linux or django.

This will:

  • Run the app in the simulator for iOS and Android;

  • Start a desktop app on Windows, macOS and Linux; and

  • Start a webserver on port 8000 for Django

Community

You can talk to the BeeWare community through:

We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct.

Contributing

If you experience problems with BeeWare, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beeware-0.1.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

beeware-0.1.1-py2.py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page