aoiro 0.0.1__py3-none-any.whl → 0.0.2__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.
aoiro/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.0.1"
1
+ __version__ = "0.0.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aoiro
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: CSV-based 青色申告 CLI app
5
5
  License: GNU General Public License v3
6
6
  Author: 34j
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: 3.13
20
20
  Classifier: Topic :: Software Development :: Libraries
21
21
  Requires-Dist: rich (>=10)
22
- Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
22
+ Requires-Dist: typer[all] (>=0.15.0,<0.16.0)
23
23
  Project-URL: Bug Tracker, https://github.com/34j/aoiro/issues
24
24
  Project-URL: Changelog, https://github.com/34j/aoiro/blob/main/CHANGELOG.md
25
25
  Project-URL: Documentation, https://aoiro.readthedocs.io
@@ -0,0 +1,10 @@
1
+ aoiro/__init__.py,sha256=QvlVh4JTl3JL7jQAja76yKtT-IvF4631ASjWY1wS6AQ,22
2
+ aoiro/__main__.py,sha256=HgeO8VBtsUmeqzLmhCa6egXzubnSmJL65d1LUQtbelE,97
3
+ aoiro/cli.py,sha256=RSDcFm6oNar9J0hDAeWlFrqgXcGPsQ6tpzsNQkcVVZA,206
4
+ aoiro/main.py,sha256=j2h8YoaIyvMAosyxXlV3rlWEQ7x1yvnZWhdjVG4vXdU,82
5
+ aoiro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ aoiro-0.0.2.dist-info/LICENSE,sha256=trmBmlylBLA6tI9-cy0S2yAPcvit3NQtt_Jsbl7fcGY,35075
7
+ aoiro-0.0.2.dist-info/METADATA,sha256=Q8lKPHKV3RlcNJddox-Bm5HIvcJ3WlzLLa68jkuk1FI,4446
8
+ aoiro-0.0.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
9
+ aoiro-0.0.2.dist-info/entry_points.txt,sha256=bfcB8r_8xOWhLGp_SRYaNbohnbiZjhCCsHWCgtLeMWM,39
10
+ aoiro-0.0.2.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- aoiro/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
2
- aoiro/__main__.py,sha256=HgeO8VBtsUmeqzLmhCa6egXzubnSmJL65d1LUQtbelE,97
3
- aoiro/cli.py,sha256=RSDcFm6oNar9J0hDAeWlFrqgXcGPsQ6tpzsNQkcVVZA,206
4
- aoiro/main.py,sha256=j2h8YoaIyvMAosyxXlV3rlWEQ7x1yvnZWhdjVG4vXdU,82
5
- aoiro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- aoiro-0.0.1.dist-info/LICENSE,sha256=trmBmlylBLA6tI9-cy0S2yAPcvit3NQtt_Jsbl7fcGY,35075
7
- aoiro-0.0.1.dist-info/METADATA,sha256=2eexwgjZfrjc9NNGqBd0_ItiWxV1NfU-MFynCoGH1XI,4445
8
- aoiro-0.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
9
- aoiro-0.0.1.dist-info/entry_points.txt,sha256=bfcB8r_8xOWhLGp_SRYaNbohnbiZjhCCsHWCgtLeMWM,39
10
- aoiro-0.0.1.dist-info/RECORD,,
File without changes
File without changes