python-ecd 0.1.4__tar.gz → 0.1.12__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.
@@ -1,3 +1,16 @@
1
+ Metadata-Version: 2.3
2
+ Name: python-ecd
3
+ Version: 0.1.12
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
+ [![Code Quality](https://github.com/pablofueros/python-ecd/actions/workflows/code-quality.yaml/badge.svg)](https://github.com/pablofueros/python-ecd/actions/workflows/code-quality.yaml)
23
+ [![Release](https://github.com/pablofueros/python-ecd/actions/workflows/release.yaml/badge.svg)](https://github.com/pablofueros/python-ecd/actions/workflows/release.yaml)
24
+ [![PyPI Latest Release](https://img.shields.io/pypi/v/python-ecd.svg)](https://pypi.org/project/python-ecd/)
25
+ [![PyPI Downloads](https://static.pepy.tech/badge/python-ecd)](https://pepy.tech/projects/python-ecd)
26
+ ![versions](https://img.shields.io/pypi/pyversions/python-ecd.svg)
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.4
4
- Summary: Python CLI for Everybody Codes
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
+ [![Code Quality](https://github.com/pablofueros/python-ecd/actions/workflows/code-quality.yaml/badge.svg)](https://github.com/pablofueros/python-ecd/actions/workflows/code-quality.yaml)
10
+ [![Release](https://github.com/pablofueros/python-ecd/actions/workflows/release.yaml/badge.svg)](https://github.com/pablofueros/python-ecd/actions/workflows/release.yaml)
11
+ [![PyPI Latest Release](https://img.shields.io/pypi/v/python-ecd.svg)](https://pypi.org/project/python-ecd/)
12
+ [![PyPI Downloads](https://static.pepy.tech/badge/python-ecd)](https://pepy.tech/projects/python-ecd)
13
+ ![versions](https://img.shields.io/pypi/pyversions/python-ecd.svg)
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"
3
+ version = "0.1.12"
4
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"]
@@ -1,6 +1,8 @@
1
1
  # 🧩 Everybody Codes Solutions
2
2
 
3
- My solutions to the [Everybody Codes](https://everybody.codes/) puzzles (managed by the [python-ecd](https://github.com/pablofueros/python-ecd) library).
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