d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.08k stars 61 forks source link

Use Click v8 #131

Closed AmeerTaweel closed 2 years ago

AmeerTaweel commented 2 years ago

I'm the maintainer of the lookatme package on nixpkgs. The nixpkgs team is getting rid of Python 2, and they informed me that lookatme uses Click v7, which uses Python 2. I want to start working on updating lookatme to use Click v8, which is beneficial for lookatme users in general, not just the users on Nix.

I want to get approval before I start working on this.

Kranzes commented 2 years ago

In addition to that, it would also be nice if lookatme will be updated to use the latest PyYAML.