WinColl 0.9.6__tar.gz

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 (42) hide show
  1. wincoll-0.9.6/PKG-INFO +138 -0
  2. wincoll-0.9.6/README.md +116 -0
  3. wincoll-0.9.6/WinColl.egg-info/PKG-INFO +138 -0
  4. wincoll-0.9.6/WinColl.egg-info/SOURCES.txt +40 -0
  5. wincoll-0.9.6/WinColl.egg-info/dependency_links.txt +1 -0
  6. wincoll-0.9.6/WinColl.egg-info/entry_points.txt +2 -0
  7. wincoll-0.9.6/WinColl.egg-info/requires.txt +7 -0
  8. wincoll-0.9.6/WinColl.egg-info/top_level.txt +1 -0
  9. wincoll-0.9.6/pyproject.toml +91 -0
  10. wincoll-0.9.6/setup.cfg +4 -0
  11. wincoll-0.9.6/wincoll/Collect.wav +0 -0
  12. wincoll-0.9.6/wincoll/Slide.wav +0 -0
  13. wincoll-0.9.6/wincoll/Splat.wav +0 -0
  14. wincoll-0.9.6/wincoll/Unlock.wav +0 -0
  15. wincoll-0.9.6/wincoll/__init__.py +643 -0
  16. wincoll-0.9.6/wincoll/__main__.py +7 -0
  17. wincoll-0.9.6/wincoll/acorn-mode-1.ttf +0 -0
  18. wincoll-0.9.6/wincoll/diamond.png +0 -0
  19. wincoll-0.9.6/wincoll/langdetect.py +60 -0
  20. wincoll-0.9.6/wincoll/levels/01.tmx +61 -0
  21. wincoll-0.9.6/wincoll/levels/02.tmx +61 -0
  22. wincoll-0.9.6/wincoll/levels/03.tmx +61 -0
  23. wincoll-0.9.6/wincoll/levels/04.tmx +61 -0
  24. wincoll-0.9.6/wincoll/levels/05.tmx +61 -0
  25. wincoll-0.9.6/wincoll/levels/06.tmx +61 -0
  26. wincoll-0.9.6/wincoll/levels/Blob.png +0 -0
  27. wincoll-0.9.6/wincoll/levels/Brick.png +0 -0
  28. wincoll-0.9.6/wincoll/levels/Diamond.png +0 -0
  29. wincoll-0.9.6/wincoll/levels/Earth.png +0 -0
  30. wincoll-0.9.6/wincoll/levels/Gap.png +0 -0
  31. wincoll-0.9.6/wincoll/levels/Key.png +0 -0
  32. wincoll-0.9.6/wincoll/levels/Rock.png +0 -0
  33. wincoll-0.9.6/wincoll/levels/Safe.png +0 -0
  34. wincoll-0.9.6/wincoll/levels/Win.png +0 -0
  35. wincoll-0.9.6/wincoll/levels/WinColl.tsx +34 -0
  36. wincoll-0.9.6/wincoll/locale/el/LC_MESSAGES/wincoll.mo +0 -0
  37. wincoll-0.9.6/wincoll/locale/fr/LC_MESSAGES/argparse.mo +0 -0
  38. wincoll-0.9.6/wincoll/locale/fr/LC_MESSAGES/wincoll.mo +0 -0
  39. wincoll-0.9.6/wincoll/ptext.py +1196 -0
  40. wincoll-0.9.6/wincoll/splat.png +0 -0
  41. wincoll-0.9.6/wincoll/title.png +0 -0
  42. wincoll-0.9.6/wincoll/warnings_util.py +29 -0
