Compile, build, and deploy Ubuntu Touch click packages all from the command line.
Project description
Clickable
Compile, build, deploy an debug Ubuntu Touch click packages all from the command line.
Docs
Code Editor Integrations
Start QtCreator shipped by Clickable in a project folder via clickable ide
.
Development
Please base any development on the branch dev
and file merge requests against it.
Run Clickable from Repository
You can run Clickable directly from sources via the clickable-dev
script.
Add the --verbose
option for additional output.
It is recommended to add your clickable repo folder to PATH
.
This can be done by adding export PATH="$PATH:$HOME/clickable"
to your .bashrc
.
Replace $HOME/clickable
with your path.
To enable configuration validation either install jsonschema via pip
(pip3 install jsonschema
) or apt (apt install python3-jsonschema
). If you
got Clickable regularly installed, you already have jsonschema, too.
Linting
Clickable uses flake8 and pylint for linting as well as autopep8 for formatting.
Install them using pip3 install flake8 pylint autopep8
.
Run make lint
to lint and make format
to format the source code.
Run the tests
Install the pytest modules: pip3 install pytest pytest-cov
.
Run pytest to complete the tests: make test
.
Related Repositories
License
Copyright (C) 2022 Clickable Team
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
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 clickable_ut-8.2.0.tar.gz
.
File metadata
- Download URL: clickable_ut-8.2.0.tar.gz
- Upload date:
- Size: 161.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac9d2481b37942033b1c6dbf90516099b5c4968068ea91fa1c65503c76930c5e |
|
MD5 | 8fb0ca56062b2510a275e2b50f336635 |
|
BLAKE2b-256 | 87a65731dbfaba8e8e72439dc75de97933413e898fc49f611ddc1ba09e0b4944 |
File details
Details for the file clickable_ut-8.2.0-py3-none-any.whl
.
File metadata
- Download URL: clickable_ut-8.2.0-py3-none-any.whl
- Upload date:
- Size: 141.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd817a69c3c58bffcae56e547a8786575552f4e0d50d592bf78349369a0ee1e0 |
|
MD5 | 146605880544ed5ce165bcce544e1c8f |
|
BLAKE2b-256 | 1e67eda239e49fe575e99b9cfee83c2bebef8dd27a859363efe70973156b3182 |