Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackebrot/cookiecutter-kivy
:video_game: Minimal Cookiecutter for Python Kivy Apps
https://github.com/hackebrot/cookiecutter-kivy
cookiecutter-template kivy python
Last synced: 4 months ago
JSON representation
:video_game: Minimal Cookiecutter for Python Kivy Apps
- Host: GitHub
- URL: https://github.com/hackebrot/cookiecutter-kivy
- Owner: hackebrot
- License: mit
- Archived: true
- Created: 2014-04-19T11:02:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T08:57:33.000Z (over 3 years ago)
- Last Synced: 2024-09-21T11:33:05.986Z (4 months ago)
- Topics: cookiecutter-template, kivy, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 31
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
cookiecutter-kivy
=================**Please note that this project is no longer actively maintained.** 🚧
Basic `Cookiecutter`_ template for NUI applications built upon the `Kivy`_ python-framework.
For a feature-rich `Kivy`_ app template please check out `Cookiedozer`_.
Features
--------* `MIT license`_ file
* Customized README
* Python gitignoreUsage
-----Create a new app via::
cookiecutter https://github.com/hackebrot/cookiecutter-kivy.git
Get started easily
~~~~~~~~~~~~~~~~~~Launch the newly created app via::
cd project_directory
python main.pyTestsuite included
~~~~~~~~~~~~~~~~~~Run its tests either with Python 3::
cd project_directory
python -m unittest discoverOr with `nose`_::
cd project_directory
nosetestsOr with `py.test`_::
cd project_directory
py.testDeployment-ready
~~~~~~~~~~~~~~~~The app is ready for deployment to `Kivy Launcher`_ on Android.
License
-------Distributed under the terms of the `MIT license`_, cookiecutter-kivy is free and open source software
Issues
------Report bugs at https://github.com/hackebrot/cookiecutter-kivy/issues.
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
.. _`Cookiedozer`: https://github.com/hackebrot/cookiedozer
.. _`Kivy Launcher`: http://kivy.org/docs/guide/packaging-android.html#packaging-your-application-for-the-kivy-launcher
.. _`Kivy`: https://github.com/kivy/kivy
.. _`MIT License`: http://opensource.org/licenses/MIT
.. _`nose`: https://github.com/nose-devs/nose/
.. _`py.test`: http://pytest.org/latest/