Unipath


NameUnipath JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/mikeorr/Unipath
SummaryObject-oriented alternative to os/os.path/shutil
upload_time2015-02-11 04:36:15
maintainer
docs_urlNone
authorMike Orr
requires_pythonNone
licenseMIT
keywords os.path filename pathspec path files directories filesystem
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Unipath is an object-oriented front end to the file/directory functions
scattered throughout several Python library modules.  It's based on Jason
Orendorff's *path.py* but has a friendlier API and higher-level features.
Unipath is stable, well-tested, and has been used in production since 2008.
It runs on Python 2.6+ and 3.3+.

**Version 1.1** is a bugfix release. Most notably it fixes a Unicode
incompatibility on Python 3 under Windows (or operating systems with native
Unicpde filenames). The license is changed to MIT (from the Python license).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mikeorr/Unipath",
    "name": "Unipath",
    "maintainer": "",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "",
    "keywords": "os.path filename pathspec path files directories filesystem",
    "author": "Mike Orr",
    "author_email": "sluggoster@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/56/de14fb87407047321dad378cb403c6a9adfb7ba394a6f0e9d8839b8b0ef3/Unipath-1.1.tar.gz",
    "platform": "UNKNOWN",
    "description": "Unipath is an object-oriented front end to the file/directory functions\r\nscattered throughout several Python library modules.  It's based on Jason\r\nOrendorff's *path.py* but has a friendlier API and higher-level features.\r\nUnipath is stable, well-tested, and has been used in production since 2008.\r\nIt runs on Python 2.6+ and 3.3+.\r\n\r\n**Version 1.1** is a bugfix release. Most notably it fixes a Unicode\r\nincompatibility on Python 3 under Windows (or operating systems with native\r\nUnicpde filenames). The license is changed to MIT (from the Python license).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Object-oriented alternative to os/os.path/shutil",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/mikeorr/Unipath"
    },
    "split_keywords": [
        "os.path",
        "filename",
        "pathspec",
        "path",
        "files",
        "directories",
        "filesystem"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9adb383144f9e1f16f2b1489eecf4a54515f3809098e36be4e83a47e31eb8ea1",
                "md5": "f91fb328fa58ff2cd0e008725bba8064",
                "sha256": "e6257e508d8abbfb6ddd8ec357e33589f1f48b1599127f23b017124d90b0fff7"
            },
            "downloads": -1,
            "filename": "Unipath-1.1-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "f91fb328fa58ff2cd0e008725bba8064",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 10353,
            "upload_time": "2015-02-11T04:36:12",
            "upload_time_iso_8601": "2015-02-11T04:36:12.008089Z",
            "url": "https://files.pythonhosted.org/packages/9a/db/383144f9e1f16f2b1489eecf4a54515f3809098e36be4e83a47e31eb8ea1/Unipath-1.1-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c56de14fb87407047321dad378cb403c6a9adfb7ba394a6f0e9d8839b8b0ef3",
                "md5": "c6d6147ee83328a294e3ceb49073d82d",
                "sha256": "09839adcc72e8a24d4f76d63656f30b5a1f721fc40c9bcd79d8c67bdd8b47dae"
            },
            "downloads": -1,
            "filename": "Unipath-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c6d6147ee83328a294e3ceb49073d82d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30280,
            "upload_time": "2015-02-11T04:36:15",
            "upload_time_iso_8601": "2015-02-11T04:36:15.424748Z",
            "url": "https://files.pythonhosted.org/packages/8c/56/de14fb87407047321dad378cb403c6a9adfb7ba394a6f0e9d8839b8b0ef3/Unipath-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-02-11 04:36:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mikeorr",
    "github_project": "Unipath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "unipath"
}
        
Elapsed time: 0.07106s