pychm


Namepychm JSON
Version 0.8.6 PyPI version JSON
download
home_pagehttps://github.com/dottedmag/pychm
SummaryPython package to handle CHM files
upload_time2019-12-12 21:51:42
maintainer
docs_urlNone
authorMikhail Gusarov
requires_python
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            PyCHM
=====

PyCHM is a Python library to manipulate CHM files (Microsoft HTML Help).

This library supports Python 2.7 and Python 3.5+. It is in a maintenance mode
and accepts only security and bug fixes.

API
---

The chm package contains four modules:

* chm.chm: High-level support for CHM archives.
* chm.extra: Extra utility functions - full-text search support,
  encoding detection.
* chm.chmlib: Low level wrappers around the chmlib API (Python part).

* chm._chmlib: Low level wrappers around the chmlib API (C part).
  This module is unstable and subject to change without notice.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dottedmag/pychm",
    "name": "pychm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mikhail Gusarov",
    "author_email": "dottedmag@dottedmag.net",
    "download_url": "https://files.pythonhosted.org/packages/89/3d/2272705cfac544288fdcda172e25f4399c57371780943ad2d1b4acb67092/pychm-0.8.6.tar.gz",
    "platform": "",
    "description": "PyCHM\n=====\n\nPyCHM is a Python library to manipulate CHM files (Microsoft HTML Help).\n\nThis library supports Python 2.7 and Python 3.5+. It is in a maintenance mode\nand accepts only security and bug fixes.\n\nAPI\n---\n\nThe chm package contains four modules:\n\n* chm.chm: High-level support for CHM archives.\n* chm.extra: Extra utility functions - full-text search support,\n  encoding detection.\n* chm.chmlib: Low level wrappers around the chmlib API (Python part).\n\n* chm._chmlib: Low level wrappers around the chmlib API (C part).\n  This module is unstable and subject to change without notice.",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Python package to handle CHM files",
    "version": "0.8.6",
    "project_urls": {
        "Homepage": "https://github.com/dottedmag/pychm"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "893d2272705cfac544288fdcda172e25f4399c57371780943ad2d1b4acb67092",
                "md5": "c83c0f292131fc80df662d372fc96ee3",
                "sha256": "26606fec1e30cf7506c7afa943460c31e8dac87f35b7f178f437574d654cf672"
            },
            "downloads": -1,
            "filename": "pychm-0.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c83c0f292131fc80df662d372fc96ee3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19562,
            "upload_time": "2019-12-12T21:51:42",
            "upload_time_iso_8601": "2019-12-12T21:51:42.274379Z",
            "url": "https://files.pythonhosted.org/packages/89/3d/2272705cfac544288fdcda172e25f4399c57371780943ad2d1b4acb67092/pychm-0.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-12-12 21:51:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dottedmag",
    "github_project": "pychm",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "pychm"
}
        
Elapsed time: 0.05958s