Skip to content

Releases: Parquery/temppathlib

temppathlib 1.2.0

Choose a tag to compare

@mristin mristin released this 17 Mar 06:11
65889e6
  • Revisited the supported Python versions up to 3.10 (#13)
  • Supported prefix and suffix in TmpDirIfNecessary (#12)

temppathlib 1.1.0

Choose a tag to compare

@mristin mristin released this 23 Jan 12:59
21fd2b9
  • Wrapped tempfile.gettempdir (#7)

temppathlib 1.0.4

Choose a tag to compare

@mristin mristin released this 13 Oct 21:05
c2e4092
  • 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

Choose a tag to compare

@mristin mristin released this 03 Aug 12:38
  • Moved from bitbucket to github
  • Moved the temppathlib.py to temppathlib/init.py to facilitate usage with site packages and mypy