-
Notifications
You must be signed in to change notification settings - Fork 12
Release v0.4.0 #17
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
Merged
Release v0.4.0 #17
Conversation
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
In this project we prefer immutable collections for annotations because it is cleaner and more flexible. It also prevents some mypy complaints such as: > "Dict" is invariant -- see http://mypy.readthedocs.io/en/latest/common_issues.html#variance > Consider using "Mapping" instead, which is covariant in the value type > "List" is invariant -- see http://mypy.readthedocs.io/en/latest/common_issues.html#variance > Consider using "Sequence" instead, which is covariant in the value type
…DteField extras: add Marshmallow field for a DTE's "tipo DTE"
Move content of dirs `schema_dte` and `schema_iecv` into new dir `schemas-xml`. Conflicts: - README files: merged into one. - `xmldsignature_v10.xsd` files: remove one (they were identical).
Following commit f57a326, update references to files that were moved from dirs `schema_dte` and `schema_iecv` into `schemas-xml`.
data.ref: merge XML schemas dirs
- Add example script. - Dir is not a Python package. - However, linters will process its contents nonetheless.
With permission from the "cesionario" of the "cesion" (ST Capital S.A.). The DTE XML file was extracted from the AEC XML file.
Tests have not been implemented.
Augment and improve it to consider more cleaning operations. - Add `_set_dte_xml_missing_xmlns`. - Refactor `_remove_dte_xml_doc_personalizado` out of `clean_dte_xml`. Tests have not been implemented.
Test have not been implemented.
…te_xml dte.parse: change and improve `clean_dte_xml`
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.
clean_dte_xml#16, 2019-04-16) dte.parse: change and improveclean_dte_xml