vocably2anki 0.1.1__tar.gz → 0.1.3__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vocably2anki
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Converts an exported vocably deck to a simpler format suitable for Anki import
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -26,7 +26,8 @@ options:
26
26
  ```
27
27
 
28
28
  or
29
+
29
30
  ```
30
- > uvx v2a -h
31
+ > uvx vocably2anki -h
31
32
  ...
32
33
  ```
@@ -18,7 +18,8 @@ options:
18
18
  ```
19
19
 
20
20
  or
21
+
21
22
  ```
22
- > uvx v2a -h
23
+ > uvx vocably2anki -h
23
24
  ...
24
25
  ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vocably2anki"
3
- version = "0.1.1"
3
+ version = "0.1.3"
4
4
  description = "Converts an exported vocably deck to a simpler format suitable for Anki import"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -9,4 +9,4 @@ dependencies = [
9
9
  ]
10
10
 
11
11
  [project.scripts]
12
- v2a = "v2a:main"
12
+ vocably2anki = "v2a:main"
@@ -47,7 +47,7 @@ def convert(
47
47
 
48
48
  # entrypoint specified in project.scripts in pyproject.toml
49
49
  def main():
50
- arguably.run(name="v2a")
50
+ arguably.run(name="vocably2anki")
51
51
 
52
52
  if __name__ == "__main__":
53
53
  main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vocably2anki
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Converts an exported vocably deck to a simpler format suitable for Anki import
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -26,7 +26,8 @@ options:
26
26
  ```
27
27
 
28
28
  or
29
+
29
30
  ```
30
- > uvx v2a -h
31
+ > uvx vocably2anki -h
31
32
  ...
32
33
  ```
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ vocably2anki = v2a:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- v2a = v2a:main
File without changes