Gamin (File Alteration Monitor) - Python 3 migration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
690 B

4 years ago
4 years ago
4 years ago
  1. # Gamin, Python 3 migration
  2. > Gamin (File Alteration Monitor) - Python 3 migration
  3. [A patch](code/patch_python3.patch) in this repository adds Python 3 support for [Gamin File Alteration Monitor](https://people.gnome.org/~veillard/gamin/) and migrates from Python 2 to Python 3. It is necessary in modern environments using Gamin software.
  4. Other patch files are hosted on [AUR - Gamin](https://aur.archlinux.org/packages/gamin/).
  5. Gamin source code archive is provided as backup, as well. It can be found on [official Gamin website](https://people.gnome.org/~veillard/gamin/downloads.html).
  6. Necessary files are in `code` subfolder.
  7. ## License
  8. [LGPL3](LICENSE), same as used by Gamin.