Skip to content

Releases: feenes/mytb

v0.1.3

26 Sep 09:09
e35eea0
Compare
Choose a tag to compare

v0.1.3

  • Some fixes for py3.8+ versions (tzlocal.ZoneInfo.localize + yaml.load Loader parameter)
  • Move project topyproject.toml + poetry

add features for future project mhflt

06 Mar 21:10
fb15e49
Compare
Choose a tag to compare
  • stop python 3.5 compativility (so far only mytb.modules needs >=3.6)
  • add github workflow for flake ind pytest
  • add mod file.find with file_find_tuple and file_find
  • add mod file.suffix_file.SuffixFile (not fully implemented)
  • add mod importlib with import_obj, import_if_mod_exists
  • add mod modules with get_modules and mk_modname
  • add mod objects with AnyObj and VersionObject
  • add mod parse with parse_paramstr
  • add mod pickle with robust_unpickler and unpickle_robust (not fully implemented)
  • enhance mod string with strip_accents
  • cleanup/fix requirements and setup dependencies
  • minor enhancements to README.md

first py3 only release

04 Mar 17:19
19180ce
Compare
Choose a tag to compare
  • support only python versions > 3.5
  • remove code that ensured py2 backwards compatibility
  • fixed suffix extraction of log config
  • new function mytb.logging.config.setupLogging

v0.0.15

29 Dec 22:16
Compare
Choose a tag to compare
* minor update for argparse + logging config
* fix for robust_makedirs()
* first shot at code owners

v0.0.13

20 Sep 11:51
Compare
Choose a tag to compare
  • new mytb.aio.compat for bw compatibility layer for asyncio

v0.0.12 requirements fix for py2

19 Sep 09:41
56a4920
Compare
Choose a tag to compare
  • limit version of minibelt for py2.

add logcfg + ipython + split requirements

17 Sep 13:07
8cac297
Compare
Choose a tag to compare
  • limit pytest version for py2
  • add mytb.ipython to instantiate an interactive shell from an executable
  • add a basic console log config (w timestamp name and pids)
  • setup has now extra requirement for more granular installs

v0.0.10

08 Jul 22:48
Compare
Choose a tag to compare

changelogs + mytb.cli

10 May 23:23
Compare
Choose a tag to compare

add changelog + better mytb.cli

add funcs to get RSS

12 Feb 15:14
Compare
Choose a tag to compare

allows to get amount of consumed RAM