pycdlib


Namepycdlib JSON
Version 1.14.0 PyPI version JSON
download
home_pagehttp://github.com/clalancette/pycdlib
SummaryPure python ISO manipulation library
upload_time2023-01-14 16:39:31
maintainer
docs_urlNone
authorChris Lalancette
requires_python
licenseLGPLv2
keywords iso9660 iso ecma119 rockridge joliet eltorito udf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyCdlib is a pure python library to parse, write (master), and create ISO9660 files, suitable for writing to a CD or USB.

The original ISO9660 (including ISO9660-1999) specification is supported, as well the El Torito, Joliet, Rock Ridge, and UDF extensions.

Please see https://clalancette.github.io/pycdlib/ for much more documentation.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/clalancette/pycdlib",
    "name": "pycdlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "iso9660 iso ecma119 rockridge joliet eltorito udf",
    "author": "Chris Lalancette",
    "author_email": "clalancette@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/d3/52b8dd7a862aec7cc4043a520490bfc9b408179dc374d0e3416fb0614a86/pycdlib-1.14.0.tar.gz",
    "platform": null,
    "description": "PyCdlib is a pure python library to parse, write (master), and create ISO9660 files, suitable for writing to a CD or USB.\n\nThe original ISO9660 (including ISO9660-1999) specification is supported, as well the El Torito, Joliet, Rock Ridge, and UDF extensions.\n\nPlease see https://clalancette.github.io/pycdlib/ for much more documentation.\n\n\n",
    "bugtrack_url": null,
    "license": "LGPLv2",
    "summary": "Pure python ISO manipulation library",
    "version": "1.14.0",
    "split_keywords": [
        "iso9660",
        "iso",
        "ecma119",
        "rockridge",
        "joliet",
        "eltorito",
        "udf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cdd95557c0e3bad0e8ba10c0f17d9deffb139b106eda528a744e544799cbbfb",
                "md5": "8529d6c40541a87c72ab8c929906da0b",
                "sha256": "a905827335f0066af3fd416c5cf9b1f29dffaf4d0914b714555213d1809f38d4"
            },
            "downloads": -1,
            "filename": "pycdlib-1.14.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8529d6c40541a87c72ab8c929906da0b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 213201,
            "upload_time": "2023-01-14T16:39:29",
            "upload_time_iso_8601": "2023-01-14T16:39:29.130472Z",
            "url": "https://files.pythonhosted.org/packages/0c/dd/95557c0e3bad0e8ba10c0f17d9deffb139b106eda528a744e544799cbbfb/pycdlib-1.14.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62d352b8dd7a862aec7cc4043a520490bfc9b408179dc374d0e3416fb0614a86",
                "md5": "b849c2c835bc1e5a2c8692bb926946bd",
                "sha256": "8ec306b31d9c850f28c5fda52438d904edd1e8fcf862c5ffd756272efac9f422"
            },
            "downloads": -1,
            "filename": "pycdlib-1.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b849c2c835bc1e5a2c8692bb926946bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 287166,
            "upload_time": "2023-01-14T16:39:31",
            "upload_time_iso_8601": "2023-01-14T16:39:31.339187Z",
            "url": "https://files.pythonhosted.org/packages/62/d3/52b8dd7a862aec7cc4043a520490bfc9b408179dc374d0e3416fb0614a86/pycdlib-1.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 16:39:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "clalancette",
    "github_project": "pycdlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pycdlib"
}
        
Elapsed time: 0.02759s