No project description provided
Project description
BeeWare
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:
The pybee/general channel on Gitter.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file beeware-0.1.0.tar.gz
.
File metadata
- Download URL: beeware-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c97002ca34f35a6d8785bef0e16287f95d454fa0c7906bdd57e30f0d180fc7d |
|
MD5 | a89db36b01c1d1e4f89189b816551346 |
|
BLAKE2b-256 | 44d8790be711fcb8dff8fa351d6307fa436e60a99f4efe5a29c23f245172abbe |
File details
Details for the file beeware-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: beeware-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 684b1ec5bc9359c95ccf54470baa07b04bda9c480e8d9c34bd3e5459243f2c56 |
|
MD5 | 199936cf862342396dda2f45dde4df15 |
|
BLAKE2b-256 | fe2e43b5c708f755991814e3c2c02dce83cb54d3c8a3ffd04e1034599631555a |