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.4.tar.gz (19.4 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.4-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: asyncwiki-0.1.4.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for asyncwiki-0.1.4.tar.gz
Algorithm Hash digest
SHA256 80386e799e02b33697bfb15729562ad40b197b915b50f601465672cfb7254036
MD5 43c4edc4c595dee940db9ca08f3e6d71
BLAKE2b-256 3f298a68d2a62e7a4cdcbe35d4b4302ce8eba76608928e4cf3819ff29b786a30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncwiki-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for asyncwiki-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ab09c67993313f9f46d00f5502109caa5aa37b5d16b7a11c712c604bb9ab7c5e
MD5 5556b47764193e31eaf82973935cd5d4
BLAKE2b-256 3cbfcbb712a94901e824f541496ffc305d6fb81d0139a1e17c85f33d35b543b6

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