PFython / cleverdict

A JSON-friendly data structure which allows both object attributes and dictionary keys and values to be used simultaneously and interchangeably.
MIT License
101 stars 9 forks source link

Remove dependency on Click #15

Closed PFython closed 3 years ago

PFython commented 3 years ago

Click is used by CleverDict solely for the purpose of locating the best (operating system specific) folder to save the autosave JSON files.

If it were possible to replicate this function (only) in CleverDict itself, it would make CleverDict completely dependency-free again.

PFython commented 3 years ago

Fixed in Version 1.8rc1:

pip install -i https://test.pypi.org/simple/ cleverdict==1.8rc1