fnschool 20251015.80844.859__tar.gz → 20251015.81127.817__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.
Potentially problematic release.
This version of fnschool might be problematic. Click here for more details.
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/PKG-INFO +1 -1
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/__init__.py +1 -1
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/views.py +1 -1
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/workbook/generate.py +2 -2
- fnschool-20251015.81127.817/src/fnschoo1/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/PKG-INFO +1 -1
- fnschool-20251015.80844.859/src/fnschoo1/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/LICENSE +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/README.md +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/pyproject.toml +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/setup.cfg +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/admin.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/apps.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/forms.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0001_initial.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0002_ingredient_is_disabled.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0003_consumption_is_disabled_alter_ingredient_is_disabled.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0004_alter_ingredient_name_category_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0005_alter_category_created_at_alter_category_name_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0006_category_is_disabled_alter_category_user_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0007_alter_consumption_amount_used_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0008_category_abbreviation_mealtype.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0009_alter_category_abbreviation_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0010_alter_consumption_options_alter_ingredient_options_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0011_category_pin_to_consumptions_top.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0012_alter_ingredient_storage_date.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0013_alter_consumption_options_alter_ingredient_options_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0014_category_priority.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0015_alter_category_options_alter_category_priority.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/0016_consumption_unique_ingredient_date_of_using.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/migrations/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/models.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/category/create.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/category/delete.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/category/list.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/category/update.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/close.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/consumption/_create.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/consumption/create.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/ingredient/close.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/ingredient/create.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/ingredient/create_one.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/ingredient/delete.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/ingredient/list.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/ingredient/update.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/meal_type/create.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/meal_type/delete.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/meal_type/list.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/templates/canteen/meal_type/update.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/tests.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/urls.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/workbook/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/asgi.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/settings.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/templatetags/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/templatetags/fnschool_tags.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/urls.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/views.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/wsgi.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/locale/en/LC_MESSAGES/django.mo +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/manage.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/admin.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/apps.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/forms.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/migrations/0001_initial.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/migrations/0002_alter_profile_bio.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/migrations/0003_alter_profile_options_alter_profile_address_and_more.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/migrations/0004_profile_gender.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/migrations/0005_alter_profile_gender.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/migrations/__init__.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/models.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/signals.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/templates/profiles/create.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/templates/profiles/detail.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/templates/profiles/edit.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/templates/profiles/log_in.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/templates/profiles/log_out.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/tests.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/urls.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/views.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/css/bootstrap.min.css +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/css/fnschool.css +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/images/favicon.ico +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/bootstrap.bundle.min.js +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/bootstrap.min.js +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/fnschool.js +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/jquery.min.js +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/jquery.slim.min.js +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/popper.min.js +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/_content.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/_css.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/_js.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/content.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/header_content_footer.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/close.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/home.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/includes/_footer.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/includes/_header.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/includes/_navigation.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/includes/_paginator.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/registration/logged_out.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/registration/login.html +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/SOURCES.txt +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/SOURCES.txt.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/dependency_links.txt +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/dependency_links.txt.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/entry_points.txt +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/entry_points.txt.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/requires.txt +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/requires.txt.py +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/top_level.txt +0 -0
- {fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/top_level.txt.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fnschool
|
|
3
|
-
Version: 20251015.
|
|
3
|
+
Version: 20251015.81127.817
|
|
4
4
|
Summary: Just some school related scripts, without any ambition.
|
|
5
5
|
Author-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>, Larry W3i <larryw3i@yeah.net>
|
|
6
6
|
Maintainer-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>
|
|
@@ -246,7 +246,7 @@ def create_consumptions(request, ingredient_id=None):
|
|
|
246
246
|
& Q(is_ignorable=False)
|
|
247
247
|
)
|
|
248
248
|
ingredients = Ingredient.objects
|
|
249
|
-
|
|
249
|
+
|
|
250
250
|
ingredients = (
|
|
251
251
|
ingredients.filter(queries).order_by(
|
|
252
252
|
"name", "storage_date", "meal_type__name", "category__name"
|
|
@@ -907,7 +907,7 @@ class CanteenWorkBook:
|
|
|
907
907
|
|
|
908
908
|
title_cell_row_num = row_num
|
|
909
909
|
title_cell = sheet.cell(title_cell_row_num, 1)
|
|
910
|
-
title_cell.value = _("
|
|
910
|
+
title_cell.value = _("Consumption List Title (Consumption List Sheet)")
|
|
911
911
|
title_cell.alignment = self.center_alignment
|
|
912
912
|
title_cell.font = self.font_20_bold
|
|
913
913
|
sheet.merge_cells(f"A{title_cell_row_num}:H{title_cell_row_num}")
|
|
@@ -1177,7 +1177,7 @@ class CanteenWorkBook:
|
|
|
1177
1177
|
).all()
|
|
1178
1178
|
ingredient_row_height = 0.18
|
|
1179
1179
|
ingredient_rows_height = ingredient_rows_count * 0.18
|
|
1180
|
-
storage_dates = list(set([i.storage_date for i in ingredients]))
|
|
1180
|
+
storage_dates = sorted(list(set([i.storage_date for i in ingredients])))
|
|
1181
1181
|
|
|
1182
1182
|
storaged_ingredients = []
|
|
1183
1183
|
for storage_date in storage_dates:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fnschool
|
|
3
|
-
Version: 20251015.
|
|
3
|
+
Version: 20251015.81127.817
|
|
4
4
|
Summary: Just some school related scripts, without any ambition.
|
|
5
5
|
Author-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>, Larry W3i <larryw3i@yeah.net>
|
|
6
6
|
Maintainer-email: larryw3i <larryw3i@163.com>, Larry Wei <larryw3i@126.com>
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/canteen/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/fnschool/settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/profiles/signals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/css/fnschool.css
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/images/favicon.ico
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/bootstrap.min.js
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/fnschool.js
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/jquery.min.js
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/static/js/popper.min.js
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/_css.html
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/_js.html
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/base/content.html
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/close.html
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschoo1/templates/home.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/SOURCES.txt.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/requires.txt
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/requires.txt.py
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/top_level.txt
RENAMED
|
File without changes
|
{fnschool-20251015.80844.859 → fnschool-20251015.81127.817}/src/fnschool.egg-info/top_level.txt.py
RENAMED
|
File without changes
|