codeallyadvanced 1.3.3__tar.gz → 1.4.2__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.
- codeallyadvanced-1.4.2/PKG-INFO +95 -0
- codeallyadvanced-1.3.3/src/codeallyadvanced.egg-info/PKG-INFO → codeallyadvanced-1.4.2/README.md +39 -27
- codeallyadvanced-1.4.2/pyproject.toml +54 -0
- codeallyadvanced-1.4.2/src/codeallyadvanced/_version.py +1 -0
- codeallyadvanced-1.4.2/src/codeallyadvanced/resources/images/folder.py +21 -0
- codeallyadvanced-1.4.2/src/codeallyadvanced/ui/widgets/DirectorySelector.py +82 -0
- codeallyadvanced-1.4.2/src/codeallyadvanced.egg-info/PKG-INFO +95 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced.egg-info/SOURCES.txt +2 -0
- codeallyadvanced-1.4.2/src/codeallyadvanced.egg-info/requires.txt +15 -0
- codeallyadvanced-1.3.3/PKG-INFO +0 -53
- codeallyadvanced-1.3.3/README.md +0 -39
- codeallyadvanced-1.3.3/pyproject.toml +0 -30
- codeallyadvanced-1.3.3/src/codeallyadvanced/_version.py +0 -1
- codeallyadvanced-1.3.3/src/codeallyadvanced.egg-info/requires.txt +0 -2
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/LICENSE +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/setup.cfg +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/DefaultPreferences.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxActor.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxArrow.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxClass.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewClassDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewProject.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewSequenceDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNewUseCaseDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxNote.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxOpenFile.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRedo.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipAggregation.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipAssociation.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipComposition.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipInheritance.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipNote.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxRelationshipRealization.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxSaveDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxSequenceDiagramInstance.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxSequenceDiagramMessage.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxText.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxUndo.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxUseCase.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxZoomIn.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/ImgToolboxZoomOut.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded16/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxActor.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxArrow.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxClass.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewClassDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewProject.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewSequenceDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNewUseCaseDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxNote.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxOpenFile.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRedo.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipAggregation.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipAssociation.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipComposition.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipInheritance.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipNote.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxRelationshipRealization.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxSaveDiagram.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxSequenceDiagramInstance.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxSequenceDiagramMessage.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxText.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxUndo.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxUseCase.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxZoomIn.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/ImgToolboxZoomOut.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/embedded32/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/icons/sourceimages/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/AttachmentSide.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/Common.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/UnitTestBaseW.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/DialSelector.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/DimensionsControl.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/DirectionEnum.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/DualSpinnerControl.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/MinMaxControl.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/PositionControl.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/__init__.py +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/py.typed +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced.egg-info/dependency_links.txt +0 -0
- {codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/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.2
|
|
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
|
+

|
|
32
|
+
[](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
|
|
33
|
+
[](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
|
+

|
|
46
|
+
|
|
47
|
+
* DialSelector
|
|
48
|
+
|
|
49
|
+

|
|
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
|
+

|
|
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.
|
codeallyadvanced-1.3.3/src/codeallyadvanced.egg-info/PKG-INFO → codeallyadvanced-1.4.2/README.md
RENAMED
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: codeallyadvanced
|
|
3
|
-
Version: 1.3.3
|
|
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
1
|

|
|
16
2
|
[](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
|
|
17
3
|
[](https://badge.fury.io/py/codeallyadvanced)
|
|
@@ -19,17 +5,49 @@ Requires-Dist: wxPython>=4.2.2
|
|
|
19
5
|
Host common UI artifacts for various projects I am developing
|
|
20
6
|
|
|
21
7
|
___
|
|
22
|
-
Common UI artifacts for various projects I am developing
|
|
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
|
+

|
|
16
|
+
|
|
17
|
+
* DialSelector
|
|
18
|
+
|
|
19
|
+

|
|
23
20
|
|
|
24
21
|
Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2025
|
|
25
22
|
|
|
26
23
|
## Note
|
|
27
|
-
For all kinds of problems, requests, enhancements, bug reports, etc.,
|
|
28
|
-
drop me an e-mail.
|
|
24
|
+
For all kinds of problems, requests, enhancements, bug reports, etc., drop me an e-mail.
|
|
29
25
|
|
|
30
26
|
## Developer Notes
|
|
31
27
|
This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds
|
|
32
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
|
+
|
|
33
51
|
---
|
|
34
52
|
|
|
35
53
|

|
|
@@ -38,16 +56,10 @@ This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for da
|
|
|
38
56
|
|
|
39
57
|
This project is currently hosted on GitHub.
|
|
40
58
|
|
|
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).
|
|
59
|
+
I urge you to read about the [Give up GitHub](https://GiveUpGitHub.org) campaign from [the Software Freedom Conservancy](https://sfconservancy.org).
|
|
44
60
|
|
|
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.
|
|
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.
|
|
47
62
|
|
|
48
|
-
I continue to use GitHub because it offers the services I need for free.
|
|
49
|
-
I continue to monitor their terms of service.
|
|
63
|
+
I continue to use GitHub because it offers the services I need for free. I continue to monitor their terms of service.
|
|
50
64
|
|
|
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.
|
|
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.2'
|
|
@@ -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,82 @@
|
|
|
1
|
+
|
|
2
|
+
from logging import Logger
|
|
3
|
+
from logging import getLogger
|
|
4
|
+
|
|
5
|
+
from pathlib import Path
|
|
6
|
+
from typing import Callable
|
|
7
|
+
|
|
8
|
+
from wx import ID_ANY
|
|
9
|
+
from wx import ID_OK
|
|
10
|
+
from wx import DD_DEFAULT_STYLE
|
|
11
|
+
from wx import EVT_BUTTON
|
|
12
|
+
|
|
13
|
+
from wx import DirDialog
|
|
14
|
+
from wx import CommandEvent
|
|
15
|
+
from wx import Size
|
|
16
|
+
from wx import TextCtrl
|
|
17
|
+
|
|
18
|
+
from wx.lib.buttons import GenBitmapButton
|
|
19
|
+
|
|
20
|
+
from wx.lib.sized_controls import SizedPanel
|
|
21
|
+
|
|
22
|
+
from codeallyadvanced.resources.images import folder as ImgFolder
|
|
23
|
+
|
|
24
|
+
DirectoryPathChangedCallback = Callable[[Path], None]
|
|
25
|
+
|
|
26
|
+
CALLBACK_PARAMETER = 'pathChangedCallback'
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class DirectorySelector(SizedPanel):
|
|
30
|
+
"""
|
|
31
|
+
"""
|
|
32
|
+
def __init__(self, *args, **kwargs):
|
|
33
|
+
"""
|
|
34
|
+
We pass all keyword parameters to the sized panel except for 'callable'. That
|
|
35
|
+
is for us.
|
|
36
|
+
|
|
37
|
+
Args:
|
|
38
|
+
*args:
|
|
39
|
+
**kwargs:
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
self.logger: Logger = getLogger(__name__)
|
|
43
|
+
|
|
44
|
+
self._directorPathChangedCallback: DirectoryPathChangedCallback | None = kwargs.get(CALLBACK_PARAMETER, None)
|
|
45
|
+
if self._directorPathChangedCallback is not None:
|
|
46
|
+
kwargs.pop(CALLBACK_PARAMETER)
|
|
47
|
+
|
|
48
|
+
super().__init__(*args, **kwargs)
|
|
49
|
+
|
|
50
|
+
self.SetSizerType('horizontal')
|
|
51
|
+
textCtrl: TextCtrl = TextCtrl(self, size=Size(300, -1))
|
|
52
|
+
|
|
53
|
+
selectButton: GenBitmapButton = GenBitmapButton(self, ID_ANY, ImgFolder.embeddedImage.GetBitmap())
|
|
54
|
+
|
|
55
|
+
textCtrl.SetValue('')
|
|
56
|
+
textCtrl.SetEditable(False)
|
|
57
|
+
|
|
58
|
+
self._textDiagramsDirectory = textCtrl
|
|
59
|
+
self._directoryPath: Path = Path('')
|
|
60
|
+
|
|
61
|
+
self.Bind(EVT_BUTTON, self._onSelectDiagramsDirectory, selectButton)
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
def directoryPath(self) -> Path:
|
|
65
|
+
return self._directoryPath
|
|
66
|
+
|
|
67
|
+
@directoryPath.setter
|
|
68
|
+
def directoryPath(self, value: Path):
|
|
69
|
+
|
|
70
|
+
self._directoryPath = value
|
|
71
|
+
self._textDiagramsDirectory.SetValue(str(value))
|
|
72
|
+
|
|
73
|
+
# noinspection PyUnusedLocal
|
|
74
|
+
def _onSelectDiagramsDirectory(self, event: CommandEvent):
|
|
75
|
+
|
|
76
|
+
with DirDialog(None, 'Choose the Diagrams Directory', defaultPath=str(self._directoryPath), style=DD_DEFAULT_STYLE) as dlg:
|
|
77
|
+
|
|
78
|
+
if dlg.ShowModal() == ID_OK:
|
|
79
|
+
self._directoryPath = Path(dlg.GetPath())
|
|
80
|
+
self._textDiagramsDirectory.SetValue(str(self._directoryPath))
|
|
81
|
+
if self._directorPathChangedCallback is not None:
|
|
82
|
+
self._directorPathChangedCallback(self._directoryPath)
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: codeallyadvanced
|
|
3
|
+
Version: 1.4.2
|
|
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
|
+

|
|
32
|
+
[](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
|
|
33
|
+
[](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
|
+

|
|
46
|
+
|
|
47
|
+
* DialSelector
|
|
48
|
+
|
|
49
|
+

|
|
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
|
+

|
|
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
|
codeallyadvanced-1.3.3/PKG-INFO
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: codeallyadvanced
|
|
3
|
-
Version: 1.3.3
|
|
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
|
-

|
|
16
|
-
[](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
|
|
17
|
-
[](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) 2025
|
|
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
|
-

|
|
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.
|
codeallyadvanced-1.3.3/README.md
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-

|
|
2
|
-
[](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/code-ally-advanced/tree/master)
|
|
3
|
-
[](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) 2025
|
|
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
|
-

|
|
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.3'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/resources/images/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/DialSelector.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/DirectionEnum.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/MinMaxControl.py
RENAMED
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/PositionControl.py
RENAMED
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced/ui/widgets/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{codeallyadvanced-1.3.3 → codeallyadvanced-1.4.2}/src/codeallyadvanced.egg-info/top_level.txt
RENAMED
|
File without changes
|