Metadata-Version: 2.0
Name: beeware
Version: 0.0.0
Summary: UNKNOWN
Home-page: http://pybee.org/
Author: Russell Keith-Magee
Author-email: russell@keith-magee.com
License: New BSD
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities

.. image:: http://pybee.org/static/images/defaultlogo.png
    :width: 72px
    :target: https://pybee.org/

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 it, run::

    > pip install beeware

Then -- To start a new project:

    > beeware start

To build a project for iOS:

    > beeware build ios

To run a project on the iOS simulator (this will also do a build):

    > beeware run ios


Community
---------

You can talk to the BeeWare community through:

* `@pybeeware on Twitter`_

* 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`_.

.. _BeeWare suite: http://pybee.org
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _pybee/general: https://gitter.im/pybee/general
.. _BeeWare Community Code of Conduct: http://pybee.org/community/behavior/
.. _log them on Github: https://github.com/pybee/beeware/issues
.. _fork the code: https://github.com/pybee/beeware
.. _submit a pull request: https://github.com/pybee/beeware/pulls


