AtCoderStudyBooster 0.3.2__py3-none-any.whl → 0.3.3__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.
- {atcoderstudybooster-0.3.2.dist-info → atcoderstudybooster-0.3.3.dist-info}/METADATA +3 -3
- {atcoderstudybooster-0.3.2.dist-info → atcoderstudybooster-0.3.3.dist-info}/RECORD +4 -4
- {atcoderstudybooster-0.3.2.dist-info → atcoderstudybooster-0.3.3.dist-info}/WHEEL +0 -0
- {atcoderstudybooster-0.3.2.dist-info → atcoderstudybooster-0.3.3.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: AtCoderStudyBooster
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.3
|
4
4
|
Summary: A tool to download and manage AtCoder problems.
|
5
5
|
Project-URL: Homepage, https://github.com/yuta6/AtCoderStudyBooster
|
6
6
|
Author-email: yuta6 <46110512+yuta6@users.noreply.github.com>
|
@@ -8,7 +8,7 @@ License: MIT
|
|
8
8
|
Requires-Python: >=3.8
|
9
9
|
Requires-Dist: beautifulsoup4
|
10
10
|
Requires-Dist: click-aliases>=1.0.5
|
11
|
-
Requires-Dist: markdownify
|
11
|
+
Requires-Dist: markdownify==0.13.1
|
12
12
|
Requires-Dist: pywebview>=5.4
|
13
13
|
Requires-Dist: questionary>=2.0.1
|
14
14
|
Requires-Dist: requests
|
@@ -27,7 +27,7 @@ Description-Content-Type: text/markdown
|
|
27
27
|
|
28
28
|
AtCoderStudyBoosterはAtCoderの学習を加速させるためのCLIツールです。問題をローカルにダウンロードし、テスト、提出、解答の作成をサポートするツールです。Pythonが入っていることが必須です。Pythonが入っている環境なら、`pip install AtCoderStudyBooster`でインストールできます。(Python3.8以上が必要です)
|
29
29
|
|
30
|
-
キャプチャ認証が導入されたあとでも、CLI
|
30
|
+
キャプチャ認証が導入されたあとでも、CLIから半自動でログイン&提出できます。ただしキャプチャをGUIから人力で解く必要があります。キャプチャー認証をバイパスするものではありません。
|
31
31
|
|
32
32
|
このツールは以下のプロジェクトに強く影響を受けています。
|
33
33
|
[online-judge-tools](https://github.com/online-judge-tools)
|
@@ -15,7 +15,7 @@ atcdr/util/gpt.py,sha256=vH10Waa7KXlz6-5pEUBuIbxTbDH3Hys7k9Tt7prvFX4,3772
|
|
15
15
|
atcdr/util/parse.py,sha256=SJ4khlH5iWaSwyORmQLi84npMwh5u2omCeg0q7ScEAE,6974
|
16
16
|
atcdr/util/problem.py,sha256=wEoMC5KVQu5l-i4V-ZCR30Z30Zov0VCNtLVIbL-0iI0,2594
|
17
17
|
atcdr/util/session.py,sha256=LwlSN86sfnkE9a-opL4qvKYHsCgiMy7eFCdcXdo79eg,4889
|
18
|
-
atcoderstudybooster-0.3.
|
19
|
-
atcoderstudybooster-0.3.
|
20
|
-
atcoderstudybooster-0.3.
|
21
|
-
atcoderstudybooster-0.3.
|
18
|
+
atcoderstudybooster-0.3.3.dist-info/METADATA,sha256=4_jttlJ8DMACriCozvDLlmhEWoUM91EL9YdpMEkjbOI,6836
|
19
|
+
atcoderstudybooster-0.3.3.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
20
|
+
atcoderstudybooster-0.3.3.dist-info/entry_points.txt,sha256=-stL-IwnheQGlYAdm82RuZu8CGgSakU0aVIVlA7DmFA,40
|
21
|
+
atcoderstudybooster-0.3.3.dist-info/RECORD,,
|
File without changes
|
{atcoderstudybooster-0.3.2.dist-info → atcoderstudybooster-0.3.3.dist-info}/entry_points.txt
RENAMED
File without changes
|