mediawiki

MediaWiki API wrapper in python http://pymediawiki.readthedocs.io/en/latest/

MIT License

Downloads
3.4K
Stars
180
Committers
9

Bot releases are visible (Hide)

mediawiki - Version 0.7.4 Latest Release

Published by barrust 9 months ago

  • Add typing support
mediawiki - Version 0.7.3

Published by barrust about 1 year ago

  • Add unordered_options to the DisambiguationError to attempt to get options in the order presented on the page; issue #124
  • Add verify SSL support by passing info directly to the requests library.
mediawiki - Version 0.7.2

Published by barrust about 2 years ago

  • Add page_preview property to simulate the page preview hover PR #114
  • Add available_languages property PR #116
  • PEP 517 support PR #117
  • Fix rate_limit rounding down PR #120
mediawiki - Version 0.7.1

Published by barrust almost 3 years ago

  • Add page.wikitext support for pulling the page contents as wikitext
  • Add proxy support by passing info directly to the requests library.
mediawiki - Version 0.7.0

Published by barrust almost 4 years ago

  • Remove support for python 2.7!
  • Add files to categorymembers() pull PR #100 Thanks tbm
  • Better support calls to limit results to the maximum 500 results per query (per API documentation) PR #99 Thanks tbm
mediawiki - Version 0.6.7

Published by barrust almost 4 years ago

NOTE: Last planed support for Python 2.7

  • Cache results of BeautifulSoup parsing of page.html PR #90 Thanks ldorigo
  • Add ability to pull links from the header section; Thanks to ldorigo for example code!
  • Add ability to pull the header section text
  • Move to GitHib Actions and CodeCov for testing
mediawiki - Version 0.6.6

Published by barrust almost 4 years ago

  • Fix a bug using find_all() on newer versions of BeautifulSoup4
mediawiki - Version 0.6.5

Published by barrust almost 4 years ago

mediawiki - Version 0.6.4

Published by barrust over 4 years ago

  • Add ability to login during initialization issue #79
mediawiki - Version 0.6.3

Published by barrust over 4 years ago

  • Capture timeout exception
  • minor bug fixes
mediawiki - Version 0.6.2

Published by barrust about 5 years ago

  • Add allpages functionality PR #75
  • Add langlinks page property PR #76
mediawiki - Version 0.6.1

Published by barrust over 5 years ago

  • Fix DisambiguationError title property issue #72
  • Change to using black formatting
mediawiki - Version 0.6.0

Published by barrust over 5 years ago

  • Fix for the table of contents for all subsections issue #64
  • Combined properties into a single set of pulling to reduce the load on the MediaWiki infrastructure issue #55
mediawiki - Version 0.5.1

Published by barrust almost 6 years ago

  • Added Table of Contents parsing based on sections: result is an OrderedDict
  • Fix issue where some sections are not pulled correctly
mediawiki - Version 0.5.0

Published by barrust almost 6 years ago

mediawiki - Version 0.4.1

Published by barrust over 6 years ago

  • Default to https
  • Add category_prefix property to properly support categories in non-Engish
    MediaWiki sites issue #48
  • Add user_agent as an initialization parameter and added information to the
    documentation about why one should set the user-agent string issue #50
mediawiki - Version 0.4.0

Published by barrust over 6 years ago

  • Add fix to use the query-continue parameter to continue to pull category members issue #39
  • Better handle large categorymember selections
  • Add better handling of exception attributes including adding them to the documentation
  • Correct the pulling of the section titles without additional markup #42
  • Handle memoization of unicode parameters in python 2.7
  • Change default timeout for HTTP requests to 15 seconds
mediawiki - Version 0.3.16

Published by barrust almost 7 years ago

  • Add ability to turn off caching completely
  • Fix bug when disambiguation link does not have a title issue #35
mediawiki - Version 0.3.15

Published by barrust about 7 years ago

  • base_url property
  • parse links from sections
mediawiki - Version 0.3.14

Published by barrust over 7 years ago

  • Cache refresh
Package Rankings
Top 4.18% on Pypi.org
Related Projects