Releases: SpanishCat/wikipls
Releases · SpanishCat/wikipls
Project Rename
This project was renamed from py-wikipls to just wikipls.
In this released I updated the links in the pyproject.toml, including the link to this repo.
Old URL:
https://github.com/SpanishCat/py-wikipls/
New URL:
https://github.com/SpanishCat/wikipls/
Full Changelog: v0.0.1a8...v0.0.1a9
Pages and Revisions
- Added Revision object
- Re-purposed the Page class to contain info relating to Page (such as page content for a specific date)
- Most GET functions now support revisions (i.e you can get info about how a page was on March 31th 2024, for instance)
- Many new GET functions, relating to: Discussion, article content, mobile HTML and more
- IDs are now represented by the new RevisionId and ArticleId objects, to prevent confusion
- Many bugfixes (and many new bugs)
- Reorganized src directory
- Updated tests
Known issue of wikipls not automatically installing correct dependencies.
Full Changelog: v0.0.1a6...v0.0.1a8
Testing license change #2
v0.0.1a6 Update README.md
Testing license change
No other changes except for license settings
Revision & Media Utilities
- Added
get_image
andget_all_images
- Added
from_timestamp
,id_of_page
andname_of_page
- Added support for revisions
- Changed
get_media
toget_media_details
- Added
get_article_data
- Classes are more sorted-out
- A few minor(er) stuff
Documentation & License
v0.0.1a3 Update LICENSE
Test Release
To test PyPI workflow
Initial Release
Basic functionality working