Search Criteria
Package Details: pywws 24.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pywws.git (read-only, click to copy) |
---|---|
Package Base: | pywws |
Description: | Python software for USB Wireless WeatherStations |
Upstream URL: | https://github.com/jim-easterbrook/pywws |
Licenses: | GPL |
Submitter: | bjo |
Maintainer: | bjo |
Last Packager: | bjo |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-11 15:26 (UTC) |
Last Updated: | 2024-10-18 08:24 (UTC) |
Dependencies (14)
- python-dateutil
- python-libusb1
- python-tzlocal
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR) (optional) – draws weather data graphs
- python-croniter (optional) – flexible timed tasks
- python-daemonAUR (optional) – runs pywws as a proper UNIX daemon process
- python-paho-mqtt (optional) – sends weather data to an MQTT broker
- python-paramiko (python-paramiko-ngAUR) (optional) – secure website uploading over SFTP
- python-pycryptodome (optional) – secure website uploading over SFTP
- python-requests (optional) – weather service uploading
Latest Comments
MarsSeed commented on 2022-06-27 19:46 (UTC)
Hi,
This should not optdepend on python-pycrypto. That is deprecated since 2013 and insecure.
Instead, it should offer to use python-pycryptodome, which is the continuation fork.
Cheers.