e3cli 0.4.0__tar.gz → 0.4.1__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.
Files changed (48) hide show
  1. e3cli-0.4.1/Formula/e3cli.rb +84 -0
  2. {e3cli-0.4.0 → e3cli-0.4.1}/PKG-INFO +1 -1
  3. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/__init__.py +1 -1
  4. {e3cli-0.4.0 → e3cli-0.4.1}/pyproject.toml +1 -1
  5. e3cli-0.4.0/Formula/e3cli.rb +0 -35
  6. {e3cli-0.4.0 → e3cli-0.4.1}/.github/workflows/ci.yml +0 -0
  7. {e3cli-0.4.0 → e3cli-0.4.1}/.github/workflows/release.yml +0 -0
  8. {e3cli-0.4.0 → e3cli-0.4.1}/.gitignore +0 -0
  9. {e3cli-0.4.0 → e3cli-0.4.1}/CLAUDE.md +0 -0
  10. {e3cli-0.4.0 → e3cli-0.4.1}/LICENSE +0 -0
  11. {e3cli-0.4.0 → e3cli-0.4.1}/Makefile +0 -0
  12. {e3cli-0.4.0 → e3cli-0.4.1}/README.md +0 -0
  13. {e3cli-0.4.0 → e3cli-0.4.1}/README_zh-TW.md +0 -0
  14. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/__main__.py +0 -0
  15. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/agent_prompt.md +0 -0
  16. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/ai/__init__.py +0 -0
  17. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/api/__init__.py +0 -0
  18. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/api/assignments.py +0 -0
  19. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/api/client.py +0 -0
  20. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/api/courses.py +0 -0
  21. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/api/files.py +0 -0
  22. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/api/site.py +0 -0
  23. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/auth.py +0 -0
  24. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/cli.py +0 -0
  25. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/__init__.py +0 -0
  26. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/_common.py +0 -0
  27. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/assignments.py +0 -0
  28. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/courses.py +0 -0
  29. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/download.py +0 -0
  30. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/interactive.py +0 -0
  31. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/login.py +0 -0
  32. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/logout.py +0 -0
  33. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/schedule.py +0 -0
  34. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/setup.py +0 -0
  35. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/submit.py +0 -0
  36. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/commands/sync.py +0 -0
  37. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/config.py +0 -0
  38. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/credential.py +0 -0
  39. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/i18n.py +0 -0
  40. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/scheduler/__init__.py +0 -0
  41. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/scheduler/cron.py +0 -0
  42. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/semester.py +0 -0
  43. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/storage/__init__.py +0 -0
  44. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/storage/db.py +0 -0
  45. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/storage/models.py +0 -0
  46. {e3cli-0.4.0 → e3cli-0.4.1}/e3cli/storage/tracking.py +0 -0
  47. {e3cli-0.4.0 → e3cli-0.4.1}/tests/__init__.py +0 -0
  48. {e3cli-0.4.0 → e3cli-0.4.1}/tests/test_basic.py +0 -0
