Skip to content

Commit

Permalink
drop wgen, tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Nov 30, 2023
1 parent af29680 commit 3236e8c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 109 deletions.
9 changes: 0 additions & 9 deletions docs/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ pwiki.oquery
:show-inheritance:


pwiki.wgen
-----------------

.. automodule:: pwiki.wgen
:members:
:undoc-members:
:show-inheritance:


pwiki.wiki
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pwiki/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__ = ['gquery', 'mquery', 'ns', 'wgen', 'wiki']
__all__ = ['gquery', 'mquery', 'ns', 'wiki']
97 changes: 0 additions & 97 deletions pwiki/wgen.py

This file was deleted.

2 changes: 1 addition & 1 deletion pwiki/wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def uploadable_filetypes(self) -> set:
"""Queries the Wiki for all acceptable file types which may be uploaded to this Wiki. PRECONDITION: the target Wiki permits file uploads.
Returns:
set: A set containing all acceptable file types as their extensions ("." prefix is included)
set: A `set` containing all acceptable file types as their extensions (`.` prefix is not included)
"""
log.info("%s: Fetching a list of acceptable file upload extensions.", self)
return OQuery.uploadable_filetypes(self)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pwiki",
version="1.2.0",
version="1.3.0",
author="Fastily",
author_email="fastily@users.noreply.github.com",
description="A Python library for effortlessly interacting with Wikipedia/MediaWiki",
Expand Down

0 comments on commit 3236e8c

Please sign in to comment.