Start using packagecloud in minutes
Join thousands of developers using packagecloud to distribute software securely, consistently, and affordably.
README
last updated: Wed 03/07/18 at 09:25:04 AM byquan
Introduction
This repo contains some Python wheel packages, compiled for ARM.
Support:
- Python 3.6.
- BeagleBone board running Debian 9 (armv7l architecture).
Use case
At AgriConnect, we are building a system to monitor & control mushroom farm based on IoT technologies. We use Python3.6 to develop software, running in BeagleBone Black board, to control various devices.
The process of installing softwares to BeagleBone board takes a lot of time, so we built wheel packages for some Python modules, to cut off time for building Python modules from source, and make the preparation faster.
We are happy to share our work result for any other team to use.