@@ -0,0 +1,84 @@
1
+ class E3cli < Formula
2
+ include Language::Python::Virtualenv
3
+
4
+ desc "NYCU E3 Moodle automation CLI — sync courses, download materials, submit assignments"
5
+ homepage "https://github.com/junlinwk/e3cli"
6
+ url "https://github.com/junlinwk/e3cli/archive/refs/tags/v0.3.2.tar.gz"
7
+ sha256 "81fdd7e59817afbe9863c4c8533355297daaf59a37e526f47ca26d161a6ce7d3"
8
+ license "MIT"
9
+
10
+ depends_on "python@3.12"
11
+
12
+ resource "typer" do
13
+ url "https://files.pythonhosted.org/packages/f5/24/cb09efec5cc954f7f9b930bf8279447d24618bb6758d4f6adf2574c41780/typer-0.24.1.tar.gz"
14
+ sha256 "e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"
15
+ end
16
+
17
+ resource "click" do
18
+ url "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz"
19
+ sha256 "12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"
20
+ end
21
+
22
+ resource "shellingham" do
23
+ url "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz"
24
+ sha256 "8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"
25
+ end
26
+
27
+ resource "annotated-doc" do
28
+ url "https://files.pythonhosted.org/packages/57/ba/046ceea27344560984e26a590f90bc7f4a75b06701f653222458922b558c/annotated_doc-0.0.4.tar.gz"
29
+ sha256 "fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4"
30
+ end
31
+
32
+ resource "requests" do
33
+ url "https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz"
34
+ sha256 "c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"
35
+ end
36
+
37
+ resource "charset_normalizer" do
38
+ url "https://files.pythonhosted.org/packages/7b/60/e3bec1881450851b087e301bedc3daa9377a4d45f1c26aa90b0b235e38aa/charset_normalizer-3.4.6.tar.gz"
39
+ sha256 "1ae6b62897110aa7c79ea2f5dd38d1abca6db663687c0b1ad9aed6f6bae3d9d6"
40
+ end
41
+
42
+ resource "idna" do
43
+ url "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz"
44
+ sha256 "795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"
45
+ end
46
+
47
+ resource "urllib3" do
48
+ url "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz"
49
+ sha256 "1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"
50
+ end
51
+
52
+ resource "certifi" do
53
+ url "https://files.pythonhosted.org/packages/af/2d/7bf41579a8986e348fa033a31cdd0e4121114f6bce2457e8876010b092dd/certifi-2026.2.25.tar.gz"
54
+ sha256 "e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7"
55
+ end
56
+
57
+ resource "rich" do
58
+ url "https://files.pythonhosted.org/packages/b3/c6/f3b320c27991c46f43ee9d856302c70dc2d0fb2dba4842ff739d5f46b393/rich-14.3.3.tar.gz"
59
+ sha256 "b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"
60
+ end
61
+
62
+ resource "markdown-it-py" do
63
+ url "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz"
64
+ sha256 "cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3"
65
+ end
66
+
67
+ resource "mdurl" do
68
+ url "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz"
69
+ sha256 "bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
70
+ end
71
+
72
+ resource "pygments" do
73
+ url "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz"
74
+ sha256 "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"
75
+ end
76
+
77
+ def install
78
+ virtualenv_install_with_resources
79
+ end
80
+
81
+ test do
82
+ assert_match "e3cli", shell_output("#{bin}/e3cli version")
83
+ end
84
+ end
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: e3cli
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: NYCU E3 Moodle automation CLI — sync courses, download materials, submit assignments.
5
5
  Project-URL: Homepage, https://github.com/junlinwk/e3cli
6
6
  Project-URL: Repository, https://github.com/junlinwk/e3cli
@@ -1,3 +1,3 @@
1
1
  """E3CLI — NYCU E3 Moodle Automation CLI Tool"""
2
2
 
3
- __version__ = "0.4.0"
3
+ __version__ = "0.4.1"
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "e3cli"
7
- version = "0.4.0"
7
+ version = "0.4.1"
8
8
  description = "NYCU E3 Moodle automation CLI — sync courses, download materials, submit assignments."
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,35 +0,0 @@
1
- class E3cli < Formula
2
- include Language::Python::Virtualenv
3
-
4
- desc "NYCU E3 Moodle automation CLI — sync courses, download materials, submit assignments"
5
- homepage "https://github.com/junlinwk/e3cli"
6
- url "https://github.com/junlinwk/e3cli/archive/refs/tags/v0.1.0.tar.gz"
7
- sha256 "7aa0147a0301b7fcd69502689cece3d648dc19f2ce6025b131b325b31300367a"
8
- license "MIT"
9
-
10
- depends_on "python@3.12"
11
-
12
- resource "typer" do
13
- url "https://files.pythonhosted.org/packages/f5/24/cb09efec5cc954f7f9b930bf8279447d24618bb6758d4f6adf2574c41780/typer-0.24.1.tar.gz"
14
- sha256 "e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"
15
- end
16
-
17
- resource "requests" do
18
- url "https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz"
19
- sha256 "c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"
20
- end
21
-
22
- resource "rich" do
23
- url "https://files.pythonhosted.org/packages/b3/c6/f3b320c27991c46f43ee9d856302c70dc2d0fb2dba4842ff739d5f46b393/rich-14.3.3.tar.gz"
24
- sha256 "b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b"
25
- end
26
-
27
- def install
28
- virtualenv_install_with_resources
29
- end
30
-
31
- test do
32
- assert_match "e3cli", shell_output("#{bin}/e3cli version")
33
- end
34
- end
35
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes