pywargame 0.4.1__py3-none-any.whl → 0.4.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. pywargame/__init__.py +7 -1
  2. pywargame/common/__init__.py +3 -0
  3. pywargame/common/drawdice.py +12 -3
  4. pywargame/common/test.py +2 -2
  5. pywargame/cyberboard/gbxext.py +13 -9
  6. pywargame/cyberboard/gsnexp.py +15 -10
  7. pywargame/cyberboard/gsnext.py +9 -7
  8. pywargame/cyberboard/testgrid.py +2 -1
  9. pywargame/cyberboard/zeropwd.py +18 -11
  10. pywargame/latex/latexexporter.py +7 -7
  11. pywargame/latex/main.py +10 -6
  12. pywargame/vassal/__init__.py +1 -0
  13. pywargame/vassal/buildfile.py +1 -1
  14. pywargame/vassal/collect.py +3 -2
  15. pywargame/vassal/collectpatch.py +2 -2
  16. pywargame/vassal/dumpvsav.py +7 -2
  17. pywargame/vassal/element.py +1 -1
  18. pywargame/vassal/gameelements.py +28 -11
  19. pywargame/vassal/merge.py +8 -5
  20. pywargame/vassal/moduledata.py +1 -1
  21. pywargame/vassal/patch.py +8 -5
  22. pywargame/vassal/trait.py +13 -10
  23. pywargame/vassal/traits/area.py +4 -2
  24. pywargame/vassal/traits/cargo.py +3 -0
  25. pywargame/vassal/traits/mat.py +3 -0
  26. pywargame/vassal/vmod.py +1 -1
  27. pywargame/zuntzu/__init__.py +9 -0
  28. pywargame/zuntzu/countersheet.py +1 -1
  29. pywargame/zuntzu/ztexp.py +10 -8
  30. {pywargame-0.4.1.dist-info → pywargame-0.4.2.dist-info}/METADATA +51 -31
  31. {pywargame-0.4.1.dist-info → pywargame-0.4.2.dist-info}/RECORD +38 -50
  32. pywargame-0.4.2.dist-info/entry_points.txt +11 -0
  33. pywargame/cyberboard.py +0 -2728
  34. pywargame/gbx0pwd.py +0 -2776
  35. pywargame/gbxextract.py +0 -2795
  36. pywargame/gsnexport.py +0 -16547
  37. pywargame/gsnextract.py +0 -2793
  38. pywargame/vassal/patchcollect.py +0 -28
  39. pywargame/vassal/skel.py +0 -380
  40. pywargame/vassal.py +0 -12544
  41. pywargame/vmodpatch.py +0 -12592
  42. pywargame/vsavdump.py +0 -12577
  43. pywargame/vslmerge.py +0 -13059
  44. pywargame/wgexport.py +0 -16733
  45. pywargame/ztexport.py +0 -14395
  46. /pywargame/vassal/{dumpcollect.py → collectdump.py} +0 -0
  47. /pywargame/vassal/{mrgcollect.py → collectmrg.py} +0 -0
  48. /pywargame/vassal/{xml.py → xmlns.py} +0 -0
  49. {pywargame-0.4.1.dist-info → pywargame-0.4.2.dist-info}/WHEEL +0 -0
  50. {pywargame-0.4.1.dist-info → pywargame-0.4.2.dist-info}/licenses/LICENSE +0 -0
  51. {pywargame-0.4.1.dist-info → pywargame-0.4.2.dist-info}/top_level.txt +0 -0
File without changes
File without changes
File without changes