codeallyadvanced 1.3.2__tar.gz → 1.4.0__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.
Files changed (93) hide show
  1. codeallyadvanced-1.4.0/PKG-INFO +95 -0
  2. codeallyadvanced-1.4.0/README.md +65 -0
  3. codeallyadvanced-1.4.0/pyproject.toml +54 -0
  4. codeallyadvanced-1.4.0/src/codeallyadvanced/_version.py +1 -0
  5. codeallyadvanced-1.4.0/src/codeallyadvanced/resources/images/folder.py +21 -0
  6. codeallyadvanced-1.4.0/src/codeallyadvanced/ui/widgets/DirectorySelector.py +61 -0
  7. codeallyadvanced-1.4.0/src/codeallyadvanced.egg-info/PKG-INFO +95 -0
  8. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced.egg-info/SOURCES.txt +2 -0
  9. codeallyadvanced-1.4.0/src/codeallyadvanced.egg-info/requires.txt +15 -0
  10. codeallyadvanced-1.3.2/PKG-INFO +0 -53
  11. codeallyadvanced-1.3.2/README.md +0 -39
  12. codeallyadvanced-1.3.2/pyproject.toml +0 -30
  13. codeallyadvanced-1.3.2/src/codeallyadvanced/_version.py +0 -1
  14. codeallyadvanced-1.3.2/src/codeallyadvanced.egg-info/PKG-INFO +0 -53
  15. codeallyadvanced-1.3.2/src/codeallyadvanced.egg-info/requires.txt +0 -2
  16. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/LICENSE +0 -0
  17. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/setup.cfg +0 -0
  18. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/__init__.py +0 -0
  19. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/py.typed +0 -0
  20. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/__init__.py +0 -0
  21. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/DefaultPreferences.py +0 -0
  22. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/__init__.py +0 -0
  23. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/__init__.py +0 -0
  24. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxActor.py +0 -0
  25. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxArrow.py +0 -0
  26. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxClass.py +0 -0
  27. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewClassDiagram.py +0 -0
  28. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewProject.py +0 -0
  29. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewSequenceDiagram.py +0 -0
  30. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewUseCaseDiagram.py +0 -0
  31. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNote.py +0 -0
  32. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxOpenFile.py +0 -0
  33. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRedo.py +0 -0
  34. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipAggregation.py +0 -0
  35. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipAssociation.py +0 -0
  36. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipComposition.py +0 -0
  37. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipInheritance.py +0 -0
  38. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipNote.py +0 -0
  39. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipRealization.py +0 -0
  40. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxSaveDiagram.py +0 -0
  41. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxSequenceDiagramInstance.py +0 -0
  42. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxSequenceDiagramMessage.py +0 -0
  43. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxText.py +0 -0
  44. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxUndo.py +0 -0
  45. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxUseCase.py +0 -0
  46. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxZoomIn.py +0 -0
  47. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxZoomOut.py +0 -0
  48. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/__init__.py +0 -0
  49. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded16/py.typed +0 -0
  50. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxActor.py +0 -0
  51. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxArrow.py +0 -0
  52. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxClass.py +0 -0
  53. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewClassDiagram.py +0 -0
  54. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewProject.py +0 -0
  55. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewSequenceDiagram.py +0 -0
  56. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewUseCaseDiagram.py +0 -0
  57. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNote.py +0 -0
  58. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxOpenFile.py +0 -0
  59. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRedo.py +0 -0
  60. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipAggregation.py +0 -0
  61. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipAssociation.py +0 -0
  62. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipComposition.py +0 -0
  63. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipInheritance.py +0 -0
  64. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipNote.py +0 -0
  65. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipRealization.py +0 -0
  66. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxSaveDiagram.py +0 -0
  67. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxSequenceDiagramInstance.py +0 -0
  68. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxSequenceDiagramMessage.py +0 -0
  69. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxText.py +0 -0
  70. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxUndo.py +0 -0
  71. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxUseCase.py +0 -0
  72. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxZoomIn.py +0 -0
  73. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxZoomOut.py +0 -0
  74. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/__init__.py +0 -0
  75. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/embedded32/py.typed +0 -0
  76. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/icons/sourceimages/__init__.py +0 -0
  77. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/images/py.typed +0 -0
  78. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/resources/py.typed +0 -0
  79. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/AttachmentSide.py +0 -0
  80. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/Common.py +0 -0
  81. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/UnitTestBaseW.py +0 -0
  82. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/__init__.py +0 -0
  83. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/py.typed +0 -0
  84. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/DialSelector.py +0 -0
  85. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/DimensionsControl.py +0 -0
  86. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/DirectionEnum.py +0 -0
  87. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/DualSpinnerControl.py +0 -0
  88. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/MinMaxControl.py +0 -0
  89. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/PositionControl.py +0 -0
  90. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/__init__.py +0 -0
  91. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced/ui/widgets/py.typed +0 -0
  92. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced.egg-info/dependency_links.txt +0 -0
  93. {codeallyadvanced-1.3.2 → codeallyadvanced-1.4.0}/src/codeallyadvanced.egg-info/top_level.txt +0 -0
