Skip to main content

Asynchronous work with Wikipedia for asyncio and Python

Project description

Asyncwiki


About

The library for async work with Wikipedia

Some words about library

  • Asynchronous
  • Fast (probably)
  • Parse Wikipedia
  • Can work with databases
  • And it`s all

Installation

You can install asyncwiki from PyPI:

pip install asyncwiki

Quick start

A little example of library work:

import asyncio
from asyncwiki import WikiSearcher


wiki_searcher = WikiSearcher()


async def main():
    
    query = "Apple"
    lang = "en"

    result = await wiki_searcher.search(query, lang)
    print(result)


if __name__ == "__main__":
    asyncio.run(main())

License

Asyncwiki is offered under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asyncwiki-0.1.3.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asyncwiki-0.1.3-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file asyncwiki-0.1.3.tar.gz.

File metadata

  • Download URL: asyncwiki-0.1.3.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for asyncwiki-0.1.3.tar.gz
Algorithm Hash digest
SHA256 356cb64635f77123836c40fbbbc0e3901a632ec8a9d36c47a4b27b8b66346c5e
MD5 ca9f956f86d48a6a133015a9dac4e9be
BLAKE2b-256 536a17d213a6bc11e6c67b32f15267c127111a74f28b6f5dcbaee16e8ef4166b

See more details on using hashes here.

File details

Details for the file asyncwiki-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: asyncwiki-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for asyncwiki-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 681d726529c2361685c3926988f86f8c18623d7bd8bb8a55753593256863e1b8
MD5 9984b41e340b0db2c176d495e0e704f3
BLAKE2b-256 3e5536b14d355e29ddeb33d652e0f71218b0eb66518ae80fb4956c22c4ce3866

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page