This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
python-markdown-oembed
Watch
1
Star
0
Fork
You've already forked python-markdown-oembed
0
mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced
2026-03-16 22:10:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bdcafbf4c6
python-markdown-oembed
/
mdx_oembed
/
version.py
2 lines
22 B
Python
Raw
Normal View
History
Unescape
Escape
Refactor and Update `python-markdown-oembed-extension` - **Removed legacy build files**: - Deleted obsolete `.travis.yml`, `flake.lock`, and `flake.nix` files that were no longer needed for the current build and dependency management setup. - **Updated versioning**: - Incremented the package version from `0.4.0` to `0.5.0` in `version.py` and made adjustments in `pyproject.toml` to reflect the new versioning mechanism. - **Refined package structure**: - Moved source files from `src/python_markdown_oembed_extension` to `mdx_oembed` and renamed references accordingly for better clarity and organization of the codebase. - **Enhanced OEmbed functionality**: - Added dedicated endpoint handling in the new `endpoints.py`. - Refactored the `oembed.py` file to implement a minimal oEmbed consumer, replacing the earlier dependency on `python-oembed`. - **Improved test coverage**: - Transitioned tests from `unittest` to `pytest` framework for better maintainability. - Expanded unit tests, including better error handling and validation for various media types. - **Updated dependency requirements**: - Raised minimum Python version from `3.9` to `3.12` in `pyproject.toml`. - Removed non-essential dependencies and restructured the dependency declarations to streamline package management. These changes focus on modernizing the codebase, improving adherence to current Python standards, and enhancing overall functionality and maintainability.
2026-03-03 13:26:52 +00:00
__version__
=
"
0.5.0
"
Reference in a new issue
Copy permalink