Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyxb EOL notification #541

Open
1 task done
nigelmegitt opened this issue Sep 30, 2020 · 2 comments
Open
1 task done

pyxb EOL notification #541

nigelmegitt opened this issue Sep 30, 2020 · 2 comments
Labels

Comments

@nigelmegitt
Copy link
Collaborator

nigelmegitt commented Sep 30, 2020

As per pabigot/pyxb#100, pyxb is marked as EOL pending anyone else offering to maintain it, and being accepted as maintainer. This project is completely dependent on pyxb right now, so non-maintenance could be a significant risk.

For an example of a challenge associated with non-maintenance, pabigot/pyxb#123 reveals that pyxb has a problem resulting from a breaking change in Python 3.8, which will also affect this project.

  • Is there an alternative we can adopt?
@nigelmegitt
Copy link
Collaborator Author

Quick research suggests some alternatives, without having considered the overall impact of any change:

  • xsData (repo) is actively maintained and claims good XML Schema 1.0 and 1.1 support. MIT licence.
  • generateDS (repo) is actively maintained and MIT licence, but does not make any particular claim to full conformance or testing against any XML Schema version.
  • Just use Python's native ElementTree and write the rest ourselves. Maybe protect against various XML vulnerabilities by using defusedxml

@nigelmegitt
Copy link
Collaborator Author

nigelmegitt commented Dec 26, 2023

Successfully switched to renalreg/PyXB-X in the BBC fork, which is also now up to Python3.11 (but doesn't support all functionality yet, for example the autobahn/twisted tests do not pass) - suggest doing the same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant