Актализировал пакеты и структуру
This commit is contained in:
11
src/MailOrderBot.egg-info/PKG-INFO
Normal file
11
src/MailOrderBot.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,11 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: MailOrderBot
|
||||
Version: 1.0.2
|
||||
Summary: Config manager for building applications
|
||||
Author-email: Aleksei Zosimov <lesha.spb@gmail.com>
|
||||
Project-URL: Homepage, https://git.lesha.spb.ru/alex/config_manager
|
||||
Project-URL: Documentation, https://git.lesha.spb.ru/alex/config_manager
|
||||
Project-URL: Repository, https://git.lesha.spb.ru/alex/config_manager
|
||||
Requires-Python: >=3.12
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: python-dotenv>=1.0.0
|
||||
17
src/MailOrderBot.egg-info/SOURCES.txt
Normal file
17
src/MailOrderBot.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
README.md
|
||||
pyproject.toml
|
||||
src/MailOrderBot.egg-info/PKG-INFO
|
||||
src/MailOrderBot.egg-info/SOURCES.txt
|
||||
src/MailOrderBot.egg-info/dependency_links.txt
|
||||
src/MailOrderBot.egg-info/requires.txt
|
||||
src/MailOrderBot.egg-info/top_level.txt
|
||||
src/mail_order_bot/__init__.py
|
||||
src/mail_order_bot/main.py
|
||||
src/mail_order_bot/email_client/__init__.py
|
||||
src/mail_order_bot/email_client/email_client.py
|
||||
src/mail_order_bot/email_client/email_objects.py
|
||||
src/mail_order_bot/excel_processor/configurable_parser.py
|
||||
src/mail_order_bot/excel_processor/excel_parser.py
|
||||
src/mail_order_bot/excel_processor/excel_processor.py
|
||||
src/mail_order_bot/excel_processor/order_position.py
|
||||
src/mail_order_bot/excel_processor/parser_factory.py
|
||||
1
src/MailOrderBot.egg-info/dependency_links.txt
Normal file
1
src/MailOrderBot.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
src/MailOrderBot.egg-info/requires.txt
Normal file
1
src/MailOrderBot.egg-info/requires.txt
Normal file
@@ -0,0 +1 @@
|
||||
python-dotenv>=1.0.0
|
||||
1
src/MailOrderBot.egg-info/top_level.txt
Normal file
1
src/MailOrderBot.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
mail_order_bot
|
||||
Reference in New Issue
Block a user