Metadata-Version: 2.4
Name: wikipull
Version: 1.2.0
Summary: A quick and easy module for retrieving Wikipedia table data.
Author-email: Ayrik Nabirahni <ayriknabirahni01@gmail.com>
Project-URL: Homepage, https://github.com/kermitine/Wikipull
Project-URL: Issues, https://github.com/kermitine/Wikipull/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.32.5
Requires-Dist: lxml==6.0.2
Requires-Dist: pandas<3.0.0
Dynamic: license-file

# Wikipull
An elegant way of pulling data from a Wikipedia page's subject table.

## Usage
from wikipull.wikipull import wikipull

wikipull(wiki_id='Kepler-22', target_data='Radius, scrub_references=True)

## How to install
```pip install wikipull```

## License
This repository/project is licensed under the GNU Affero General Public v3.0-or-later. For more information, please consult the LICENSE file (located in the root of the project), or visit https://www.gnu.org/licenses/agpl-3.0.en.html to read the full license.

