Skip to content

Releases: GjjvdBurg/wilderness

Wilderness Release v0.1.10

09 Apr 12:29
v0.1.10
bb27b55
Compare
Choose a tag to compare

Wilderness Release v0.1.10

  • Rename _argparse.py module to argparse_wrappers.py
  • Ensure PyTest doesn't think certain classes are test cases
  • Various code quality fixes (thanks to @kloczek!)

Wilderness Release 0.1.9

13 Jan 21:20
v0.1.9
0763656
Compare
Choose a tag to compare
  • Add MANIFEST.in file to package for more complete packaging (thanks to
    @martin-kokos)

Wilderness Release 0.1.8

31 Aug 21:46
v0.1.8
ecfbae0
Compare
Choose a tag to compare

Version 0.1.8

  • Fix for running unit tests without man-db (GH-5)

Wilderness Release 0.1.7

25 Jun 20:55
v0.1.7
121e71d
Compare
Choose a tag to compare

Version 0.1.7

  • Add option to automatically generate list of commands in Application manpage
  • Fix support for tab indentation in man pages
  • Add helpful errors when description is not of type str
  • Some minor fixes

Wilderness Release 0.1.6

25 Apr 23:03
Compare
Choose a tag to compare

Version 0.1.6

  • Bugfix for application testing
  • Minor fixes for documentation of single-command applications
  • Improve test discovery (GH-2)

Wilderness Release 0.1.5

01 Apr 23:13
Compare
Choose a tag to compare

Version 0.1.5

  • Bugfix for synopsis of commands with mutually exclusive argument groups

Wilderness Release 0.1.4

14 Feb 23:17
Compare
Choose a tag to compare

Version 0.1.4

  • Add support for mutually exclusive argument groups
  • Typos and fixes

Wilderness Release 0.1.3

12 Feb 23:35
Compare
Choose a tag to compare

Wilderness Release 0.1.3

  • Add Tester class to test applications and commands
  • Subclass ArgumentParser to handle exit on error
  • Removed application.get_argument method
  • Several smaller fixes and design improvements

v0.1.2: Wilderness Release 0.1.2

15 Nov 21:29
Compare
Choose a tag to compare
  • Redesign manpage building api
  • Use application help instead of manpage with <app> help

v0.1.1

14 Nov 14:21
Compare
Choose a tag to compare

Wilderness Release 0.1.1

  • Add py.typed file for PEP 561.
  • Update help action for application
  • Minor fixes