-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<Update>[]: <Generate additional XML>
[ * Only do V11 * Get new common type * ] [#53]
- Loading branch information
Humberto Sanchez II
committed
Jan 15, 2024
1 parent
74bafa6
commit ff24210
Showing
15 changed files
with
70 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,39 +6,37 @@ | |
|
||
# Introduction | ||
Provides a common way to parse and write Pyut XML files. Additionally, removes this code from | ||
Pyut and places in a new project so we can easily version the library. Furthermore, allows | ||
Pyut and places in a new project, so we can easily version the library. Furthermore, it allows | ||
the development of an IOXml plugin for Pyut with common code | ||
|
||
# Overview | ||
|
||
___ | ||
|
||
## Developer Notes | ||
This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day to day development builds | ||
This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for day-to-day development builds | ||
|
||
___ | ||
|
||
## Note | ||
For all kind of problems, requests, enhancements, bug reports, etc., | ||
For all kinds of problems, requests, enhancements, bug reports, etc., | ||
please drop me an e-mail. | ||
Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2023 | ||
Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto"> Humberto A. Sanchez II</a> (C) 2024 | ||
|
||
|
||
--- | ||
I am concerned about GitHub's Copilot project | ||
I am concerned with the direction GitHub's Copilot project. | ||
|
||
![](https://github.com/hasii2011/code-ally-basic/blob/master/developer/SillyGitHub.png) | ||
|
||
I urge you to read about the | ||
[Give up GitHub](https://GiveUpGitHub.org) campaign from | ||
[the Software Freedom Conservancy](https://sfconservancy.org). | ||
|
||
While I do not advocate for all the issues listed there I do not like that | ||
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. | ||
|
||
I continue to use GitHub because it offers the services I need for free. But, I continue | ||
to monitor their terms of service. | ||
I continue to use GitHub because it offers the services I need for free. | ||
But I continue to monitor their terms of service. | ||
|
||
Any use of this project's code by GitHub Copilot, past or present, is done | ||
without my permission. I do not consent to GitHub's use of this project's | ||
code in Copilot. | ||
I do not consent to any use of this project's code by the GitHub Copilot project it is done without my permission. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
wheel==0.42.0 | ||
setuptools==69.0.2 | ||
setuptools==69.0.3 | ||
twine==4.0.2 | ||
build==1.0.3 | ||
html-testRunner~=1.2.1 | ||
buildlackey==1.6.2 | ||
buildlackey==1.6.3 | ||
|
||
mypy==1.7.1 | ||
mypy==1.8.0 | ||
mypy-extensions==1.0.0 | ||
typing_extensions==4.9.0 | ||
types-setuptools==69.0.0.0 | ||
types-setuptools==69.0.0.20240106 | ||
|
||
wxPython~=4.2.1 | ||
|
||
codeallybasic==0.5.2 | ||
codeallyadvanced==0.5.2 | ||
pyutmodelv2==2.0.0 | ||
ogl==2.0.0 | ||
untanglepyut==2.0.0 | ||
codeallybasic==1.0.0 | ||
codeallyadvanced==1.0.0 | ||
pyutmodelv2==2.1.0 | ||
ogl==2.1.0 | ||
untanglepyut==2.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__: str = '2.0.0' | ||
__version__: str = '2.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters