py10x-universe 0.1.3__tar.gz → 0.1.4__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.
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/CHANGELOG.md +2 -2
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/CODE_OF_CONDUCT.md +2 -2
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/GETTING_STARTED.md +1 -1
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/PKG-INFO +6 -6
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/README.md +4 -4
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/SECURITY.md +3 -3
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/pyproject.toml +2 -2
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/uv.lock +28 -28
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.coveragerc +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.github/workflows/build.yml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.gitignore +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/.gitignore +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/misc.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/modules.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/py10x.iml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/ruff.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/runConfigurations/collection_editor__rio_.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/ryecharm-overrides.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/ryecharm.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/vcs.xml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/AGENTS.md +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/CONTRIBUTING.md +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/INSTALLATION.md +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/LICENSE +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/backbone_store.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/backbone_traitable.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/backbone_user.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/bound_data_domain.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/namespace.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/backbone/vault.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/code_samples/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/code_samples/_package_manifest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/code_samples/directories.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/code_samples/person.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/concrete_traits.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/curve.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/data_domain.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/data_domain_binder.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/directory.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/entity.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/entity_filter.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/environment_variables.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/exec_control.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/experimental/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/experimental/data_protocol_ex.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/global_cache.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/calendar_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/ctor_update_bug.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/debug_graph_on.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/debug_graphoff_inside_graph_on.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/enum_bits_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/env_vars_trivial_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/existing_traitable.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/k10x_test1.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/named_constant_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/nucleus_trivial_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/polars_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/py_class_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/rc_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/rdate_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/reference_serialization_bug.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/resource_trivial_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/store_uri_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_definition_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_filter_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_flag_modification_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_modification_bug.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_as_of_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_heir_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_history_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_serialization_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_trivial_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trivial_graph_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/ts_class_association_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/ts_trivial_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/named_constant.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/nucleus.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/package_manifest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/package_refactoring.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/py_class.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/rc.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/rdate.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/resource.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/roman_number.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/testlib/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/testlib/test_store.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/testlib/traitable_history_tests.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/testlib/ts_tests.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/trait.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/trait_definition.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/trait_filter.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/trait_method_error.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/traitable.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/traitable_cli.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/traitable_heir.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/traitable_id.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/ts_store.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/ts_store_type.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/ts_union.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/ui_hint.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_concrete_traits.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_converters.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_curve.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_directory.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_documentation.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_environment_variables.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_filters.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_graph.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_named_constant.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_rc.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_rdate.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_trait_method_error.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_trait_modification.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_traitable.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_traitable_history.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_ts_store.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_ts_union.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_ui_nodes.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_xxcalendar.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/vault/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/vault/sec_keys.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/vault/security_keys_old.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/vault/vault.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/vault/vault_traitable.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/vault/vault_user.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/xdate_time.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/xnone.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/xxcalendar.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/manual_tests/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/manual_tests/test_misc.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/manual_tests/test_prepare_filter_and_pipeline.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/mongodb_admin.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/mongodb_store.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/mongodb_utils.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/unit_tests/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/unit_tests/test_mongo_db.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/infra_10x/unit_tests/test_mongo_history.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/pytest.ini +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/requirements.txt +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ruff.toml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/apps/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/apps/collection_editor_app.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/choice.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/collection_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/concrete_trait_widgets.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/entity_stocker.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/_guess_word_data.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/collection_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/date_selector.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/entity_stocker.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/guess_word.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/message_box.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/multi_choice.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/py_data_browser.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/radiobox.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/single_choice.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/style_sheet.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/examples/trivial_entity_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/platform.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/platform_interface.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/py_data_browser.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/qt6/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/qt6/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/qt6/manual_tests/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/qt6/manual_tests/basic_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/qt6/platform_implementation.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/qt6/utils.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/components/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/components/collection_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/pages/collection_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/pages/login_page.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/pages/style_sheet.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/rio.toml +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/component_builder.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/group_box.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/labeled_checkbox.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/line_edit.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/radio_button.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/separator.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/splitter.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/components/tree_view.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/internals/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/internals/app.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/manual_tests/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/manual_tests/basic_test.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/manual_tests/splitter.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/platform_implementation.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/style_sheet.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/unit_tests/test_collection_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/unit_tests/test_internals.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/unit_tests/test_style_sheet.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/__init__.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/application.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/button.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/button_group.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/calendar.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/checkbox.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/dialog.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/group_box.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/layout.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/line_edit.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/list.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/message_box.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/scroll_area.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/spacer.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/splitter.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/text_edit.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/tree.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_button.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_button_group.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_calendar.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_checkbox.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_group_box.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_label.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_line_edit.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_list.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/table_header_view.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/table_view.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/trait_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/trait_widget.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/traitable_editor.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/traitable_view.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/unit_tests/conftest.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/unit_tests/test_platform.py +0 -0
- {py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/utils.py +0 -0
|
@@ -80,8 +80,8 @@ This is the initial pre-release, so no breaking changes from previous versions.
|
|
|
80
80
|
|
|
81
81
|
## Contributors
|
|
82
82
|
|
|
83
|
-
- Sasha Davidovich <sasha.davidovich@10x-software.
|
|
84
|
-
- Ilya Pevzner <ilya.pevzner@10x-software.
|
|
83
|
+
- Sasha Davidovich <sasha.davidovich@10x-software.org>
|
|
84
|
+
- Ilya Pevzner <ilya.pevzner@10x-software.org>
|
|
85
85
|
|
|
86
86
|
## Acknowledgments
|
|
87
87
|
|
|
@@ -44,8 +44,8 @@ This Code of Conduct applies within all community spaces, and also applies when
|
|
|
44
44
|
|
|
45
45
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at:
|
|
46
46
|
|
|
47
|
-
- **Email**: conduct@10x-software.
|
|
48
|
-
- **Project Maintainers**: sasha.davidovich@10x-software.
|
|
47
|
+
- **Email**: conduct@10x-software.org
|
|
48
|
+
- **Project Maintainers**: sasha.davidovich@10x-software.org, ilya.pevzner@10x-software.org
|
|
49
49
|
|
|
50
50
|
All complaints will be reviewed and investigated promptly and fairly.
|
|
51
51
|
|
|
@@ -1378,6 +1378,6 @@ python core_10x/manual_tests/trivial_graph_test.py
|
|
|
1378
1378
|
- **Security**: [SECURITY.md](SECURITY.md)
|
|
1379
1379
|
- **Code of Conduct**: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
|
|
1380
1380
|
- **Community**: [Discord](https://discord.gg/m7AQSXfFwf)
|
|
1381
|
-
- **Contact**: py10x@10x-software.
|
|
1381
|
+
- **Contact**: py10x@10x-software.org
|
|
1382
1382
|
|
|
1383
1383
|
---
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py10x-universe
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: 10x Universe Core Packages
|
|
5
5
|
Project-URL: Homepage, https://github.com/10X-LLC/py10x
|
|
6
6
|
Project-URL: Repository, https://github.com/10X-LLC/py10x
|
|
7
7
|
Project-URL: Issues, https://github.com/10X-LLC/py10x/issues
|
|
8
8
|
Project-URL: Documentation, https://github.com/10X-LLC/py10x#readme
|
|
9
9
|
Author-email: "10X Software, LLC" <founders@10x-software.org>
|
|
10
|
-
Maintainer-email: Sasha Davidovich & Ilya Pevzner <py10x@10x-software.
|
|
10
|
+
Maintainer-email: Sasha Davidovich & Ilya Pevzner <py10x@10x-software.org>
|
|
11
11
|
License: MIT
|
|
12
12
|
License-File: LICENSE
|
|
13
13
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -386,7 +386,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
386
386
|
|
|
387
387
|
## Contact
|
|
388
388
|
|
|
389
|
-
- **Project Contact**: py10x@10x-software.
|
|
389
|
+
- **Project Contact**: py10x@10x-software.org
|
|
390
390
|
|
|
391
391
|
## Community
|
|
392
392
|
|
|
@@ -401,6 +401,6 @@ Join our community on [Discord](https://discord.gg/m7AQSXfFwf) for discussion, s
|
|
|
401
401
|
|
|
402
402
|
## Authors
|
|
403
403
|
|
|
404
|
-
- Sasha Davidovich <sasha.davidovich@10x-software.
|
|
405
|
-
- Ilya Pevzner <ilya.pevzner@10x-software.
|
|
406
|
-
- **Project Contact**: py10x@10x-software.
|
|
404
|
+
- Sasha Davidovich <sasha.davidovich@10x-software.org>
|
|
405
|
+
- Ilya Pevzner <ilya.pevzner@10x-software.org>
|
|
406
|
+
- **Project Contact**: py10x@10x-software.org
|
|
@@ -330,7 +330,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
330
330
|
|
|
331
331
|
## Contact
|
|
332
332
|
|
|
333
|
-
- **Project Contact**: py10x@10x-software.
|
|
333
|
+
- **Project Contact**: py10x@10x-software.org
|
|
334
334
|
|
|
335
335
|
## Community
|
|
336
336
|
|
|
@@ -345,6 +345,6 @@ Join our community on [Discord](https://discord.gg/m7AQSXfFwf) for discussion, s
|
|
|
345
345
|
|
|
346
346
|
## Authors
|
|
347
347
|
|
|
348
|
-
- Sasha Davidovich <sasha.davidovich@10x-software.
|
|
349
|
-
- Ilya Pevzner <ilya.pevzner@10x-software.
|
|
350
|
-
- **Project Contact**: py10x@10x-software.
|
|
348
|
+
- Sasha Davidovich <sasha.davidovich@10x-software.org>
|
|
349
|
+
- Ilya Pevzner <ilya.pevzner@10x-software.org>
|
|
350
|
+
- **Project Contact**: py10x@10x-software.org
|
|
@@ -19,8 +19,8 @@ We take security vulnerabilities seriously. If you discover a security vulnerabi
|
|
|
19
19
|
|
|
20
20
|
Instead, please report security vulnerabilities privately by emailing:
|
|
21
21
|
|
|
22
|
-
- **Primary**: security@10x-software.
|
|
23
|
-
- **Backup**: sasha.davidovich@10x-software.
|
|
22
|
+
- **Primary**: security@10x-software.org
|
|
23
|
+
- **Backup**: sasha.davidovich@10x-software.org
|
|
24
24
|
|
|
25
25
|
### What to Include
|
|
26
26
|
|
|
@@ -121,7 +121,7 @@ Security advisories will be published:
|
|
|
121
121
|
|
|
122
122
|
For security-related questions or concerns:
|
|
123
123
|
|
|
124
|
-
- **Email**: security@10x-software.
|
|
124
|
+
- **Email**: security@10x-software.org
|
|
125
125
|
- **GitHub**: Use private security reporting (not public issues)
|
|
126
126
|
|
|
127
127
|
## Legal
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "py10x-universe"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.4"
|
|
4
4
|
description = "10x Universe Core Packages"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "10X Software, LLC", email = "founders@10x-software.org" }
|
|
7
7
|
]
|
|
8
8
|
maintainers = [
|
|
9
|
-
{ name = "Sasha Davidovich & Ilya Pevzner", email = "py10x@10x-software.
|
|
9
|
+
{ name = "Sasha Davidovich & Ilya Pevzner", email = "py10x@10x-software.org" },
|
|
10
10
|
]
|
|
11
11
|
license = {text = "MIT"}
|
|
12
12
|
readme = "README.md"
|
|
@@ -1018,8 +1018,34 @@ source = { registry = "https://pypi.org/simple" }
|
|
|
1018
1018
|
sdist = { url = "https://files.pythonhosted.org/packages/f2/cf/77d3e19b7fabd03895caca7857ef51e4c409e0ca6b37ee6e9f7daa50b642/proxy_tools-0.1.0.tar.gz", hash = "sha256:ccb3751f529c047e2d8a58440d86b205303cf0fe8146f784d1cbcd94f0a28010", size = 2978, upload-time = "2014-05-05T21:02:24.606Z" }
|
|
1019
1019
|
|
|
1020
1020
|
[[package]]
|
|
1021
|
-
name = "py10x"
|
|
1022
|
-
version = "0.1.
|
|
1021
|
+
name = "py10x-core"
|
|
1022
|
+
version = "0.1.4"
|
|
1023
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1024
|
+
wheels = [
|
|
1025
|
+
{ url = "https://files.pythonhosted.org/packages/dc/6c/433dc97deed0d5f6a7435628d0ded234e99be63c2c7be72f6619c898b5d1/py10x_core-0.1.4-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:d5e79dd15edc65dda9a177ebb079d8f37201a1214ba6207f18c2325f93df221e", size = 558284, upload-time = "2026-02-04T05:39:14.178Z" },
|
|
1026
|
+
{ url = "https://files.pythonhosted.org/packages/8b/13/b4909f343ef0fa5dd09e48e79a52977e0bd8c22953b8766f8dfe6214ec05/py10x_core-0.1.4-cp311-cp311-manylinux_2_34_x86_64.whl", hash = "sha256:f6737716e6695f4a3388697d44dbd5f08016c0116dd2518764cd2dc917247d52", size = 401137, upload-time = "2026-02-04T05:39:16.357Z" },
|
|
1027
|
+
{ url = "https://files.pythonhosted.org/packages/3b/1c/26168288dbc31a1233bb07f756c502b64075dd608b63db6a131c80958732/py10x_core-0.1.4-cp311-cp311-win_amd64.whl", hash = "sha256:78e0c3d811687087280c4b60fe61214025774e9b81da919f452ca8f22f579272", size = 334322, upload-time = "2026-02-04T05:39:18.188Z" },
|
|
1028
|
+
{ url = "https://files.pythonhosted.org/packages/4c/96/b61abaafda5b017b68b7dde7f762a0fecd9d74040ab886cca92bdb891c5f/py10x_core-0.1.4-cp312-cp312-macosx_13_0_universal2.whl", hash = "sha256:9a6e13157bcf5cd5682fef928e6b189244cb976dbb38224309a5fe12105215d3", size = 564020, upload-time = "2026-02-04T05:39:19.659Z" },
|
|
1029
|
+
{ url = "https://files.pythonhosted.org/packages/ab/53/dbe8716496d4490154a6884cb517019bbb44fbe3d943b7814ee49834e7eb/py10x_core-0.1.4-cp312-cp312-manylinux_2_34_x86_64.whl", hash = "sha256:8d83bdfcde4cf73f345a8e085a532409dcc9bd39cb11910d5be12ad05064f311", size = 399436, upload-time = "2026-02-04T05:39:21.663Z" },
|
|
1030
|
+
{ url = "https://files.pythonhosted.org/packages/5e/d6/592ad1fbc85875385258e104677a7894f537cd27bacfc0b179e81bc6cc91/py10x_core-0.1.4-cp312-cp312-win_amd64.whl", hash = "sha256:572bd55b8c36feeeb073e758039285d8d5206598d84292e83c516c3582c560ab", size = 335307, upload-time = "2026-02-04T05:39:22.962Z" },
|
|
1031
|
+
]
|
|
1032
|
+
|
|
1033
|
+
[[package]]
|
|
1034
|
+
name = "py10x-infra"
|
|
1035
|
+
version = "0.1.4"
|
|
1036
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1037
|
+
wheels = [
|
|
1038
|
+
{ url = "https://files.pythonhosted.org/packages/81/f7/87f2d16572611888108ff0979e9e15e4bd922d63d0dd02fa2a7102a8b37f/py10x_infra-0.1.4-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:b95cc78afc83a74216b9be899254005296cac12529ace72970670af6509ee48c", size = 119950, upload-time = "2026-02-04T05:36:26.245Z" },
|
|
1039
|
+
{ url = "https://files.pythonhosted.org/packages/9e/b4/3839d3e973d2a5ce3c13084677cb0fdd8db384ecdae64b82a018aebe39be/py10x_infra-0.1.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3b22fefee3d63faccf41fdb1339347921d468d780086f6c466230c764eb51aee", size = 76224, upload-time = "2026-02-04T05:36:28.083Z" },
|
|
1040
|
+
{ url = "https://files.pythonhosted.org/packages/9c/b5/fdaf85df95f84705f7bc61f59aa098ad12cfde54b0249e3681951d4cf5ee/py10x_infra-0.1.4-cp311-cp311-win_amd64.whl", hash = "sha256:925c61b3921793949e7c41e4f5184f9ecc5c41ad280b1e9d420ac6c3c3296e84", size = 69760, upload-time = "2026-02-04T05:36:29.652Z" },
|
|
1041
|
+
{ url = "https://files.pythonhosted.org/packages/9f/ac/fecab78a308fbe191a99d0497b0428ef46e7cd8b9c2e36c691d612d5ce11/py10x_infra-0.1.4-cp312-cp312-macosx_13_0_universal2.whl", hash = "sha256:157cc530c72dac8f78cb98807243cab85d74f223b02b1a67fd42252c634e2638", size = 119178, upload-time = "2026-02-04T05:36:30.642Z" },
|
|
1042
|
+
{ url = "https://files.pythonhosted.org/packages/43/ba/c526b9f37bffa55539d31dd6ce7da8f1e121feb8fdb299e8c6394230d080/py10x_infra-0.1.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5291c9e60f35f5d2ef8f96e159fdbf343f89462b4c7906a46e3002f181f2d6ad", size = 75411, upload-time = "2026-02-04T05:36:31.751Z" },
|
|
1043
|
+
{ url = "https://files.pythonhosted.org/packages/81/76/11044db564ae19eb7f67471be8b89b13786ecd33ebe121b0d12bc0b508c8/py10x_infra-0.1.4-cp312-cp312-win_amd64.whl", hash = "sha256:fd8eeb0b80540e462d38e29be245fce634e4e0d8c061ee3cb9a0437690880055", size = 70268, upload-time = "2026-02-04T05:36:33.198Z" },
|
|
1044
|
+
]
|
|
1045
|
+
|
|
1046
|
+
[[package]]
|
|
1047
|
+
name = "py10x-universe"
|
|
1048
|
+
version = "0.1.4"
|
|
1023
1049
|
source = { editable = "." }
|
|
1024
1050
|
dependencies = [
|
|
1025
1051
|
{ name = "cryptography" },
|
|
@@ -1095,32 +1121,6 @@ requires-dist = [
|
|
|
1095
1121
|
]
|
|
1096
1122
|
provides-extras = ["dev", "rio", "qt"]
|
|
1097
1123
|
|
|
1098
|
-
[[package]]
|
|
1099
|
-
name = "py10x-core"
|
|
1100
|
-
version = "0.1.3"
|
|
1101
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1102
|
-
wheels = [
|
|
1103
|
-
{ url = "https://files.pythonhosted.org/packages/d0/3b/609ffdc1ea474090e962cbf19b63e603333ed58534215c7f02482ddb0438/py10x_core-0.1.3-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:10415e74335c0e977647181207edd15ff8fd2f9bad36b3a1c4bd34e6959423a9", size = 558297, upload-time = "2026-02-04T03:57:13.118Z" },
|
|
1104
|
-
{ url = "https://files.pythonhosted.org/packages/c0/94/ab127c9f47133298d0eb08af6eddffcfd2e6969f024d035c1054bbdac711/py10x_core-0.1.3-cp311-cp311-manylinux_2_34_x86_64.whl", hash = "sha256:3221be824f3caf8873e8147f8b238cfcd73b1fd4a40638927777b93bbe39cac6", size = 401151, upload-time = "2026-02-04T03:57:14.995Z" },
|
|
1105
|
-
{ url = "https://files.pythonhosted.org/packages/cc/ff/ba7967414c8dd9386a4cee9ef92db68f7425627e200c6fe7bfc5b53f18c9/py10x_core-0.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:b6b362ed51c76e504afb4696c87887d4e9107aa8b051f0a4ea8b28fc6eedde9f", size = 334336, upload-time = "2026-02-04T03:57:16.738Z" },
|
|
1106
|
-
{ url = "https://files.pythonhosted.org/packages/f1/a9/862f493ca8cffed1abf768e46d764893121740a24728b14411136f765aac/py10x_core-0.1.3-cp312-cp312-macosx_13_0_universal2.whl", hash = "sha256:f669ef64bdbb5b9a65c3b0165f54d4fcf62e2e5dc0140b35487c9a21fb25f0eb", size = 564035, upload-time = "2026-02-04T03:57:17.801Z" },
|
|
1107
|
-
{ url = "https://files.pythonhosted.org/packages/46/aa/04af5e4dc2e117a22ef9820565a089e598d7c0e8d710bd7908fe31ea2df4/py10x_core-0.1.3-cp312-cp312-manylinux_2_34_x86_64.whl", hash = "sha256:3066d7b2cb57ca1b4f29d231b1719a078948ec00ab72e89e430d8f366935e47b", size = 399450, upload-time = "2026-02-04T03:57:19.501Z" },
|
|
1108
|
-
{ url = "https://files.pythonhosted.org/packages/47/cc/61e49c6588f5c69b028f76128ab008b2017b6d5e450875e451d38f5a5ea8/py10x_core-0.1.3-cp312-cp312-win_amd64.whl", hash = "sha256:0ad19c1eb315585f544380ea3d507a2a73798458f72b1ddc699d0deefc001ea8", size = 335322, upload-time = "2026-02-04T03:57:20.795Z" },
|
|
1109
|
-
]
|
|
1110
|
-
|
|
1111
|
-
[[package]]
|
|
1112
|
-
name = "py10x-infra"
|
|
1113
|
-
version = "0.1.3"
|
|
1114
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1115
|
-
wheels = [
|
|
1116
|
-
{ url = "https://files.pythonhosted.org/packages/1a/d9/d74492b2056a2b74f7aa193a5d9aea75ed7860a3cd407268e42adcb9749a/py10x_infra-0.1.3-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:97a31ccf772832233ea7c2aefc9a88c55bb0f583bef24072d8e8d09e301a08b2", size = 119963, upload-time = "2026-02-04T03:42:33.85Z" },
|
|
1117
|
-
{ url = "https://files.pythonhosted.org/packages/93/f9/4a8b2b389c643e5f7b88fe9ce3e7fbd8b9e071efbf622225507f7cfb2c3d/py10x_infra-0.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dc9f844f5b5439baa027f32852dab97e4269ce8f614a792ac91df1a2fb2ce74d", size = 76237, upload-time = "2026-02-04T03:42:35.092Z" },
|
|
1118
|
-
{ url = "https://files.pythonhosted.org/packages/b5/8e/653aa32149b69cf510bb5d17d55962d56b38608497ea298ebc0a66276c97/py10x_infra-0.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:badb8eec1ffe196fb5d92f44e507000b9c13b0baadeba22c81baaff8f1cb5d14", size = 69775, upload-time = "2026-02-04T03:42:36.71Z" },
|
|
1119
|
-
{ url = "https://files.pythonhosted.org/packages/ef/e9/bc087261d1152e6d61ddc485c62de34c709a1062b9b5d4500e930a6b4f86/py10x_infra-0.1.3-cp312-cp312-macosx_13_0_universal2.whl", hash = "sha256:82fd62708eb136ddb03185594c84ce8da3a167a1f1cb685913d1cfe4755986c2", size = 119191, upload-time = "2026-02-04T03:42:38.344Z" },
|
|
1120
|
-
{ url = "https://files.pythonhosted.org/packages/5e/3a/2db2633361182e052ed6db62a9bfd9ea400398d639ae25dc1a7679001909/py10x_infra-0.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:55f36578786710c986da57625f5a1ec1bc055cb16bebe8d68a2d08b6e6ae1462", size = 75424, upload-time = "2026-02-04T03:42:39.615Z" },
|
|
1121
|
-
{ url = "https://files.pythonhosted.org/packages/d6/d0/de3d225792f1dd490d3eedcdbd86fc3ac01ff792446449b124827861356c/py10x_infra-0.1.3-cp312-cp312-win_amd64.whl", hash = "sha256:c4dad686c7365c6d83dd5ebede81e07856d56d1cfdaffbe27bb330e3f3223134", size = 70279, upload-time = "2026-02-04T03:42:41.61Z" },
|
|
1122
|
-
]
|
|
1123
|
-
|
|
1124
1124
|
[[package]]
|
|
1125
1125
|
name = "pycparser"
|
|
1126
1126
|
version = "3.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/.idea/runConfigurations/collection_editor__rio_.xml
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
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/env_vars_trivial_test.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
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/reference_serialization_bug.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/resource_trivial_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_definition_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_flag_modification_test.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/trait_modification_bug.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_history_test.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_serialization_test.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/traitable_trivial_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/manual_tests/ts_class_association_test.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
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_environment_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_trait_method_error.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/core_10x/unit_tests/test_trait_modification.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
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/pages/login_page.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/apps/examples/examples/pages/style_sheet.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
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/unit_tests/test_collection_editor.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
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_button_group.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_calendar.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_checkbox.py
RENAMED
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_group_box.py
RENAMED
|
File without changes
|
|
File without changes
|
{py10x_universe-0.1.3 → py10x_universe-0.1.4}/ui_10x/rio/widgets/unit_tests/test_line_edit.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
|