wincoll-0.9.6/PKG-INFO ADDED
@@ -0,0 +1,138 @@
1
+ Metadata-Version: 2.1
2
+ Name: WinColl
3
+ Version: 0.9.6
4
+ Summary: Simple rocks-and-diamonds game
5
+ Author-email: Reuben Thomas <rrt@sc3d.org>
6
+ License: GPL v3 or later
7
+ Project-URL: Homepage, https://github.com/rrthomas/wincoll
8
+ Classifier: Environment :: X11 Applications
9
+ Classifier: Environment :: MacOS X
10
+ Classifier: Environment :: Win32 (MS Windows)
11
+ Classifier: Topic :: Games/Entertainment :: Puzzle Games
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: i18nparse
16
+ Requires-Dist: importlib-resources>=5.10
17
+ Requires-Dist: platformdirs
18
+ Requires-Dist: pygame>=2.0.0
19
+ Requires-Dist: pyscroll
20
+ Requires-Dist: pytmx
21
+ Requires-Dist: typing_extensions
22
+
23
+ # WinColl
24
+
25
+ https://github.com/rrthomas/wincoll
26
+
27
+ by Reuben Thomas <rrt@sc3d.org>
28
+
29
+ WinColl is a simple puzzle game in which you tunnel through caverns
30
+ collecting diamonds while avoiding being squashed by falling rocks. It is
31
+ based on [Repton](https://en.wikipedia.org/wiki/Repton_(video_game)) (but
32
+ without eggs and monsters).
33
+
34
+ I originally wrote WinColl for Acorn RISC OS. Original and updated [RISC OS
35
+ versions](<https://github.com/rrthomas/wincoll/RISC OS.md>) are available.
36
+
37
+ The name of the game is an abbreviation of my school’s. “Repton” is also the
38
+ name of a school, but I don’t believe the game was named after it!
39
+
40
+
41
+ ## Credits
42
+
43
+ Level design and graphics also by Alistair Turnbull, Paul Smith and Jeremy
44
+ Douglas. Paul also designed the title graphic.
45
+
46
+ The sounds are from [Freesound](https://freesound.org), lightly adapted.
47
+
48
+
49
+ ## Installation and use
50
+
51
+ The game provides instructions on how to play.
52
+
53
+ ### Binary installers
54
+
55
+ Installers are available for GNU/Linux, macOS and Windows. See the
56
+ [latest release](https://github.com/wincoll/releases):
57
+
58
+ * The GNU/Linux version is a single binary; you need to make it executable
59
+ and then either copy it to a directory on your path, or run it directly:
60
+ `chmod +x NAME-OF-FILE; ./NAME-OF-FILE`
61
+ * The macOS version is a disk image file containing an application. Drag the
62
+ application to a suitable location (e.g. your Applications folder). macOS
63
+ will probably refuse to run it until you have approved it in System
64
+ Settings→Privacy and Security, under “Security”.
65
+ * The Windows version is a single `.exe`. Unfortunately it is detected as a
66
+ virus by most virus scanners, including Microsoft Defender, because Python
67
+ apps have often been used to distribute malware. Hence, you will probably
68
+ have to turn off virus scanning before you download it (to prevent it from
69
+ being immediately quarantined or deleted), and then add an exception for
70
+ it. After that, you can put the `.exe` file in a suitable location and
71
+ double-click it to play.
72
+
73
+ ### Python package
74
+
75
+ If you are a Python user, this is the simplest way to get WinColl on most
76
+ machines.
77
+
78
+ Install with `pip`: `pip install wincoll`, then execute the command
79
+ `wincoll`.
80
+
81
+
82
+ ## Creating and editing levels
83
+
84
+ Currently, to play edited or new levels you must have a source check-out of
85
+ WinColl from GitHub. (If this doesn’t make sense to you, sorry! I hope to
86
+ provide a simpler way to edit and play new levels soon.)
87
+
88
+ The level files are in the `wincoll/levels` subdirectory of the project, and
89
+ are [Tiled](https://www.mapeditor.org/) level editor files, so you will need
90
+ to install Tiled to edit them.
91
+
92
+ Having saved an edited level you can install the Python package with
93
+ `pip install .` or run it directly with `PYTHONPATH=. python -m wincoll`.
94
+
95
+ Some notes about level design:
96
+
97
+ + The supplied levels have a brick wall all the way around. This is
98
+ conventional but not necessary: there’s an imaginary brick wall around the
99
+ outside of the level already.
100
+ + Levels need exactly one start position (represented by placing the Win
101
+ character).
102
+ + No other checks are done to make sure a level is possible to complete; for
103
+ example, you can place diamonds surrounded by bricks, or have safes but no
104
+ key.
105
+
106
+ The files are named `Level??.tmx` where the question marks represent two
107
+ decimal digits.
108
+
109
+ I welcome [pull requests](https://github.com/rrthomas/wincoll/pulls) for new
110
+ levels.
111
+
112
+
113
+ ## Copyright and Disclaimer
114
+
115
+ WinColl is distributed under the GNU Public License version 3, or, at your
116
+ option, any later version. See the file COPYING.
117
+
118
+ THIS PROGRAM IS PROVIDED AS IS, WITH NO WARRANTY. USE IS AT THE USER'S RISK.
119
+ WinColl’s code is copyright Reuben Thomas, and its levels and graphics by
120
+ Reuben Thomas, Alistair Turnbull, Paul Smith and Jeremy Douglas.
121
+
122
+ The font “Acorn Mode 1”, which is based on the design of Acorn computers’
123
+ system font, as used on the Acorn Archimedes on which WinColl was originally
124
+ written, is by p1.mark and licensed under CC BY-SA 3.0.
125
+
126
+ The sound effects are copyrighted and licensed as follows:
127
+
128
+ + Diamond collection:
129
+ [Ding.wav by datasoundsample](https://freesound.org/s/638638/) under CC
130
+ BY 4.0
131
+ + Rock fall:
132
+ [WHITE_NOISE-10s.wav by newagesoup](https://freesound.org/s/349315/)
133
+ under CC 0
134
+ + Safe unlock:
135
+ [Old Church Bell (no noise) by igroglaz](https://freesound.org/s/633208/)
136
+ under CC 0
137
+ + Death splat:
138
+ [Splat1.wav by Shakedown_M](https://freesound.org/s/685205/) under CC 0
@@ -0,0 +1,116 @@
1
+ # WinColl
2
+
3
+ https://github.com/rrthomas/wincoll
4
+
5
+ by Reuben Thomas <rrt@sc3d.org>
6
+
7
+ WinColl is a simple puzzle game in which you tunnel through caverns
8
+ collecting diamonds while avoiding being squashed by falling rocks. It is
9
+ based on [Repton](https://en.wikipedia.org/wiki/Repton_(video_game)) (but
10
+ without eggs and monsters).
11
+
12
+ I originally wrote WinColl for Acorn RISC OS. Original and updated [RISC OS
13
+ versions](<https://github.com/rrthomas/wincoll/RISC OS.md>) are available.
14
+
15
+ The name of the game is an abbreviation of my school’s. “Repton” is also the
16
+ name of a school, but I don’t believe the game was named after it!
17
+
18
+
19
+ ## Credits
20
+
21
+ Level design and graphics also by Alistair Turnbull, Paul Smith and Jeremy
22
+ Douglas. Paul also designed the title graphic.
23
+
24
+ The sounds are from [Freesound](https://freesound.org), lightly adapted.
25
+
26
+
27
+ ## Installation and use
28
+
29
+ The game provides instructions on how to play.
30
+
31
+ ### Binary installers
32
+
33
+ Installers are available for GNU/Linux, macOS and Windows. See the
34
+ [latest release](https://github.com/wincoll/releases):
35
+
36
+ * The GNU/Linux version is a single binary; you need to make it executable
37
+ and then either copy it to a directory on your path, or run it directly:
38
+ `chmod +x NAME-OF-FILE; ./NAME-OF-FILE`
39
+ * The macOS version is a disk image file containing an application. Drag the
40
+ application to a suitable location (e.g. your Applications folder). macOS
41
+ will probably refuse to run it until you have approved it in System
42
+ Settings→Privacy and Security, under “Security”.
43
+ * The Windows version is a single `.exe`. Unfortunately it is detected as a
44
+ virus by most virus scanners, including Microsoft Defender, because Python
45
+ apps have often been used to distribute malware. Hence, you will probably
46
+ have to turn off virus scanning before you download it (to prevent it from
47
+ being immediately quarantined or deleted), and then add an exception for
48
+ it. After that, you can put the `.exe` file in a suitable location and
49
+ double-click it to play.
50
+
51
+ ### Python package
52
+
53
+ If you are a Python user, this is the simplest way to get WinColl on most
54
+ machines.
55
+
56
+ Install with `pip`: `pip install wincoll`, then execute the command
57
+ `wincoll`.
58
+
59
+
60
+ ## Creating and editing levels
61
+
62
+ Currently, to play edited or new levels you must have a source check-out of
63
+ WinColl from GitHub. (If this doesn’t make sense to you, sorry! I hope to
64
+ provide a simpler way to edit and play new levels soon.)
65
+
66
+ The level files are in the `wincoll/levels` subdirectory of the project, and
67
+ are [Tiled](https://www.mapeditor.org/) level editor files, so you will need
68
+ to install Tiled to edit them.
69
+
70
+ Having saved an edited level you can install the Python package with
71
+ `pip install .` or run it directly with `PYTHONPATH=. python -m wincoll`.
72
+
73
+ Some notes about level design:
74
+
75
+ + The supplied levels have a brick wall all the way around. This is
76
+ conventional but not necessary: there’s an imaginary brick wall around the
77
+ outside of the level already.
78
+ + Levels need exactly one start position (represented by placing the Win
79
+ character).
80
+ + No other checks are done to make sure a level is possible to complete; for
81
+ example, you can place diamonds surrounded by bricks, or have safes but no
82
+ key.
83
+
84
+ The files are named `Level??.tmx` where the question marks represent two
85
+ decimal digits.
86
+
87
+ I welcome [pull requests](https://github.com/rrthomas/wincoll/pulls) for new
88
+ levels.
89
+
90
+
91
+ ## Copyright and Disclaimer
92
+
93
+ WinColl is distributed under the GNU Public License version 3, or, at your
94
+ option, any later version. See the file COPYING.
95
+
96
+ THIS PROGRAM IS PROVIDED AS IS, WITH NO WARRANTY. USE IS AT THE USER'S RISK.
97
+ WinColl’s code is copyright Reuben Thomas, and its levels and graphics by
98
+ Reuben Thomas, Alistair Turnbull, Paul Smith and Jeremy Douglas.
99
+
100
+ The font “Acorn Mode 1”, which is based on the design of Acorn computers’
101
+ system font, as used on the Acorn Archimedes on which WinColl was originally
102
+ written, is by p1.mark and licensed under CC BY-SA 3.0.
103
+
104
+ The sound effects are copyrighted and licensed as follows:
105
+
106
+ + Diamond collection:
107
+ [Ding.wav by datasoundsample](https://freesound.org/s/638638/) under CC
108
+ BY 4.0
109
+ + Rock fall:
110
+ [WHITE_NOISE-10s.wav by newagesoup](https://freesound.org/s/349315/)
111
+ under CC 0
112
+ + Safe unlock:
113
+ [Old Church Bell (no noise) by igroglaz](https://freesound.org/s/633208/)
114
+ under CC 0
115
+ + Death splat:
116
+ [Splat1.wav by Shakedown_M](https://freesound.org/s/685205/) under CC 0
@@ -0,0 +1,138 @@
1
+ Metadata-Version: 2.1
2
+ Name: WinColl
3
+ Version: 0.9.6
4
+ Summary: Simple rocks-and-diamonds game
5
+ Author-email: Reuben Thomas <rrt@sc3d.org>
6
+ License: GPL v3 or later
7
+ Project-URL: Homepage, https://github.com/rrthomas/wincoll
8
+ Classifier: Environment :: X11 Applications
9
+ Classifier: Environment :: MacOS X
10
+ Classifier: Environment :: Win32 (MS Windows)
11
+ Classifier: Topic :: Games/Entertainment :: Puzzle Games
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: i18nparse
16
+ Requires-Dist: importlib-resources>=5.10
17
+ Requires-Dist: platformdirs
18
+ Requires-Dist: pygame>=2.0.0
19
+ Requires-Dist: pyscroll
20
+ Requires-Dist: pytmx
21
+ Requires-Dist: typing_extensions
22
+
23
+ # WinColl
24
+
25
+ https://github.com/rrthomas/wincoll
26
+
27
+ by Reuben Thomas <rrt@sc3d.org>
28
+
29
+ WinColl is a simple puzzle game in which you tunnel through caverns
30
+ collecting diamonds while avoiding being squashed by falling rocks. It is
31
+ based on [Repton](https://en.wikipedia.org/wiki/Repton_(video_game)) (but
32
+ without eggs and monsters).
33
+
34
+ I originally wrote WinColl for Acorn RISC OS. Original and updated [RISC OS
35
+ versions](<https://github.com/rrthomas/wincoll/RISC OS.md>) are available.
36
+
37
+ The name of the game is an abbreviation of my school’s. “Repton” is also the
38
+ name of a school, but I don’t believe the game was named after it!
39
+
40
+
41
+ ## Credits
42
+
43
+ Level design and graphics also by Alistair Turnbull, Paul Smith and Jeremy
44
+ Douglas. Paul also designed the title graphic.
45
+
46
+ The sounds are from [Freesound](https://freesound.org), lightly adapted.
47
+
48
+
49
+ ## Installation and use
50
+
51
+ The game provides instructions on how to play.
52
+
53
+ ### Binary installers
54
+
55
+ Installers are available for GNU/Linux, macOS and Windows. See the
56
+ [latest release](https://github.com/wincoll/releases):
57
+
58
+ * The GNU/Linux version is a single binary; you need to make it executable
59
+ and then either copy it to a directory on your path, or run it directly:
60
+ `chmod +x NAME-OF-FILE; ./NAME-OF-FILE`
61
+ * The macOS version is a disk image file containing an application. Drag the
62
+ application to a suitable location (e.g. your Applications folder). macOS
63
+ will probably refuse to run it until you have approved it in System
64
+ Settings→Privacy and Security, under “Security”.
65
+ * The Windows version is a single `.exe`. Unfortunately it is detected as a
66
+ virus by most virus scanners, including Microsoft Defender, because Python
67
+ apps have often been used to distribute malware. Hence, you will probably
68
+ have to turn off virus scanning before you download it (to prevent it from
69
+ being immediately quarantined or deleted), and then add an exception for
70
+ it. After that, you can put the `.exe` file in a suitable location and
71
+ double-click it to play.
72
+
73
+ ### Python package
74
+
75
+ If you are a Python user, this is the simplest way to get WinColl on most
76
+ machines.
77
+
78
+ Install with `pip`: `pip install wincoll`, then execute the command
79
+ `wincoll`.
80
+
81
+
82
+ ## Creating and editing levels
83
+
84
+ Currently, to play edited or new levels you must have a source check-out of
85
+ WinColl from GitHub. (If this doesn’t make sense to you, sorry! I hope to
86
+ provide a simpler way to edit and play new levels soon.)
87
+
88
+ The level files are in the `wincoll/levels` subdirectory of the project, and
89
+ are [Tiled](https://www.mapeditor.org/) level editor files, so you will need
90
+ to install Tiled to edit them.
91
+
92
+ Having saved an edited level you can install the Python package with
93
+ `pip install .` or run it directly with `PYTHONPATH=. python -m wincoll`.
94
+
95
+ Some notes about level design:
96
+
97
+ + The supplied levels have a brick wall all the way around. This is
98
+ conventional but not necessary: there’s an imaginary brick wall around the
99
+ outside of the level already.
100
+ + Levels need exactly one start position (represented by placing the Win
101
+ character).
102
+ + No other checks are done to make sure a level is possible to complete; for
103
+ example, you can place diamonds surrounded by bricks, or have safes but no
104
+ key.
105
+
106
+ The files are named `Level??.tmx` where the question marks represent two
107
+ decimal digits.
108
+
109
+ I welcome [pull requests](https://github.com/rrthomas/wincoll/pulls) for new
110
+ levels.
111
+
112
+
113
+ ## Copyright and Disclaimer
114
+
115
+ WinColl is distributed under the GNU Public License version 3, or, at your
116
+ option, any later version. See the file COPYING.
117
+
118
+ THIS PROGRAM IS PROVIDED AS IS, WITH NO WARRANTY. USE IS AT THE USER'S RISK.
119
+ WinColl’s code is copyright Reuben Thomas, and its levels and graphics by
120
+ Reuben Thomas, Alistair Turnbull, Paul Smith and Jeremy Douglas.
121
+
122
+ The font “Acorn Mode 1”, which is based on the design of Acorn computers’
123
+ system font, as used on the Acorn Archimedes on which WinColl was originally
124
+ written, is by p1.mark and licensed under CC BY-SA 3.0.
125
+
126
+ The sound effects are copyrighted and licensed as follows:
127
+
128
+ + Diamond collection:
129
+ [Ding.wav by datasoundsample](https://freesound.org/s/638638/) under CC
130
+ BY 4.0
131
+ + Rock fall:
132
+ [WHITE_NOISE-10s.wav by newagesoup](https://freesound.org/s/349315/)
133
+ under CC 0
134
+ + Safe unlock:
135
+ [Old Church Bell (no noise) by igroglaz](https://freesound.org/s/633208/)
136
+ under CC 0
137
+ + Death splat:
138
+ [Splat1.wav by Shakedown_M](https://freesound.org/s/685205/) under CC 0
@@ -0,0 +1,40 @@
1
+ README.md
2
+ pyproject.toml
3
+ WinColl.egg-info/PKG-INFO
4
+ WinColl.egg-info/SOURCES.txt
5
+ WinColl.egg-info/dependency_links.txt
6
+ WinColl.egg-info/entry_points.txt
7
+ WinColl.egg-info/requires.txt
8
+ WinColl.egg-info/top_level.txt
9
+ wincoll/Collect.wav
10
+ wincoll/Slide.wav
11
+ wincoll/Splat.wav
12
+ wincoll/Unlock.wav
13
+ wincoll/__init__.py
14
+ wincoll/__main__.py
15
+ wincoll/acorn-mode-1.ttf
16
+ wincoll/diamond.png
17
+ wincoll/langdetect.py
18
+ wincoll/ptext.py
19
+ wincoll/splat.png
20
+ wincoll/title.png
21
+ wincoll/warnings_util.py
22
+ wincoll/levels/01.tmx
23
+ wincoll/levels/02.tmx
24
+ wincoll/levels/03.tmx
25
+ wincoll/levels/04.tmx
26
+ wincoll/levels/05.tmx
27
+ wincoll/levels/06.tmx
28
+ wincoll/levels/Blob.png
29
+ wincoll/levels/Brick.png
30
+ wincoll/levels/Diamond.png
31
+ wincoll/levels/Earth.png
32
+ wincoll/levels/Gap.png
33
+ wincoll/levels/Key.png
34
+ wincoll/levels/Rock.png
35
+ wincoll/levels/Safe.png
36
+ wincoll/levels/Win.png
37
+ wincoll/levels/WinColl.tsx
38
+ wincoll/locale/el/LC_MESSAGES/wincoll.mo
39
+ wincoll/locale/fr/LC_MESSAGES/argparse.mo
40
+ wincoll/locale/fr/LC_MESSAGES/wincoll.mo
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ wincoll = wincoll:main
@@ -0,0 +1,7 @@
1
+ i18nparse
2
+ importlib-resources>=5.10
3
+ platformdirs
4
+ pygame>=2.0.0
5
+ pyscroll
6
+ pytmx
7
+ typing_extensions
@@ -0,0 +1 @@
1
+ wincoll
@@ -0,0 +1,91 @@
1
+ [project]
2
+ name = "WinColl"
3
+ version = "0.9.6"
4
+ description = "Simple rocks-and-diamonds game"
5
+ license = {text = "GPL v3 or later"}
6
+ authors = [
7
+ {name = "Reuben Thomas", email = "rrt@sc3d.org"}
8
+ ]
9
+ readme = "README.md"
10
+ urls = {Homepage = "https://github.com/rrthomas/wincoll"}
11
+ requires-python = ">= 3.9"
12
+ dependencies = [
13
+ "i18nparse",
14
+ "importlib-resources >= 5.10",
15
+ "platformdirs",
16
+ "pygame >= 2.0.0",
17
+ "pyscroll",
18
+ "pytmx",
19
+ "typing_extensions",
20
+ ]
21
+ classifiers = [
22
+ "Environment :: X11 Applications",
23
+ "Environment :: MacOS X",
24
+ "Environment :: Win32 (MS Windows)",
25
+ "Topic :: Games/Entertainment :: Puzzle Games",
26
+ "Programming Language :: Python :: 3",
27
+ ]
28
+
29
+ [project.scripts]
30
+ wincoll = "wincoll:main"
31
+
32
+ [build-system]
33
+ requires = [
34
+ "build",
35
+ "setuptools >= 62.3.0",
36
+ ]
37
+
38
+ [tool.setuptools]
39
+ packages = [
40
+ "wincoll",
41
+ ]
42
+
43
+ [tool.setuptools.package-data]
44
+ wincoll = ["**/*.png", "**/*.wav", "**/*.tmx", "**/*.tsx", "**/*.ttf", "**/*.mo"]
45
+
46
+ [tool.mypy]
47
+ exclude = ['^dist', '^build']
48
+ strict = true
49
+
50
+ [[tool.mypy.overrides]]
51
+ module = "wincoll.ptext"
52
+ ignore_errors = true
53
+
54
+ [tool.pylint.main]
55
+ # Use multiple processes to speed up Pylint: 0 = auto-detect.
56
+ jobs = 0
57
+ ignore-paths = ["wincoll/ptext.py"]
58
+
59
+ [tool.pylint.MASTER]
60
+ init-hook = 'import sys; sys.path.append(".")'
61
+
62
+ [tool.pylint.format]
63
+ const-naming-style = "any"
64
+ disable = [
65
+ "missing-module-docstring",
66
+ "missing-class-docstring",
67
+ "missing-function-docstring",
68
+ "no-member",
69
+ "fixme",
70
+ "global-statement",
71
+ "redefined-outer-name",
72
+ "too-many-arguments",
73
+ "too-many-branches",
74
+ "too-many-instance-attributes",
75
+ "too-many-locals",
76
+ "too-many-nested-blocks",
77
+ "too-many-positional-arguments",
78
+ ]
79
+ enable = [
80
+ "useless-suppression",
81
+ ]
82
+
83
+ [[tool.cxfreeze.executables]]
84
+ script = "wincoll/__main__.py"
85
+ base = "gui"
86
+ icon = "win"
87
+ shortcut_name = "WinColl"
88
+ shortcut_dir = "DesktopFolder"
89
+
90
+ [tool.cxfreeze.build_exe]
91
+ include_msvcr = true
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
Binary file
Binary file
Binary file
Binary file