pywargame 0.4.2__py3-none-any.whl → 0.4.3__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.
- pywargame/__init__.py +2 -2
- {pywargame-0.4.2.dist-info → pywargame-0.4.3.dist-info}/METADATA +9 -1
- {pywargame-0.4.2.dist-info → pywargame-0.4.3.dist-info}/RECORD +7 -7
- {pywargame-0.4.2.dist-info → pywargame-0.4.3.dist-info}/WHEEL +0 -0
- {pywargame-0.4.2.dist-info → pywargame-0.4.3.dist-info}/entry_points.txt +0 -0
- {pywargame-0.4.2.dist-info → pywargame-0.4.3.dist-info}/licenses/LICENSE +0 -0
- {pywargame-0.4.2.dist-info → pywargame-0.4.3.dist-info}/top_level.txt +0 -0
pywargame/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pywargame
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.3
|
4
4
|
Summary: Python library to manipulate wargame modules
|
5
5
|
Home-page: https://wargames_tex.gitlab.io/pywargame/
|
6
6
|
Author: Christian Holm Christensen
|
@@ -53,6 +53,11 @@ Aided Wargaming (CAW).
|
|
53
53
|
|
54
54
|
## Changes
|
55
55
|
|
56
|
+
- 0.4.3
|
57
|
+
- Update for CI/CD
|
58
|
+
- 0.4.2
|
59
|
+
- Some fixes for imports
|
60
|
+
- Scripts done as entry points in `pip` install
|
56
61
|
- 0.4.1
|
57
62
|
- Some fixes to `pip` releases
|
58
63
|
- 0.4.0
|
@@ -295,6 +300,9 @@ details, if that happens to you.
|
|
295
300
|
|
296
301
|
## API
|
297
302
|
|
303
|
+
The API documentation is available
|
304
|
+
[here](https://wargames_tex.gitlab.io/pywargame).
|
305
|
+
|
298
306
|
The module [`vassal`](vassal) allows one to generate a VASSAL module
|
299
307
|
programmatically, or to read in a VASSAL module and manipulate it
|
300
308
|
programmatically. It also has features for defining a _save_
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pywargame/__init__.py,sha256=
|
1
|
+
pywargame/__init__.py,sha256=Q5mDMI77JX3H1WTDYGMxePl_XCbRRm_pOoc76Bq-cuo,187
|
2
2
|
pywargame/common/__init__.py,sha256=AvTKi9p1wSpLTjKGYR_NYrgaNBPaDaynL0IowmS58V8,128
|
3
3
|
pywargame/common/collector.py,sha256=rKKZ-cmITF9KvVOEhfnGLCeRRSVjSV2yhcJ-xpZWNFc,2714
|
4
4
|
pywargame/common/dicedraw.py,sha256=SXMZNkRGD05L16z71p_x5zoEkuRuvcDE0SIeIGtJjAQ,13595
|
@@ -130,9 +130,9 @@ pywargame/zuntzu/map.py,sha256=AhpMbIkYGl20BrZaQyZGbZSTqlUhiHOyJXpNbmSNeGk,1303
|
|
130
130
|
pywargame/zuntzu/piece.py,sha256=gkncBL4twsjRBi7ZWJ6pdKDIK1gi_sK-xIih-RzYJHc,934
|
131
131
|
pywargame/zuntzu/scenario.py,sha256=QwY5Vk8cfi2rG01d3lp3kRy6SA4kNpfjccrZ1OSSgjA,6530
|
132
132
|
pywargame/zuntzu/ztexp.py,sha256=pJp8TgOK5umLi30aFQKIeqyhxNjTHtJNJpUGk7EosnQ,4182
|
133
|
-
pywargame-0.4.
|
134
|
-
pywargame-0.4.
|
135
|
-
pywargame-0.4.
|
136
|
-
pywargame-0.4.
|
137
|
-
pywargame-0.4.
|
138
|
-
pywargame-0.4.
|
133
|
+
pywargame-0.4.3.dist-info/licenses/LICENSE,sha256=memetuYBJ7n0A-1_Uiq5GO8YUt6PMciiMROkV9zAqW4,265
|
134
|
+
pywargame-0.4.3.dist-info/METADATA,sha256=1sB_ya0n1DJeR4l4SWy4NiAOhqm92IbAmPcBYlwgt8Q,14845
|
135
|
+
pywargame-0.4.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
136
|
+
pywargame-0.4.3.dist-info/entry_points.txt,sha256=5KDdnOagbFoWmC-3uMZDgrve1dZPn7fIn0cm_TKqGfM,525
|
137
|
+
pywargame-0.4.3.dist-info/top_level.txt,sha256=w2HqLsCQSoBKEOc2YXLJLyc2Ihg2XQ2Hq29E1IasW74,10
|
138
|
+
pywargame-0.4.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|