docs: point readers at the maintained fork - #142
Merged
dixonwhitmire merged 1 commit intoSep 19, 2026
Merged
Conversation
Active development here stopped in 2022 and the library no longer installs on a supported Python. x12sdk continues the project from this code base with the models, parser and sample corpus intact, updated for Pydantic v2 and Python 3.10-3.13. Adds a short note near the top of the README so anyone landing here finds the maintained continuation, per the discussion in LinuxForHealth#141. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: owgreen-dev <ogreenowow@gmail.com>
dixonwhitmire
approved these changes
Sep 19, 2026
Member
|
I'll confer with @tedtanne to see if we would like to archive this repository. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per @dixonwhitmire's note in #141, this adds a short pointer near the top of the README to the maintained continuation of this project.
Active development here stopped in 2022 and the library no longer installs on a supported Python (it pins
pydantic >= 1.9and declarespython_requires >= 3.8). x12sdk carries this code base forward with the models, parser, CLI and sample corpus intact, now on Pydantic v2 and Python 3.10–3.13, under Apache-2.0 with the LICENSE and a NOTICE crediting this project.Nothing else in the repository is touched — docs only, 9 added lines.
🤖 Generated with Claude Code