приведение кода к PEP 8, добавление комментариев, финальные правки
This commit is contained in:
5
mypkg.egg-info/PKG-INFO
Normal file
5
mypkg.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,5 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: mypkg
|
||||
Version: 0.1.0
|
||||
Summary: Менеджер пакетов для Linux
|
||||
Dynamic: summary
|
||||
19
mypkg.egg-info/SOURCES.txt
Normal file
19
mypkg.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
README.md
|
||||
setup.py
|
||||
mypkg/__init__.py
|
||||
mypkg.egg-info/PKG-INFO
|
||||
mypkg.egg-info/SOURCES.txt
|
||||
mypkg.egg-info/dependency_links.txt
|
||||
mypkg.egg-info/entry_points.txt
|
||||
mypkg.egg-info/top_level.txt
|
||||
mypkg/cli/__init__.py
|
||||
mypkg/cli/main.py
|
||||
mypkg/core/__init__.py
|
||||
mypkg/core/dependency_resolver.py
|
||||
mypkg/core/package_manager.py
|
||||
mypkg/database/__init__.py
|
||||
mypkg/database/db_manager.py
|
||||
mypkg/models/__init__.py
|
||||
mypkg/models/package.py
|
||||
mypkg/utils/__init__.py
|
||||
mypkg/utils/colors.py
|
||||
1
mypkg.egg-info/dependency_links.txt
Normal file
1
mypkg.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
2
mypkg.egg-info/entry_points.txt
Normal file
2
mypkg.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
[console_scripts]
|
||||
mypkg = mypkg.cli.main:main
|
||||
1
mypkg.egg-info/top_level.txt
Normal file
1
mypkg.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
mypkg
|
||||
Reference in New Issue
Block a user