On many Unix-based operating systems, rsync is a command line tool for transferring and synchronizing files on a computer, either between storage attached directly to the computer or between another computer located elsewhere on a network. The rsync command line tool has long been included on macOS, but Apple has provided the last version of…
It's true!
# /usr/bin/rsync --version
openrsync: protocol version 29
rsync version 2.6.9 compatible
This lesson plan on Python packaging is excellent! It's by the author of Level Up Your Python.
PyPI now supports marking projects as archived. Project owners can now archive their project to let users know that the project is not expected to receive any more updates. Project archival is a single piece in a larger supply-chain security puzzle: by exposing archival statuses, PyPI enables downstream consumers to make more…
✨ Huzzah! This is very welcome news indeed!
Produce Debian packages from Python packages.
A personal list of great free software that I use in my daily life
Semantic Versioning spec and website
Don’t let your friends dump git logs into changelogs.