Commit graph

7 commits

Author SHA1 Message Date
Bernát Gábor
fd064dc08f
Bump dependencies and build tools (#2394)
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-08-04 01:39:15 -07:00
Bernát Gábor
b85542c31c
Drop support of running under Python 2.7 (#2382) 2022-07-25 00:33:42 -07:00
Bernát Gábor
11d922b85f
Bump linters (#1823) 2020-05-12 13:38:39 +01:00
Bernát Gábor
b2185e4a39
Fix Windows Store support (#1725)
* Fix Windows Store support

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-03-17 12:00:31 +00:00
Seungmin Ryu
c3453b6c38
handle application data folder is read only (#1661)
* fixed FileNotFoundError when directory isn't writable (#1640)

 - when using docker, if `user_data_dir()` isn't writable directory,
   `default_data_dir()` use `system temp directory` + `virtualenv`.
   for example, tempdir is `/tmp`, it use `/tmp/virtualenv`

* start making the app-data more explicit and robust

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix Windows

* fix docs

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
2020-02-26 08:17:01 +00:00
Bernát Gábor
77f0dd80a1
expose and document programmatic API (#1592)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-12 13:47:41 +00:00
Bernát Gábor
7a5d03fe15
rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00