Dox-docs-translator

Latest version: v0.1.1

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

Scan your dependencies

0.1.0

Documenting:
- Documented new functionality
- Updated the README.md

Enhancements:
- Rewritten functionality:
- def get_doc()
- def optimize_origin_doc()
- def optimize_translated_doc()
- def split_doc()
- def join_docs()
- def translate_docs(translatable_docs: str) -> str
- Renamed:
- optimize_origin_doc() on optimize_doc()
- optimize_translated_doc() on restoration_doc()
- translate_docs() on translate_doc_segment()
- Implemented new functionality:
- def tagging()
- def untagging()
- def translate_docs()
- def start_global_translate() -> bool
- Combined all functionality into a single class - DoxDocsTranslator

---

0.0.1

Release
- A script has been released that has the basic functionality of bringing the documentation to the translation form, and the functionality of translating the documentation itself. The script is semi-automatic, as it does not collect the given translated documentation into its original form. List of implemented functions:
- def get_doc(name_file: str) -> str
- optimize_origin_doc(doc: str) -> str
- def split_doc(doc: str) -> list[str]
- def translate_docs(origin_docs: list[str], from_lang: str, to_lang: str) -> list[str]
- def join_docs(translated_docs: list[str]) -> str
- def optimize_translated_doc(doc: str) -> str
- def save_doc(doc: str, name_file: str)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.