python-ecd 0.1.1__tar.gz → 0.1.9__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.
Potentially problematic release.
This version of python-ecd might be problematic. Click here for more details.
- python_ecd-0.1.1/README.md → python_ecd-0.1.9/PKG-INFO +19 -0
- python_ecd-0.1.1/PKG-INFO → python_ecd-0.1.9/README.md +6 -11
- {python_ecd-0.1.1 → python_ecd-0.1.9}/pyproject.toml +7 -5
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/templates/README.md.tpl +5 -1
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/__init__.py +0 -0
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/cli.py +0 -0
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/templates/.gitignore.tpl +0 -0
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/templates/solution.py.tpl +0 -0
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/utils.py +0 -0
- {python_ecd-0.1.1 → python_ecd-0.1.9}/src/python_ecd/version.py +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: python-ecd
|
|
3
|
+
Version: 0.1.9
|
|
4
|
+
Summary: Python CLI for Everybody Codes
|
|
5
|
+
Author: Pablo Garcia
|
|
6
|
+
Author-email: Pablo Garcia <pablofueros@gmail.com>
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Requires-Dist: everybody-codes-data==0.2
|
|
10
|
+
Requires-Dist: typer>=0.20.0
|
|
11
|
+
Requires-Python: >=3.13
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
1
14
|
<div align="center">
|
|
2
15
|
|
|
3
16
|
<img src="https://raw.githubusercontent.com/pablofueros/python-ecd/main/assets/banner.png" alt="python-ecd logo" width="600"/>
|
|
@@ -6,6 +19,12 @@
|
|
|
6
19
|
|
|
7
20
|
### **✨ A Python CLI tool for managing Everybody Codes puzzles ✨**
|
|
8
21
|
|
|
22
|
+
[](https://github.com/pablofueros/python-ecd/actions/workflows/code-quality.yaml)
|
|
23
|
+
[](https://github.com/pablofueros/python-ecd/actions/workflows/release.yaml)
|
|
24
|
+
[](https://pypi.org/project/python-ecd/)
|
|
25
|
+
[](https://pepy.tech/projects/python-ecd)
|
|
26
|
+

|
|
27
|
+
|
|
9
28
|
---
|
|
10
29
|
|
|
11
30
|
</div>
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: python-ecd
|
|
3
|
-
Version: 0.1.1
|
|
4
|
-
Summary: Add your description here
|
|
5
|
-
Author: Pablo Garcia
|
|
6
|
-
Author-email: Pablo Garcia <pablofueros@gmail.com>
|
|
7
|
-
Requires-Dist: everybody-codes-data==0.2
|
|
8
|
-
Requires-Dist: typer>=0.20.0
|
|
9
|
-
Requires-Python: >=3.13
|
|
10
|
-
Description-Content-Type: text/markdown
|
|
11
|
-
|
|
12
1
|
<div align="center">
|
|
13
2
|
|
|
14
3
|
<img src="https://raw.githubusercontent.com/pablofueros/python-ecd/main/assets/banner.png" alt="python-ecd logo" width="600"/>
|
|
@@ -17,6 +6,12 @@ Description-Content-Type: text/markdown
|
|
|
17
6
|
|
|
18
7
|
### **✨ A Python CLI tool for managing Everybody Codes puzzles ✨**
|
|
19
8
|
|
|
9
|
+
[](https://github.com/pablofueros/python-ecd/actions/workflows/code-quality.yaml)
|
|
10
|
+
[](https://github.com/pablofueros/python-ecd/actions/workflows/release.yaml)
|
|
11
|
+
[](https://pypi.org/project/python-ecd/)
|
|
12
|
+
[](https://pepy.tech/projects/python-ecd)
|
|
13
|
+

|
|
14
|
+
|
|
20
15
|
---
|
|
21
16
|
|
|
22
17
|
</div>
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-ecd"
|
|
3
|
-
version = "0.1.
|
|
4
|
-
description = "
|
|
3
|
+
version = "0.1.9"
|
|
4
|
+
description = "Python CLI for Everybody Codes"
|
|
5
5
|
readme = "README.md"
|
|
6
|
+
classifiers = [
|
|
7
|
+
"Programming Language :: Python :: 3.13",
|
|
8
|
+
"License :: OSI Approved :: MIT License",
|
|
9
|
+
]
|
|
6
10
|
authors = [{ name = "Pablo Garcia", email = "pablofueros@gmail.com" }]
|
|
7
11
|
requires-python = ">=3.13"
|
|
8
12
|
dependencies = ["everybody-codes-data==0.2", "typer>=0.20.0"]
|
|
@@ -16,6 +20,4 @@ requires = ["uv_build>=0.9.7,<0.10.0"]
|
|
|
16
20
|
build-backend = "uv_build"
|
|
17
21
|
|
|
18
22
|
[dependency-groups]
|
|
19
|
-
dev = [
|
|
20
|
-
"ty>=0.0.1a25",
|
|
21
|
-
]
|
|
23
|
+
dev = ["ty>=0.0.1a25"]
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# 🧩 Everybody Codes Solutions
|
|
2
2
|
|
|
3
|
-
My solutions to the [Everybody Codes](https://everybody.codes/) puzzles
|
|
3
|
+
My solutions to the [Everybody Codes](https://everybody.codes/) puzzles — powered by **[`python-ecd`](https://github.com/pablofueros/python-ecd)** ⚙️
|
|
4
|
+
|
|
5
|
+
> A lightweight CLI tool to fetch, run, and organize Everybody Codes challenges with ease.
|
|
4
6
|
|
|
5
7
|
---
|
|
6
8
|
|
|
@@ -26,6 +28,8 @@ Each quest is stored under `events/<year>/quest_<id>/` and contains:
|
|
|
26
28
|
|
|
27
29
|
## 🚀 Usage
|
|
28
30
|
|
|
31
|
+
Note that **[`python-ecd`](https://github.com/pablofueros/python-ecd)** must be installed.
|
|
32
|
+
|
|
29
33
|
```bash
|
|
30
34
|
# Initialize your workspace
|
|
31
35
|
ecd init
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|