Degrotesque

Latest version: v3.0.0

Safety actively analyzes 621469 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

3.0.0

------------------------------

* Adding support for degrotesquing markdown files (contents of code and quotes are kept)
* Added support for processing plain text files; The distinction whether a file is a plain text file or a HTML/XML derivative is done using the extension (see Appendix B for used extensions) and by evaluating the contents; Everything is replaced in text files. When processing a file as a XML/HTML derivative, elements are skipped. Introducing the options __--text__ / __-T__, __--markdown__ / __-M__, and __--html__ / __-H__ to explicitly set the file type.
* Supporting different target encodings for the replacements using the __--format / -f _<FORMAT>___ option (the option __--unicode__ / __-u__ was removed):
* &8216;__unicode__&8217;: uses numeric entities (e.g. &8216;&8211;&8217; for an &8216;—&8217;);
* &8216;__html__&8217;: uses numeric entities (e.g. &8216;—&8217; for an &8216;—&8217;);
* &8216;__text__&8217;: uses plain (utf-8) characters (e.g. &8216;—&8217; for an &8216;—&8217;).
* 100 % test coverage :-)
* renamed master branch to main

2.0.6

------------------------------

* Patched documentation (return types)
* Set proper formatting for [readthedocs](https://degrotesque.readthedocs.io/en/2.0.6/)
* It's not 2.0.4 due to caching by readthedocs

2.0.2

------------------------------

* Corrected installation and execution as a console script

2.0

----------------------------

* Changed the license to [BSD](license.md).
* Using github actions for testing on push instead of using Travis CI
* Cleaned up project tree
* Adding an [mkdocs](https://www.mkdocs.org/) documentation

1.6

----------------------------
* reworked tests, now using pytest and unittest
* [issue 10](https://github.com/dkrajzew/degrotesque/issues/10): will not use TextTest here; using pytest instead
* [issue 11](https://github.com/dkrajzew/degrotesque/issues/11): using coverage.py instead of coveralls
* added the -u/--unicode option which forces to use unicode codes instead of HTML entities

1.4

----------------------------
* debugged the parser — could not parse code-in-code tags (weird it's even allowed, xsltproc generates this)
* added a [HowToRelease](https://github.com/dkrajzew/degrotesque/blob/master/HowToRelease.md) file

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.