pmalessa / TimeSwipe.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build soure distribution

python3 setup.py sdist

Upload source distribution

python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Install on target

sudo pip3 install --upgrade pip
sudo pip3 install --upgrade cmake_setuptools
sudo pip3 install -i https://test.pypi.org/simple/ --upgrade timeswipe1

Documentation:

pydoc3 timeswipe

Test:

sudo python3 test.py

Cross-Compilation

maybe not possible currently? https://bugs.python.org/issue28266

About

License:Other


Languages

Language:C++ 72.3%Language:Python 18.7%Language:CMake 9.0%