python-ecd 0.1.1__py3-none-any.whl → 0.1.6__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.
- python_ecd/templates/README.md.tpl +5 -1
- {python_ecd-0.1.1.dist-info → python_ecd-0.1.6.dist-info}/METADATA +10 -2
- {python_ecd-0.1.1.dist-info → python_ecd-0.1.6.dist-info}/RECORD +5 -5
- {python_ecd-0.1.1.dist-info → python_ecd-0.1.6.dist-info}/WHEEL +0 -0
- {python_ecd-0.1.1.dist-info → python_ecd-0.1.6.dist-info}/entry_points.txt +0 -0
|
@@ -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
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: python-ecd
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.6
|
|
4
|
+
Summary: Python CLI for Everybody Codes
|
|
5
5
|
Author: Pablo Garcia
|
|
6
6
|
Author-email: Pablo Garcia <pablofueros@gmail.com>
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
7
9
|
Requires-Dist: everybody-codes-data==0.2
|
|
8
10
|
Requires-Dist: typer>=0.20.0
|
|
9
11
|
Requires-Python: >=3.13
|
|
@@ -17,6 +19,12 @@ Description-Content-Type: text/markdown
|
|
|
17
19
|
|
|
18
20
|
### **✨ A Python CLI tool for managing Everybody Codes puzzles ✨**
|
|
19
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
|
+
|
|
20
28
|
---
|
|
21
29
|
|
|
22
30
|
</div>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
python_ecd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
python_ecd/cli.py,sha256=afZomWPhSZKi28PAhj2qY-TZWJ4GI5R7ZhbWB92pMwc,6378
|
|
3
3
|
python_ecd/templates/.gitignore.tpl,sha256=y_SVda3Ui7hqPOLVZ56uXZUdV7W2O5rP2zqJ00fMq5E,108
|
|
4
|
-
python_ecd/templates/README.md.tpl,sha256=
|
|
4
|
+
python_ecd/templates/README.md.tpl,sha256=TkO256R4C9fMhNvOIvGeh0OCMZWTFhUTcl_gB1J7dlA,1175
|
|
5
5
|
python_ecd/templates/solution.py.tpl,sha256=1VB0m1VJ5I1aXoGnCASU0ebG2hkW7UPBk4r1aUFO8Ao,220
|
|
6
6
|
python_ecd/utils.py,sha256=c8MUh2T52n0jFlv2bjkrgHyemdKS-Uuw0ysTGKFHp1c,5148
|
|
7
7
|
python_ecd/version.py,sha256=XfNNhTw26h98ofJAEHXMEso8xh2OqwH7tu-6Z1kjmSs,84
|
|
8
|
-
python_ecd-0.1.
|
|
9
|
-
python_ecd-0.1.
|
|
10
|
-
python_ecd-0.1.
|
|
11
|
-
python_ecd-0.1.
|
|
8
|
+
python_ecd-0.1.6.dist-info/WHEEL,sha256=5w2T7AS2mz1-rW9CNagNYWRCaB0iQqBMYLwKdlgiR4Q,78
|
|
9
|
+
python_ecd-0.1.6.dist-info/entry_points.txt,sha256=K_TJwtTcFG_QZTb0wkM-Le2ybbo-u3BXcaCWQTP0bZ0,76
|
|
10
|
+
python_ecd-0.1.6.dist-info/METADATA,sha256=K65morjiyHL7LAbjFsp1tgGN1sPu9_4mbf4LmnZDSuI,3248
|
|
11
|
+
python_ecd-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|