@@ -0,0 +1,95 @@
1
+ Metadata-Version: 2.2
2
+ Name: codeallyadvanced
3
+ Version: 1.4.0
4
+ Summary: Humberto`s Common wxPython UI Stuff
5
+ Author-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
6
+ Maintainer-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
7
+ License: GNU AFFERO GENERAL PUBLIC LICENSE
8
+ Project-URL: Repository, https://github.com/hasii2011/code-ally-advanced
9
+ Keywords: pyut,python,wxPython,UI,wxPython
10
+ Classifier: Programming Language :: Python
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Requires-Dist: buildlackey>=1.8.1
18
+ Requires-Dist: wxPython>=4.2.2
19
+ Provides-Extra: test
20
+ Requires-Dist: mypy==1.15.0; extra == "test"
21
+ Requires-Dist: codeallybasic==1.8.0; extra == "test"
22
+ Requires-Dist: mypy-extensions==1.0.0; extra == "test"
23
+ Requires-Dist: types-Deprecated==1.2.9.20240311; extra == "test"
24
+ Requires-Dist: html-testRunner~=1.2.1; extra == "test"
25
+ Provides-Extra: deploy
26
+ Requires-Dist: wheel==0.45.1; extra == "deploy"
27
+ Requires-Dist: setuptools==75.8.0; extra == "deploy"
28
+ Requires-Dist: twine==6.1.0; extra == "deploy"
29
+ Requires-Dist: build==1.2.2.post1; extra == "deploy"
30
+
31
+ ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
32
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
33
+ [![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)
34
+
35
+ Host common UI artifacts for various projects I am developing
36
+
37
+ ___
38
+ Common wxPython UI artifacts for various projects I am developing
39
+
40
+ * Dimensions Control
41
+ * Position Control
42
+ * MinMax Control
43
+ * Directory Selector
44
+
45
+ ![SpinnerWidgets](./developer/SpinnerWidgets.png)
46
+
47
+ * DialSelector
48
+
49
+ ![DialSelector](./developer/DialSelector.png)
50
+
51
+ Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2025
52
+
53
+ ## Note
54
+ For all kinds of problems, requests, enhancements, bug reports, etc., drop me an e-mail.
55
+
56
+ ## Developer Notes
57
+ This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
58
+
59
+ Also notice that this project does not include a `requirements.txt` file. All dependencies are listed in the `pyproject.toml` file.
60
+
61
+ #### Install the main project dependencies
62
+
63
+ ```bash
64
+ pip install .
65
+ ```
66
+
67
+ #### Install the test dependencies
68
+
69
+ ```bash
70
+ pip install .[test]
71
+ ```
72
+
73
+ #### Install the deploy dependencies
74
+
75
+ ```bash
76
+ pip install .[deploy]
77
+ ```
78
+
79
+ Normally, not needed because the project uses a GitHub workflow that automatically deploys releases
80
+
81
+ ---
82
+
83
+ ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png)
84
+
85
+ == I am using GitHub under protest ==
86
+
87
+ This project is currently hosted on GitHub.
88
+
89
+ I urge you to read about the [Give up GitHub](https://GiveUpGitHub.org) campaign from [the Software Freedom Conservancy](https://sfconservancy.org).
90
+
91
+ While I do not advocate for all the issues listed there, I do not like that a company like Microsoft may profit from open source projects.
92
+
93
+ I continue to use GitHub because it offers the services I need for free. I continue to monitor their terms of service.
94
+
95
+ Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.
@@ -0,0 +1,65 @@
1
+ ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
2
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
3
+ [![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)
4
+
5
+ Host common UI artifacts for various projects I am developing
6
+
7
+ ___
8
+ Common wxPython UI artifacts for various projects I am developing
9
+
10
+ * Dimensions Control
11
+ * Position Control
12
+ * MinMax Control
13
+ * Directory Selector
14
+
15
+ ![SpinnerWidgets](./developer/SpinnerWidgets.png)
16
+
17
+ * DialSelector
18
+
19
+ ![DialSelector](./developer/DialSelector.png)
20
+
21
+ Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2025
22
+
23
+ ## Note
24
+ For all kinds of problems, requests, enhancements, bug reports, etc., drop me an e-mail.
25
+
26
+ ## Developer Notes
27
+ This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
28
+
29
+ Also notice that this project does not include a `requirements.txt` file. All dependencies are listed in the `pyproject.toml` file.
30
+
31
+ #### Install the main project dependencies
32
+
33
+ ```bash
34
+ pip install .
35
+ ```
36
+
37
+ #### Install the test dependencies
38
+
39
+ ```bash
40
+ pip install .[test]
41
+ ```
42
+
43
+ #### Install the deploy dependencies
44
+
45
+ ```bash
46
+ pip install .[deploy]
47
+ ```
48
+
49
+ Normally, not needed because the project uses a GitHub workflow that automatically deploys releases
50
+
51
+ ---
52
+
53
+ ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png)
54
+
55
+ == I am using GitHub under protest ==
56
+
57
+ This project is currently hosted on GitHub.
58
+
59
+ I urge you to read about the [Give up GitHub](https://GiveUpGitHub.org) campaign from [the Software Freedom Conservancy](https://sfconservancy.org).
60
+
61
+ While I do not advocate for all the issues listed there, I do not like that a company like Microsoft may profit from open source projects.
62
+
63
+ I continue to use GitHub because it offers the services I need for free. I continue to monitor their terms of service.
64
+
65
+ Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.
@@ -0,0 +1,54 @@
1
+ [build-system]
2
+ requires = ['setuptools', 'wheel']
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = 'codeallyadvanced'
7
+ dynamic = ["version"]
8
+ description = 'Humberto`s Common wxPython UI Stuff'
9
+ readme = "README.md"
10
+ license = {text = 'GNU AFFERO GENERAL PUBLIC LICENSE'}
11
+ authors = [{name = 'Humberto A. Sanchez II', email = 'Humberto.A.Sanchez.II@gmail.com'}]
12
+ maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humberto.A.Sanchez.II@gmail.com'}]
13
+ keywords = ['pyut', 'python', 'wxPython', 'UI', 'wxPython']
14
+
15
+ classifiers = [
16
+ "Programming Language :: Python",
17
+ "Intended Audience :: Developers",
18
+ "License :: OSI Approved :: GNU Affero General Public License v3",
19
+ "Operating System :: MacOS :: MacOS X",
20
+ "Topic :: Software Development :: Libraries :: Python Modules",
21
+ ]
22
+
23
+ dependencies = [
24
+ 'buildlackey>=1.8.1',
25
+ 'wxPython>=4.2.2'
26
+ ]
27
+
28
+ [project.optional-dependencies]
29
+ test = [
30
+ 'mypy==1.15.0',
31
+ 'codeallybasic==1.8.0',
32
+ 'mypy-extensions==1.0.0',
33
+ 'types-Deprecated==1.2.9.20240311',
34
+ 'html-testRunner~=1.2.1',
35
+ ]
36
+
37
+ deploy = [
38
+ "wheel==0.45.1",
39
+ "setuptools==75.8.0",
40
+ "twine==6.1.0",
41
+ "build==1.2.2.post1",
42
+ ]
43
+
44
+ [project.urls]
45
+ Repository = 'https://github.com/hasii2011/code-ally-advanced'
46
+
47
+ [tool.setuptools.packages.find]
48
+ where = ['src']
49
+
50
+ [tool.setuptools.package-data]
51
+ codeallybasic = ['py.typed']
52
+
53
+ [tool.setuptools.dynamic]
54
+ version = {attr = 'codeallyadvanced.__version__'}
@@ -0,0 +1 @@
1
+ __version__: str = '1.4.0'
@@ -0,0 +1,21 @@
1
+ #----------------------------------------------------------------------
2
+ # This file was generated by /Users/humberto.a.sanchez.ii/PycharmProjects/pyut/pyenv-3.10.10/bin/img2py
3
+ #
4
+ from wx.lib.embeddedimage import PyEmbeddedImage
5
+
6
+ embeddedImage = PyEmbeddedImage(
7
+ b'iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAKnRFWHRDcmVhdGlvbiBUaW1l'
8
+ b'AERpIDQgTXJ6IDIwMDMgMTk6MTg6MDUgKzAxMDDiemgrAAAAB3RJTUUH0wMEEic1A2go/gAA'
9
+ b'AAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAAIgSURBVHjapVNPaNNQGP+l'
10
+ b'aTvbMplhq+vqaY55UuZJZYiCCCrz5EVFEJFdvehBEHYQPAnbUISdxPPAw1AolDEmg4F1ovNg'
11
+ b'aafDTuvaaZOsa9LkJS/Zl1SnZVOKPvjlJd+f3/fL970H/OcSWg1ceIB0pYbTjgN4qKp4fGkU'
12
+ b'11uuNHMfOtMr7s81NQLXswf/lJB7gkFlHaccF0cthrgb6gyHItK2uG0EmYfIidLhfhZLoOfg'
13
+ b'MXT2nke4PQ5RjJF3lWAQuvzf2JFAZ+g/cfkFbOM9dPUz1OIUzI01wGWwbYa+47coKgLOfyOY'
14
+ b'GwtYCO0WewZuCJ/m70KXF6HJKYR2xSDt24O2aJI6Z6CUXwTTsgjHBrYUBLyHZbvakWtpoXfw'
15
+ b'pu+ISgl09R1AR/detEUohKtEsI7u/Ql8zT6jjPqWAp/AccW8ulqgt9oPZo2MFZJN4PIvWDKC'
16
+ b'juK1uFmBw+23hcyE5TXId3AKqpcJ1DSzROZy49v8jmQyCnkp3dwDSpqWP8xesPWc5DsskmxQ'
17
+ b'MmfkJHCzsRO5EBAgauVmBWfuYNINhuZeTd5rOBgp0L3KpYYCm6pDhqKWsPwmj/nUawgCik1j'
18
+ b'ZKaRqn77OEQEotcwODS6gAllrYYvuSqKBd3VqpZKk3x5cQxnd7wLM48O2UrxnXju6hCWMrNY'
19
+ b'Wa5zo8bLDsdCvAO3T44g+9eT2C6Gh1c2MPp04rlKJ336yjiGW74s/7o2AQ/QEuOMQm7qAAAA'
20
+ b'AElFTkSuQmCC')
21
+
@@ -0,0 +1,61 @@
1
+
2
+ from logging import Logger
3
+ from logging import getLogger
4
+ from pathlib import Path
5
+
6
+ from wx import CommandEvent
7
+ from wx import DD_DEFAULT_STYLE
8
+ from wx import DirDialog
9
+ from wx import EVT_BUTTON
10
+
11
+ from wx import ID_ANY
12
+ from wx import ID_OK
13
+ from wx import Size
14
+ from wx import TextCtrl
15
+
16
+ from wx.lib.buttons import GenBitmapButton
17
+
18
+ from wx.lib.sized_controls import SizedPanel
19
+
20
+ from codeallyadvanced.resources.images import folder as ImgFolder
21
+
22
+
23
+ class DirectorySelector(SizedPanel):
24
+ """
25
+ """
26
+ def __init__(self, *args, **kwargs):
27
+
28
+ self.logger: Logger = getLogger(__name__)
29
+ super().__init__(*args, **kwargs)
30
+
31
+ self.SetSizerType('horizontal')
32
+ textCtrl: TextCtrl = TextCtrl(self, size=Size(300, -1))
33
+
34
+ selectButton: GenBitmapButton = GenBitmapButton(self, ID_ANY, ImgFolder.embeddedImage.GetBitmap())
35
+
36
+ textCtrl.SetValue('')
37
+ textCtrl.SetEditable(False)
38
+
39
+ self._textDiagramsDirectory = textCtrl
40
+ self._directoryPath: Path = Path('')
41
+
42
+ self.Bind(EVT_BUTTON, self._onSelectDiagramsDirectory, selectButton)
43
+
44
+ @property
45
+ def directoryPath(self) -> Path:
46
+ return self._directoryPath
47
+
48
+ @directoryPath.setter
49
+ def directoryPath(self, value: Path):
50
+
51
+ self._directoryPath = value
52
+ self._textDiagramsDirectory.SetValue(str(value))
53
+
54
+ # noinspection PyUnusedLocal
55
+ def _onSelectDiagramsDirectory(self, event: CommandEvent):
56
+
57
+ with DirDialog(None, 'Choose the Diagrams Directory', defaultPath=str(self._directoryPath), style=DD_DEFAULT_STYLE) as dlg:
58
+
59
+ if dlg.ShowModal() == ID_OK:
60
+ self._directoryPath = dlg.GetPath()
61
+ self._textDiagramsDirectory.SetValue(self._directoryPath)
@@ -0,0 +1,95 @@
1
+ Metadata-Version: 2.2
2
+ Name: codeallyadvanced
3
+ Version: 1.4.0
4
+ Summary: Humberto`s Common wxPython UI Stuff
5
+ Author-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
6
+ Maintainer-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
7
+ License: GNU AFFERO GENERAL PUBLIC LICENSE
8
+ Project-URL: Repository, https://github.com/hasii2011/code-ally-advanced
9
+ Keywords: pyut,python,wxPython,UI,wxPython
10
+ Classifier: Programming Language :: Python
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Requires-Dist: buildlackey>=1.8.1
18
+ Requires-Dist: wxPython>=4.2.2
19
+ Provides-Extra: test
20
+ Requires-Dist: mypy==1.15.0; extra == "test"
21
+ Requires-Dist: codeallybasic==1.8.0; extra == "test"
22
+ Requires-Dist: mypy-extensions==1.0.0; extra == "test"
23
+ Requires-Dist: types-Deprecated==1.2.9.20240311; extra == "test"
24
+ Requires-Dist: html-testRunner~=1.2.1; extra == "test"
25
+ Provides-Extra: deploy
26
+ Requires-Dist: wheel==0.45.1; extra == "deploy"
27
+ Requires-Dist: setuptools==75.8.0; extra == "deploy"
28
+ Requires-Dist: twine==6.1.0; extra == "deploy"
29
+ Requires-Dist: build==1.2.2.post1; extra == "deploy"
30
+
31
+ ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
32
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
33
+ [![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)
34
+
35
+ Host common UI artifacts for various projects I am developing
36
+
37
+ ___
38
+ Common wxPython UI artifacts for various projects I am developing
39
+
40
+ * Dimensions Control
41
+ * Position Control
42
+ * MinMax Control
43
+ * Directory Selector
44
+
45
+ ![SpinnerWidgets](./developer/SpinnerWidgets.png)
46
+
47
+ * DialSelector
48
+
49
+ ![DialSelector](./developer/DialSelector.png)
50
+
51
+ Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2025
52
+
53
+ ## Note
54
+ For all kinds of problems, requests, enhancements, bug reports, etc., drop me an e-mail.
55
+
56
+ ## Developer Notes
57
+ This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
58
+
59
+ Also notice that this project does not include a `requirements.txt` file. All dependencies are listed in the `pyproject.toml` file.
60
+
61
+ #### Install the main project dependencies
62
+
63
+ ```bash
64
+ pip install .
65
+ ```
66
+
67
+ #### Install the test dependencies
68
+
69
+ ```bash
70
+ pip install .[test]
71
+ ```
72
+
73
+ #### Install the deploy dependencies
74
+
75
+ ```bash
76
+ pip install .[deploy]
77
+ ```
78
+
79
+ Normally, not needed because the project uses a GitHub workflow that automatically deploys releases
80
+
81
+ ---
82
+
83
+ ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png)
84
+
85
+ == I am using GitHub under protest ==
86
+
87
+ This project is currently hosted on GitHub.
88
+
89
+ I urge you to read about the [Give up GitHub](https://GiveUpGitHub.org) campaign from [the Software Freedom Conservancy](https://sfconservancy.org).
90
+
91
+ While I do not advocate for all the issues listed there, I do not like that a company like Microsoft may profit from open source projects.
92
+
93
+ I continue to use GitHub because it offers the services I need for free. I continue to monitor their terms of service.
94
+
95
+ Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.
@@ -13,6 +13,7 @@ src/codeallyadvanced/resources/__init__.py
13
13
  src/codeallyadvanced/resources/py.typed
14
14
  src/codeallyadvanced/resources/images/DefaultPreferences.py
15
15
  src/codeallyadvanced/resources/images/__init__.py
16
+ src/codeallyadvanced/resources/images/folder.py
16
17
  src/codeallyadvanced/resources/images/py.typed
17
18
  src/codeallyadvanced/resources/images/icons/__init__.py
18
19
  src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxActor.py
@@ -76,6 +77,7 @@ src/codeallyadvanced/ui/py.typed
76
77
  src/codeallyadvanced/ui/widgets/DialSelector.py
77
78
  src/codeallyadvanced/ui/widgets/DimensionsControl.py
78
79
  src/codeallyadvanced/ui/widgets/DirectionEnum.py
80
+ src/codeallyadvanced/ui/widgets/DirectorySelector.py
79
81
  src/codeallyadvanced/ui/widgets/DualSpinnerControl.py
80
82
  src/codeallyadvanced/ui/widgets/MinMaxControl.py
81
83
  src/codeallyadvanced/ui/widgets/PositionControl.py
@@ -0,0 +1,15 @@
1
+ buildlackey>=1.8.1
2
+ wxPython>=4.2.2
3
+
4
+ [deploy]
5
+ wheel==0.45.1
6
+ setuptools==75.8.0
7
+ twine==6.1.0
8
+ build==1.2.2.post1
9
+
10
+ [test]
11
+ mypy==1.15.0
12
+ codeallybasic==1.8.0
13
+ mypy-extensions==1.0.0
14
+ types-Deprecated==1.2.9.20240311
15
+ html-testRunner~=1.2.1
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: codeallyadvanced
3
- Version: 1.3.2
4
- Summary: Humberto`s Common UI Stuff
5
- Author-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
6
- Maintainer-email: "Humberto A. Sanchez II" <Humbert.A.Sanchez.II@gmail.com>
7
- License: GNU AFFERO GENERAL PUBLIC LICENSE
8
- Project-URL: Repository, https://github.com/hasii2011/code-ally-advanced
9
- Keywords: pyut,python,wxPython,UI
10
- Description-Content-Type: text/markdown
11
- License-File: LICENSE
12
- Requires-Dist: buildlackey>=1.7.0
13
- Requires-Dist: wxPython>=4.2.2
14
-
15
- ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
16
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
17
- [![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)
18
-
19
- Host common UI artifacts for various projects I am developing
20
-
21
- ___
22
- Common UI artifacts for various projects I am developing
23
-
24
- Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2023
25
-
26
- ## Note
27
- For all kinds of problems, requests, enhancements, bug reports, etc.,
28
- drop me an e-mail.
29
-
30
- ## Developer Notes
31
- This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
32
-
33
- ---
34
-
35
- ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png)
36
-
37
- == I am using GitHub under protest ==
38
-
39
- This project is currently hosted on GitHub.
40
-
41
- I urge you to read about the
42
- [Give up GitHub](https://GiveUpGitHub.org) campaign from
43
- [the Software Freedom Conservancy](https://sfconservancy.org).
44
-
45
- While I do not advocate for all the issues listed there, I do not like that
46
- a company like Microsoft may profit from open source projects.
47
-
48
- I continue to use GitHub because it offers the services I need for free.
49
- I continue to monitor their terms of service.
50
-
51
- Any use of this project's code by GitHub Copilot, past or present, is done
52
- without our permission. We do not consent to GitHub's use of this project's
53
- code in Copilot.
@@ -1,39 +0,0 @@
1
- ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
2
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
3
- [![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)
4
-
5
- Host common UI artifacts for various projects I am developing
6
-
7
- ___
8
- Common UI artifacts for various projects I am developing
9
-
10
- Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2023
11
-
12
- ## Note
13
- For all kinds of problems, requests, enhancements, bug reports, etc.,
14
- drop me an e-mail.
15
-
16
- ## Developer Notes
17
- This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
18
-
19
- ---
20
-
21
- ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png)
22
-
23
- == I am using GitHub under protest ==
24
-
25
- This project is currently hosted on GitHub.
26
-
27
- I urge you to read about the
28
- [Give up GitHub](https://GiveUpGitHub.org) campaign from
29
- [the Software Freedom Conservancy](https://sfconservancy.org).
30
-
31
- While I do not advocate for all the issues listed there, I do not like that
32
- a company like Microsoft may profit from open source projects.
33
-
34
- I continue to use GitHub because it offers the services I need for free.
35
- I continue to monitor their terms of service.
36
-
37
- Any use of this project's code by GitHub Copilot, past or present, is done
38
- without our permission. We do not consent to GitHub's use of this project's
39
- code in Copilot.
@@ -1,30 +0,0 @@
1
- [build-system]
2
- requires = ['setuptools', 'wheel']
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name='codeallyadvanced'
7
- dynamic = ["version"]
8
- description = 'Humberto`s Common UI Stuff'
9
- readme = "README.md"
10
- license = {text = 'GNU AFFERO GENERAL PUBLIC LICENSE'}
11
- authors = [{name = 'Humberto A. Sanchez II', email = 'Humberto.A.Sanchez.II@gmail.com'}]
12
- maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@gmail.com'}]
13
- keywords = ['pyut', 'python', 'wxPython', 'UI']
14
-
15
- dependencies = [
16
- 'buildlackey>=1.7.0',
17
- 'wxPython>=4.2.2'
18
- ]
19
-
20
- [project.urls]
21
- Repository = 'https://github.com/hasii2011/code-ally-advanced'
22
-
23
- [tool.setuptools.packages.find]
24
- where = ['src']
25
-
26
- [tool.setuptools.package-data]
27
- codeallybasic = ['py.typed']
28
-
29
- [tool.setuptools.dynamic]
30
- version = {attr = 'codeallyadvanced.__version__'}
@@ -1 +0,0 @@
1
- __version__: str = '1.3.2'
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: codeallyadvanced
3
- Version: 1.3.2
4
- Summary: Humberto`s Common UI Stuff
5
- Author-email: "Humberto A. Sanchez II" <Humberto.A.Sanchez.II@gmail.com>
6
- Maintainer-email: "Humberto A. Sanchez II" <Humbert.A.Sanchez.II@gmail.com>
7
- License: GNU AFFERO GENERAL PUBLIC LICENSE
8
- Project-URL: Repository, https://github.com/hasii2011/code-ally-advanced
9
- Keywords: pyut,python,wxPython,UI
10
- Description-Content-Type: text/markdown
11
- License-File: LICENSE
12
- Requires-Dist: buildlackey>=1.7.0
13
- Requires-Dist: wxPython>=4.2.2
14
-
15
- ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/agpl-license-web-badge-version-2-256x48.png "AGPL")
16
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/code-ally-advanced/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
17
- [![PyPI version](https://badge.fury.io/py/codeallyadvanced.svg)](https://badge.fury.io/py/codeallyadvanced)
18
-
19
- Host common UI artifacts for various projects I am developing
20
-
21
- ___
22
- Common UI artifacts for various projects I am developing
23
-
24
- Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2023
25
-
26
- ## Note
27
- For all kinds of problems, requests, enhancements, bug reports, etc.,
28
- drop me an e-mail.
29
-
30
- ## Developer Notes
31
- This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
32
-
33
- ---
34
-
35
- ![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png)
36
-
37
- == I am using GitHub under protest ==
38
-
39
- This project is currently hosted on GitHub.
40
-
41
- I urge you to read about the
42
- [Give up GitHub](https://GiveUpGitHub.org) campaign from
43
- [the Software Freedom Conservancy](https://sfconservancy.org).
44
-
45
- While I do not advocate for all the issues listed there, I do not like that
46
- a company like Microsoft may profit from open source projects.
47
-
48
- I continue to use GitHub because it offers the services I need for free.
49
- I continue to monitor their terms of service.
50
-
51
- Any use of this project's code by GitHub Copilot, past or present, is done
52
- without our permission. We do not consent to GitHub's use of this project's
53
- code in Copilot.
@@ -1,2 +0,0 @@
1
- buildlackey>=1.7.0
2
- wxPython>=4.2.2