Wikipedia-API 0.7.1__tar.gz → 0.7.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/CHANGES.rst +6 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/PKG-INFO +9 -9
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/README.rst +1 -7
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/Wikipedia_API.egg-info/PKG-INFO +9 -9
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/setup.py +2 -2
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/wikipediaapi/__init__.py +1 -1
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/API.rst +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/DEVELOPMENT.rst +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/LICENSE +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/MANIFEST.in +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/Wikipedia_API.egg-info/SOURCES.txt +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/Wikipedia_API.egg-info/dependency_links.txt +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/Wikipedia_API.egg-info/not-zip-safe +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/Wikipedia_API.egg-info/requires.txt +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/Wikipedia_API.egg-info/top_level.txt +0 -0
- {wikipedia_api-0.7.1 → wikipedia_api-0.7.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Wikipedia-API
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Python Wrapper for Wikipedia
|
|
5
5
|
Home-page: https://github.com/martin-majlis/Wikipedia-API
|
|
6
6
|
Download-URL: https://github.com/martin-majlis/Wikipedia-API/archive/master.tar.gz
|
|
@@ -14,11 +14,11 @@ Classifier: Environment :: Web Environment
|
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Programming Language :: Python
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
23
23
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
24
24
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -36,7 +36,7 @@ Wikipedia API
|
|
|
36
36
|
|
|
37
37
|
.. _Wikipedias': https://www.mediawiki.org/wiki/API:Main_page
|
|
38
38
|
|
|
39
|
-
|
|
|
39
|
+
|github-stars-flat| |cc-coverage| |docs| |version| |pyversions|
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -345,12 +345,10 @@ External Links
|
|
|
345
345
|
|
|
346
346
|
* `GitHub`_
|
|
347
347
|
* `PyPi`_
|
|
348
|
-
* `Travis`_
|
|
349
348
|
* `ReadTheDocs`_
|
|
350
349
|
|
|
351
350
|
.. _GitHub: https://github.com/martin-majlis/Wikipedia-API/
|
|
352
351
|
.. _PyPi: https://pypi.python.org/pypi/Wikipedia-API/
|
|
353
|
-
.. _Travis: https://travis-ci.org/martin-majlis/Wikipedia-API/
|
|
354
352
|
.. _ReadTheDocs: http://wikipedia-api.readthedocs.io/
|
|
355
353
|
|
|
356
354
|
Other Badges
|
|
@@ -371,10 +369,6 @@ Other Pages
|
|
|
371
369
|
|
|
372
370
|
|
|
373
371
|
|
|
374
|
-
.. |build-status| image:: https://travis-ci.org/martin-majlis/Wikipedia-API.svg?branch=master
|
|
375
|
-
:alt: build status
|
|
376
|
-
:target: https://travis-ci.org/martin-majlis/Wikipedia-API
|
|
377
|
-
|
|
378
372
|
.. |docs| image:: https://readthedocs.org/projects/wikipedia-api/badge/?version=latest
|
|
379
373
|
:target: http://wikipedia-api.readthedocs.io/en/latest/?badge=latest
|
|
380
374
|
:alt: Documentation Status
|
|
@@ -502,6 +496,12 @@ Other Pages
|
|
|
502
496
|
Changelog
|
|
503
497
|
=========
|
|
504
498
|
|
|
499
|
+
0.7.2
|
|
500
|
+
-----
|
|
501
|
+
|
|
502
|
+
* Add support for Python 3.13
|
|
503
|
+
* Regenerate stable documentation
|
|
504
|
+
|
|
505
505
|
0.7.1
|
|
506
506
|
-----
|
|
507
507
|
|
|
@@ -5,7 +5,7 @@ Wikipedia API
|
|
|
5
5
|
|
|
6
6
|
.. _Wikipedias': https://www.mediawiki.org/wiki/API:Main_page
|
|
7
7
|
|
|
8
|
-
|
|
|
8
|
+
|github-stars-flat| |cc-coverage| |docs| |version| |pyversions|
|
|
9
9
|
|
|
10
10
|
Installation
|
|
11
11
|
------------
|
|
@@ -314,12 +314,10 @@ External Links
|
|
|
314
314
|
|
|
315
315
|
* `GitHub`_
|
|
316
316
|
* `PyPi`_
|
|
317
|
-
* `Travis`_
|
|
318
317
|
* `ReadTheDocs`_
|
|
319
318
|
|
|
320
319
|
.. _GitHub: https://github.com/martin-majlis/Wikipedia-API/
|
|
321
320
|
.. _PyPi: https://pypi.python.org/pypi/Wikipedia-API/
|
|
322
|
-
.. _Travis: https://travis-ci.org/martin-majlis/Wikipedia-API/
|
|
323
321
|
.. _ReadTheDocs: http://wikipedia-api.readthedocs.io/
|
|
324
322
|
|
|
325
323
|
Other Badges
|
|
@@ -349,10 +347,6 @@ Other Pages
|
|
|
349
347
|
.. PYPI-END
|
|
350
348
|
|
|
351
349
|
|
|
352
|
-
.. |build-status| image:: https://travis-ci.org/martin-majlis/Wikipedia-API.svg?branch=master
|
|
353
|
-
:alt: build status
|
|
354
|
-
:target: https://travis-ci.org/martin-majlis/Wikipedia-API
|
|
355
|
-
|
|
356
350
|
.. |docs| image:: https://readthedocs.org/projects/wikipedia-api/badge/?version=latest
|
|
357
351
|
:target: http://wikipedia-api.readthedocs.io/en/latest/?badge=latest
|
|
358
352
|
:alt: Documentation Status
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Wikipedia-API
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Python Wrapper for Wikipedia
|
|
5
5
|
Home-page: https://github.com/martin-majlis/Wikipedia-API
|
|
6
6
|
Download-URL: https://github.com/martin-majlis/Wikipedia-API/archive/master.tar.gz
|
|
@@ -14,11 +14,11 @@ Classifier: Environment :: Web Environment
|
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Programming Language :: Python
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
23
23
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
24
24
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -36,7 +36,7 @@ Wikipedia API
|
|
|
36
36
|
|
|
37
37
|
.. _Wikipedias': https://www.mediawiki.org/wiki/API:Main_page
|
|
38
38
|
|
|
39
|
-
|
|
|
39
|
+
|github-stars-flat| |cc-coverage| |docs| |version| |pyversions|
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -345,12 +345,10 @@ External Links
|
|
|
345
345
|
|
|
346
346
|
* `GitHub`_
|
|
347
347
|
* `PyPi`_
|
|
348
|
-
* `Travis`_
|
|
349
348
|
* `ReadTheDocs`_
|
|
350
349
|
|
|
351
350
|
.. _GitHub: https://github.com/martin-majlis/Wikipedia-API/
|
|
352
351
|
.. _PyPi: https://pypi.python.org/pypi/Wikipedia-API/
|
|
353
|
-
.. _Travis: https://travis-ci.org/martin-majlis/Wikipedia-API/
|
|
354
352
|
.. _ReadTheDocs: http://wikipedia-api.readthedocs.io/
|
|
355
353
|
|
|
356
354
|
Other Badges
|
|
@@ -371,10 +369,6 @@ Other Pages
|
|
|
371
369
|
|
|
372
370
|
|
|
373
371
|
|
|
374
|
-
.. |build-status| image:: https://travis-ci.org/martin-majlis/Wikipedia-API.svg?branch=master
|
|
375
|
-
:alt: build status
|
|
376
|
-
:target: https://travis-ci.org/martin-majlis/Wikipedia-API
|
|
377
|
-
|
|
378
372
|
.. |docs| image:: https://readthedocs.org/projects/wikipedia-api/badge/?version=latest
|
|
379
373
|
:target: http://wikipedia-api.readthedocs.io/en/latest/?badge=latest
|
|
380
374
|
:alt: Documentation Status
|
|
@@ -502,6 +496,12 @@ Other Pages
|
|
|
502
496
|
Changelog
|
|
503
497
|
=========
|
|
504
498
|
|
|
499
|
+
0.7.2
|
|
500
|
+
-----
|
|
501
|
+
|
|
502
|
+
* Add support for Python 3.13
|
|
503
|
+
* Regenerate stable documentation
|
|
504
|
+
|
|
505
505
|
0.7.1
|
|
506
506
|
-----
|
|
507
507
|
|
|
@@ -27,7 +27,7 @@ tests_require = [] # type: List[str]
|
|
|
27
27
|
|
|
28
28
|
setup(
|
|
29
29
|
name="Wikipedia-API",
|
|
30
|
-
version="0.7.
|
|
30
|
+
version="0.7.2",
|
|
31
31
|
description="Python Wrapper for Wikipedia",
|
|
32
32
|
long_description=README + "\n\n" + CHANGES,
|
|
33
33
|
classifiers=[
|
|
@@ -36,11 +36,11 @@ setup(
|
|
|
36
36
|
"Intended Audience :: Developers",
|
|
37
37
|
"Programming Language :: Python",
|
|
38
38
|
"Programming Language :: Python :: 3",
|
|
39
|
-
"Programming Language :: Python :: 3.8",
|
|
40
39
|
"Programming Language :: Python :: 3.9",
|
|
41
40
|
"Programming Language :: Python :: 3.10",
|
|
42
41
|
"Programming Language :: Python :: 3.11",
|
|
43
42
|
"Programming Language :: Python :: 3.12",
|
|
43
|
+
"Programming Language :: Python :: 3.13",
|
|
44
44
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
45
45
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
46
46
|
"License :: OSI Approved :: MIT License",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|