lichess-essentials 0.1.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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Shubhro Dev
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,58 @@
1
+ Metadata-Version: 2.4
2
+ Name: lichess-essentials
3
+ Version: 0.1.0
4
+ Summary: All five Lichess Essentials apps: game review, study PDFs, repertoires, opponent prep and weakness reports.
5
+ Author-email: Shubhro Dev <shubhro2004@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/spearb0lt/Lichess-Essentials
8
+ Project-URL: Repository, https://github.com/spearb0lt/Lichess-Essentials
9
+ Project-URL: Issues, https://github.com/spearb0lt/Lichess-Essentials/issues
10
+ Keywords: chess,lichess,pgn,stockfish,openings,analysis
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Environment :: Console
13
+ Classifier: Environment :: Web Environment
14
+ Classifier: Intended Audience :: End Users/Desktop
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Games/Entertainment :: Board Games
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE
25
+ Requires-Dist: chess-game-analyzer>=0.1.0
26
+ Requires-Dist: lichess-study-to-pdf>=0.1.0
27
+ Requires-Dist: player-prepper>=0.1.0
28
+ Requires-Dist: repertoire-creator>=0.1.0
29
+ Requires-Dist: weakness-report>=0.1.0
30
+ Dynamic: license-file
31
+
32
+ # Lichess Essentials
33
+
34
+ All five apps in one install:
35
+
36
+ ```
37
+ pip install lichess-essentials
38
+ ```
39
+
40
+ That gives you five commands:
41
+
42
+ | Command | What it does |
43
+ |---|---|
44
+ | `chess-analyzer serve` | Review any game -- Lichess, Chess.com or your own PGN -- with a local engine |
45
+ | `lichess-study-pdf serve` | Turn a Lichess study into a PDF you can step through move by move |
46
+ | `repertoire serve` | Build an opening repertoire locally, then publish it as a Lichess study |
47
+ | `prepper serve` | Scout an opponent from their own games and measure your prep against them |
48
+ | `weakness serve` | Review your whole history and find out what you are actually bad at |
49
+
50
+ Each opens a small web app in your browser; each also works from the command
51
+ line. The apps are separately installable if you only want one -- this
52
+ package is only a convenience that pulls in all of them, and installing the
53
+ full set is what switches on the features that one app borrows from another.
54
+
55
+ Full documentation, and the runbooks for hosting these yourself:
56
+ <https://github.com/spearb0lt/Lichess-Essentials>
57
+
58
+ MIT licensed.
@@ -0,0 +1,27 @@
1
+ # Lichess Essentials
2
+
3
+ All five apps in one install:
4
+
5
+ ```
6
+ pip install lichess-essentials
7
+ ```
8
+
9
+ That gives you five commands:
10
+
11
+ | Command | What it does |
12
+ |---|---|
13
+ | `chess-analyzer serve` | Review any game -- Lichess, Chess.com or your own PGN -- with a local engine |
14
+ | `lichess-study-pdf serve` | Turn a Lichess study into a PDF you can step through move by move |
15
+ | `repertoire serve` | Build an opening repertoire locally, then publish it as a Lichess study |
16
+ | `prepper serve` | Scout an opponent from their own games and measure your prep against them |
17
+ | `weakness serve` | Review your whole history and find out what you are actually bad at |
18
+
19
+ Each opens a small web app in your browser; each also works from the command
20
+ line. The apps are separately installable if you only want one -- this
21
+ package is only a convenience that pulls in all of them, and installing the
22
+ full set is what switches on the features that one app borrows from another.
23
+
24
+ Full documentation, and the runbooks for hosting these yourself:
25
+ <https://github.com/spearb0lt/Lichess-Essentials>
26
+
27
+ MIT licensed.
@@ -0,0 +1,58 @@
1
+ Metadata-Version: 2.4
2
+ Name: lichess-essentials
3
+ Version: 0.1.0
4
+ Summary: All five Lichess Essentials apps: game review, study PDFs, repertoires, opponent prep and weakness reports.
5
+ Author-email: Shubhro Dev <shubhro2004@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/spearb0lt/Lichess-Essentials
8
+ Project-URL: Repository, https://github.com/spearb0lt/Lichess-Essentials
9
+ Project-URL: Issues, https://github.com/spearb0lt/Lichess-Essentials/issues
10
+ Keywords: chess,lichess,pgn,stockfish,openings,analysis
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Environment :: Console
13
+ Classifier: Environment :: Web Environment
14
+ Classifier: Intended Audience :: End Users/Desktop
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Games/Entertainment :: Board Games
22
+ Requires-Python: >=3.10
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE
25
+ Requires-Dist: chess-game-analyzer>=0.1.0
26
+ Requires-Dist: lichess-study-to-pdf>=0.1.0
27
+ Requires-Dist: player-prepper>=0.1.0
28
+ Requires-Dist: repertoire-creator>=0.1.0
29
+ Requires-Dist: weakness-report>=0.1.0
30
+ Dynamic: license-file
31
+
32
+ # Lichess Essentials
33
+
34
+ All five apps in one install:
35
+
36
+ ```
37
+ pip install lichess-essentials
38
+ ```
39
+
40
+ That gives you five commands:
41
+
42
+ | Command | What it does |
43
+ |---|---|
44
+ | `chess-analyzer serve` | Review any game -- Lichess, Chess.com or your own PGN -- with a local engine |
45
+ | `lichess-study-pdf serve` | Turn a Lichess study into a PDF you can step through move by move |
46
+ | `repertoire serve` | Build an opening repertoire locally, then publish it as a Lichess study |
47
+ | `prepper serve` | Scout an opponent from their own games and measure your prep against them |
48
+ | `weakness serve` | Review your whole history and find out what you are actually bad at |
49
+
50
+ Each opens a small web app in your browser; each also works from the command
51
+ line. The apps are separately installable if you only want one -- this
52
+ package is only a convenience that pulls in all of them, and installing the
53
+ full set is what switches on the features that one app borrows from another.
54
+
55
+ Full documentation, and the runbooks for hosting these yourself:
56
+ <https://github.com/spearb0lt/Lichess-Essentials>
57
+
58
+ MIT licensed.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ lichess_essentials.egg-info/PKG-INFO
5
+ lichess_essentials.egg-info/SOURCES.txt
6
+ lichess_essentials.egg-info/dependency_links.txt
7
+ lichess_essentials.egg-info/requires.txt
8
+ lichess_essentials.egg-info/top_level.txt
@@ -0,0 +1,5 @@
1
+ chess-game-analyzer>=0.1.0
2
+ lichess-study-to-pdf>=0.1.0
3
+ player-prepper>=0.1.0
4
+ repertoire-creator>=0.1.0
5
+ weakness-report>=0.1.0
@@ -0,0 +1,54 @@
1
+ # The whole set in one command.
2
+ #
3
+ # This package contains no code. It exists so that "pip install
4
+ # lichess-essentials" installs all five apps, and so there is one download
5
+ # figure for the collection as well as five for its parts.
6
+ #
7
+ # Installing every app is also what makes every optional feature work at
8
+ # once: ChessAnalyzer's cloud-eval fallback, Repertoire Creator's PDF export
9
+ # and Player Prepper's engine suggestions all look for the study exporter,
10
+ # and it is right here.
11
+
12
+ [build-system]
13
+ requires = ["setuptools>=77"]
14
+ build-backend = "setuptools.build_meta"
15
+
16
+ [project]
17
+ name = "lichess-essentials"
18
+ version = "0.1.0"
19
+ description = "All five Lichess Essentials apps: game review, study PDFs, repertoires, opponent prep and weakness reports."
20
+ readme = "README.md"
21
+ requires-python = ">=3.10"
22
+ license = "MIT"
23
+ license-files = ["LICENSE"]
24
+ authors = [{ name = "Shubhro Dev", email = "shubhro2004@gmail.com" }]
25
+ keywords = ["chess", "lichess", "pgn", "stockfish", "openings", "analysis"]
26
+ classifiers = [
27
+ "Development Status :: 4 - Beta",
28
+ "Environment :: Console",
29
+ "Environment :: Web Environment",
30
+ "Intended Audience :: End Users/Desktop",
31
+ "Operating System :: OS Independent",
32
+ "Programming Language :: Python :: 3",
33
+ "Programming Language :: Python :: 3.10",
34
+ "Programming Language :: Python :: 3.11",
35
+ "Programming Language :: Python :: 3.12",
36
+ "Programming Language :: Python :: 3.13",
37
+ "Topic :: Games/Entertainment :: Board Games",
38
+ ]
39
+ dependencies = [
40
+ "chess-game-analyzer>=0.1.0",
41
+ "lichess-study-to-pdf>=0.1.0",
42
+ "player-prepper>=0.1.0",
43
+ "repertoire-creator>=0.1.0",
44
+ "weakness-report>=0.1.0",
45
+ ]
46
+
47
+ [project.urls]
48
+ Homepage = "https://github.com/spearb0lt/Lichess-Essentials"
49
+ Repository = "https://github.com/spearb0lt/Lichess-Essentials"
50
+ Issues = "https://github.com/spearb0lt/Lichess-Essentials/issues"
51
+
52
+ # No code of its own, so nothing to discover.
53
+ [tool.setuptools]
54
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+