bcsfe-wrapper-python 0.1.10__tar.gz → 0.1.12__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.
- {bcsfe_wrapper_python-0.1.10/bcsfe_wrapper_python.egg-info → bcsfe_wrapper_python-0.1.12}/PKG-INFO +1 -1
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/wrapper.py +51 -6
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12/bcsfe_wrapper_python.egg-info}/PKG-INFO +1 -1
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/setup.py +1 -1
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/MANIFEST.in +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/README.md +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/__main__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/color.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/dialog_creator.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/aku_realm.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/basic_items.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/cat_editor.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/clear_tutorial.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/enemy_editor.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/event_tickets.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/fixes.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/map.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/max_all.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/rare_ticket_trade.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/storage.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/feature_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/file_dialog.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/main.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/recent_saves.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/save_management.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/server_cli.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/country_code.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/crypto.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/battle/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/battle/battle_items.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/battle/cleared_slots.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/battle/enemy.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/battle/slots.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/beacon_base.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/cat.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/drop_chara.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/gambling.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/gatya.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/gatya_item.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/item_pack.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/login_bonuses.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/matatabi.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/medals.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/mission.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/my_sale.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/nyanko_club.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/officer_pass.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/playtime.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/powerup.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/scheme_items.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/special_skill.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/stamp.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/talent_orbs.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/unlock_popups.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/upgrade.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/catbase/user_rank_rewards.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/gamoto/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/gamoto/base_materials.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/gamoto/cat_shrine.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/gamoto/catamins.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/gamoto/gamatoto.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/gamoto/ototo.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/localizable.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/aku.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/challenge.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/chapters.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/dojo.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/enigma.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/event.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/ex_stage.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/gauntlets.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/item_reward_stage.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/legend_quest.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/map_names.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/map_option.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/map_reset.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/outbreaks.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/story.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/timed_score.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/tower.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/uncanny.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/zero_legends.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game_version.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/adb_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/bc_csv.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/command.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/config.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/data.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/git_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/json_file.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/path.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/root_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/save.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/thread_helper.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/waydroid.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/yaml.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/locale_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/log.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/max_value_helper.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/client_info.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/event_data.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/game_data_getter.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/headers.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/managed_item.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/request.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/server_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/server/updater.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/theme_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/en/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/tw/metadata.json +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/locales/vi/metadata.json +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/max_values.json +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/themes/default.json +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/files/themes/discord.json +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/py.typed +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper_python.egg-info/SOURCES.txt +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper_python.egg-info/dependency_links.txt +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper_python.egg-info/top_level.txt +0 -0
- {bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/setup.cfg +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import sys
|
|
3
|
+
import random
|
|
3
4
|
from typing import Any, List, Optional, Tuple, Dict, Union
|
|
4
5
|
|
|
5
6
|
from bcsfe import core
|
|
@@ -115,17 +116,61 @@ class BCSFEWrapper:
|
|
|
115
116
|
def clear_true_legends(self, max_star: int = 1): self._clear_legend_group(self.save_file.uncanny_legends, max_star)
|
|
116
117
|
def clear_zero_legends(self, max_star: int = 1): self._clear_legend_group(self.save_file.zero_legends, max_star)
|
|
117
118
|
|
|
118
|
-
# ゾンビ襲来クリア機能
|
|
119
119
|
def clear_zombie_outbreaks(self, chapters: List[int] = [0, 1, 2, 3, 4, 5, 6, 7, 8]):
|
|
120
|
-
"""
|
|
121
|
-
指定した章のゾンビ襲来をすべてクリアします。
|
|
122
|
-
0-2: 日本編, 3-5: 未来編, 6-8: 宇宙編
|
|
123
|
-
"""
|
|
124
120
|
for chapter_id in chapters:
|
|
125
|
-
for stage_id in range(48):
|
|
121
|
+
for stage_id in range(48):
|
|
126
122
|
self.save_file.outbreaks.clear_outbreak(chapter_id, stage_id, True)
|
|
127
123
|
|
|
128
124
|
def unlock_aku_realm(self): edits.aku_realm.unlock_aku_realm(self.save_file)
|
|
125
|
+
|
|
126
|
+
def unlock_all_medals(self):
|
|
127
|
+
for i in range(len(self.save_file.medals.medals)):
|
|
128
|
+
self.save_file.medals.medals[i] = True
|
|
129
|
+
|
|
130
|
+
def claim_all_stamps(self):
|
|
131
|
+
for stamp in self.save_file.stamps.stamps:
|
|
132
|
+
stamp.received = True
|
|
133
|
+
stamp.current_stamp = stamp.total_stamps
|
|
134
|
+
|
|
135
|
+
def legend_all_gamatoto_members(self):
|
|
136
|
+
members_name = core.core_data.get_gamatoto_members_name(self.save_file)
|
|
137
|
+
legend_ids = [m.member_id for m in members_name.members if m.rarity == 2]
|
|
138
|
+
if not legend_ids: return
|
|
139
|
+
for helper in self.save_file.gamatoto.helpers.helpers:
|
|
140
|
+
helper.id = random.choice(legend_ids)
|
|
141
|
+
|
|
142
|
+
# 新機能: お宝コンプリート
|
|
143
|
+
def complete_all_treasures(self, groups: List[int] = [0, 1, 2]):
|
|
144
|
+
"""
|
|
145
|
+
0: 日本編, 1: 未来編, 2: 宇宙編
|
|
146
|
+
"""
|
|
147
|
+
for group_id in groups:
|
|
148
|
+
start, end = group_id * 3, (group_id + 1) * 3
|
|
149
|
+
for c_id in range(start, end):
|
|
150
|
+
if c_id < len(self.save_file.story.chapters):
|
|
151
|
+
chapter = self.save_file.story.chapters[c_id]
|
|
152
|
+
for stage in chapter.stages: stage.treasure = 3
|
|
153
|
+
|
|
154
|
+
# 新機能: 施設レベル最大化
|
|
155
|
+
def max_all_upgrades(self):
|
|
156
|
+
"""
|
|
157
|
+
にゃんこ砲、お城、研究、会計などの施設レベルをすべて最大にします。
|
|
158
|
+
"""
|
|
159
|
+
for upgrade in self.save_file.upgrades.upgrades:
|
|
160
|
+
upgrade.base = upgrade.max_base
|
|
161
|
+
upgrade.plus = upgrade.max_plus
|
|
162
|
+
|
|
163
|
+
# 新機能: ガマトト・お城開発の即時完了
|
|
164
|
+
def instant_complete_activities(self):
|
|
165
|
+
self.save_file.gamatoto.expedition.remaining_time = 0
|
|
166
|
+
self.save_file.ototo.developing_remaining_time = 0
|
|
167
|
+
|
|
168
|
+
# 新機能: 本能全解放
|
|
169
|
+
def max_all_talents(self):
|
|
170
|
+
for cat in self.save_file.cats.get_unlocked_cats():
|
|
171
|
+
for talent in cat.talents:
|
|
172
|
+
talent.level = talent.max_level
|
|
173
|
+
|
|
129
174
|
def unban(self): self.save_file.show_ban_message = self.save_file.banned = False
|
|
130
175
|
def get_inquiry_code(self) -> str: return self.save_file.inquiry_code
|
|
131
176
|
def edit_inquiry_code(self, new_code: str): self.save_file.inquiry_code = new_code
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/__init__.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/color.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
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/fixes.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/map.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/max_all.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/edits/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/file_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/recent_saves.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/cli/server_cli.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/__init__.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/country_code.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/crypto.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
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game/map/aku.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
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/game_version.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/bc_csv.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/command.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/config.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/data.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/json_file.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/path.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/save.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/waydroid.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.10 → bcsfe_wrapper_python-0.1.12}/bcsfe_wrapper/bcsfe/core/io/yaml.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
|
|
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
|
|
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
|