Skip to content

Releases: Parquery/temppathlib

temppathlib 1.2.0

17 Mar 06:11
65889e6

Choose a tag to compare

  • Revisited the supported Python versions up to 3.10 (#13)
  • Supported prefix and suffix in TmpDirIfNecessary (#12)

temppathlib 1.1.0

23 Jan 12:59
21fd2b9

Choose a tag to compare

  • Wrapped tempfile.gettempdir (#7)

temppathlib 1.0.4

13 Oct 21:05
c2e4092

Choose a tag to compare

  • Added support for Python 3.6, 3.7 and 3.8
  • Made path a getter so that the return type is non-None

temppathlib 1.0.2

03 Aug 12:38

Choose a tag to compare

  • Moved from bitbucket to github
  • Moved the temppathlib.py to temppathlib/init.py to facilitate usage with site packages and mypy