Laurent LAPORTE

Results 16 comments of Laurent LAPORTE

Module-level depreciation is currently being developed. Stay tune.

Module-level depreciation is currently being developed. Stay tune.

Parameter-level depreciation is currently being developed. Stay tune.

Hi Alan, Sorry for the late reply. Yes, I agree with adding the typestubs to Deprecated. However, please make sure that this does not lead to regression with Python 2.7...

You should use [PipX](https://pypi.org/project/pipx/) instead of Pipsi. Pipsi project is stopped since [August 2015](https://pypi.org/project/pipsi/#history)…

Hollo jonathansp, I think that: ``` python with lockfile.LockFile(path) as lock: lock_time = os.path.getatime(lock.lock_file) ``` will do the job right.