python-doc-2 1.0.0__tar.gz → 2.0.0__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: python-doc-2
3
- Version: 1.0.0
3
+ Version: 2.0.0
4
4
  Summary: Учебный проект: CLI инструмент для работы с ИИ
5
5
  Requires-Python: >=3.8
6
6
  Description-Content-Type: text/markdown
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-doc-2"
7
- version = "1.0.0"
7
+ version = "2.0.0"
8
8
  description = "Учебный проект: CLI инструмент для работы с ИИ"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-doc-2
3
- Version: 1.0.0
3
+ Version: 2.0.0
4
4
  Summary: Учебный проект: CLI инструмент для работы с ИИ
5
5
  Requires-Python: >=3.8
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,13 @@
1
+ README.md
2
+ pyproject.toml
3
+ python_doc_2.egg-info/PKG-INFO
4
+ python_doc_2.egg-info/SOURCES.txt
5
+ python_doc_2.egg-info/dependency_links.txt
6
+ python_doc_2.egg-info/entry_points.txt
7
+ python_doc_2.egg-info/requires.txt
8
+ python_doc_2.egg-info/top_level.txt
9
+ tool/__init__.py
10
+ tool/api_key.txt
11
+ tool/cli.py
12
+ tool/crypto_key.py
13
+ tool/k.txt
@@ -1,13 +0,0 @@
1
- README.md
2
- pyproject.toml
3
- src/python_doc_2.egg-info/PKG-INFO
4
- src/python_doc_2.egg-info/SOURCES.txt
5
- src/python_doc_2.egg-info/dependency_links.txt
6
- src/python_doc_2.egg-info/entry_points.txt
7
- src/python_doc_2.egg-info/requires.txt
8
- src/python_doc_2.egg-info/top_level.txt
9
- src/tool/__init__.py
10
- src/tool/api_key.txt
11
- src/tool/cli.py
12
- src/tool/crypto_key.py
13
- src/tool/k.txt
File without changes
File without changes