Skip to main content

Fork of ZIMply with only the zimply_core module.

Project description

ZIMply Core

ZIMply Core is an unstable fork of ZIMply, intended for developers who would like to use its pure Python zim file parser without the additional dependencies.

Usage

Install zimply-core from pypi:

pip install zimply-core

Now, in Python code, you can import from zimply_core:

from zimply_core import ZIMClient
zim_file = ZIMClient("wikipedia.zim", encoding="utf-8", auto_delete=True)
print("{name} contains {count} articles".format(
    name=zim_file.get_article("M/Name").data.decode(),
    count=zim_file.get_namespace_count("A")
))

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

zimply_core-1.0.7-py2.py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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