aetos 0.0.0__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.
aetos-0.0.0/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2023-2025 Ariana Hejazyan
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,4 @@
1
+ recursive-include aetos/assets *
2
+
3
+ include README.md
4
+ include LICENSE
aetos-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.2
2
+ Name: aetos
3
+ Version: 0.0.0
4
+ Summary: Robust open-source UCI-compatible chess engine for 2 and 4 player chess.
5
+ Author-email: Ariana Hejazyan <arianahejazyan@gmail.com>
6
+ License: Copyright (c) 2023-2025 Ariana Hejazyan
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining
9
+ a copy of this software and associated documentation files (the
10
+ "Software"), to deal in the Software without restriction, including
11
+ without limitation the rights to use, copy, modify, merge, publish,
12
+ distribute, sublicense, and/or sell copies of the Software, and to
13
+ permit persons to whom the Software is furnished to do so, subject to
14
+ the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be
17
+ included in all copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+ Project-URL: Homepage, https://github.com/arianahejazyan/aetos
27
+ Requires-Python: >=3.7
28
+ Description-Content-Type: text/markdown
29
+ License-File: LICENSE
30
+
31
+ <div align="center">
32
+
33
+ <img src="./aetos/assets/images/logo.jpg" alt="Aetos chess engine" style="width: 250px; height:250px; border-radius: 10px;"/>
34
+
35
+ <h3>Aetos</h3>
36
+
37
+ Robust open-source UCI-compatible chess engine for 2 and 4 player chess.
38
+
39
+ </div>
40
+
41
+ ## Introduction
42
+ <div align="center">
43
+ <img src="./aetos/assets/images/four-player-chess.png" alt="four player chess board"/>
44
+ </div>
45
+
46
+ ## Overview
47
+ *coming soon ...*
48
+
49
+ ## Getting Started
50
+ *coming soon ...*
51
+
52
+ ## Contribute
53
+ *coming soon ...*
aetos-0.0.0/README.md ADDED
@@ -0,0 +1,23 @@
1
+ <div align="center">
2
+
3
+ <img src="./aetos/assets/images/logo.jpg" alt="Aetos chess engine" style="width: 250px; height:250px; border-radius: 10px;"/>
4
+
5
+ <h3>Aetos</h3>
6
+
7
+ Robust open-source UCI-compatible chess engine for 2 and 4 player chess.
8
+
9
+ </div>
10
+
11
+ ## Introduction
12
+ <div align="center">
13
+ <img src="./aetos/assets/images/four-player-chess.png" alt="four player chess board"/>
14
+ </div>
15
+
16
+ ## Overview
17
+ *coming soon ...*
18
+
19
+ ## Getting Started
20
+ *coming soon ...*
21
+
22
+ ## Contribute
23
+ *coming soon ...*
Binary file
@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.2
2
+ Name: aetos
3
+ Version: 0.0.0
4
+ Summary: Robust open-source UCI-compatible chess engine for 2 and 4 player chess.
5
+ Author-email: Ariana Hejazyan <arianahejazyan@gmail.com>
6
+ License: Copyright (c) 2023-2025 Ariana Hejazyan
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining
9
+ a copy of this software and associated documentation files (the
10
+ "Software"), to deal in the Software without restriction, including
11
+ without limitation the rights to use, copy, modify, merge, publish,
12
+ distribute, sublicense, and/or sell copies of the Software, and to
13
+ permit persons to whom the Software is furnished to do so, subject to
14
+ the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be
17
+ included in all copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+ Project-URL: Homepage, https://github.com/arianahejazyan/aetos
27
+ Requires-Python: >=3.7
28
+ Description-Content-Type: text/markdown
29
+ License-File: LICENSE
30
+
31
+ <div align="center">
32
+
33
+ <img src="./aetos/assets/images/logo.jpg" alt="Aetos chess engine" style="width: 250px; height:250px; border-radius: 10px;"/>
34
+
35
+ <h3>Aetos</h3>
36
+
37
+ Robust open-source UCI-compatible chess engine for 2 and 4 player chess.
38
+
39
+ </div>
40
+
41
+ ## Introduction
42
+ <div align="center">
43
+ <img src="./aetos/assets/images/four-player-chess.png" alt="four player chess board"/>
44
+ </div>
45
+
46
+ ## Overview
47
+ *coming soon ...*
48
+
49
+ ## Getting Started
50
+ *coming soon ...*
51
+
52
+ ## Contribute
53
+ *coming soon ...*
@@ -0,0 +1,10 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ aetos.egg-info/PKG-INFO
6
+ aetos.egg-info/SOURCES.txt
7
+ aetos.egg-info/dependency_links.txt
8
+ aetos.egg-info/top_level.txt
9
+ aetos/assets/images/four-player-chess.png
10
+ aetos/assets/images/logo.jpg
@@ -0,0 +1 @@
1
+ aetos
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "aetos"
7
+ version = "0.0.0"
8
+ description = "Robust open-source UCI-compatible chess engine for 2 and 4 player chess."
9
+ readme = "README.md"
10
+ requires-python = ">=3.7"
11
+ license = { file = "LICENSE" }
12
+ authors = [
13
+ { name = "Ariana Hejazyan", email = "arianahejazyan@gmail.com" }
14
+ ]
15
+ urls = { "Homepage" = "https://github.com/arianahejazyan/aetos" }
aetos-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+