PyStandardPaths


NamePyStandardPaths JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/uranusjr/pystandardpaths
SummaryCross-platform standard paths access in Python, based on QStandardPaths in Qt 5.
upload_time2018-03-24 10:40:41
maintainer
docs_urlNone
authorTzu-ping Chung
requires_python
licenseBSD
keywords qstandardpaths
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
PyStandardPaths
===============================

.. image:: https://badge.fury.io/py/pystandardpaths.svg
    :target: http://badge.fury.io/py/pystandardpaths

.. image:: https://readthedocs.org/projects/pystandardpaths/badge/?version=latest
    :target: https://readthedocs.org/projects/pystandardpaths/?badge=latest
    :alt: Documentation Status

Cross-platform standard paths access in pure Python, based on `QStandardPaths` in
Qt 5.

* Free software: BSD license
* Documentation: https://pystandardpaths.readthedocs.org.




=======
History
=======

0.3.2 (2018-03-24)
---------------------

* Better compatibility to modern pip versions.


0.3.1 (2015-07-24)
---------------------

* Fix platform-dependent loading on Python 2.


0.3.0 (2015-05-05)
---------------------

* Always raise LocationError on resolution error.
* Packaging problem fixed.


0.2.0 (2015-05-02)
---------------------

* Add log location support.


0.1.0 (2015-05-02)
---------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/uranusjr/pystandardpaths",
    "name": "PyStandardPaths",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "qstandardpaths",
    "author": "Tzu-ping Chung",
    "author_email": "uranusjr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/02/1b6f17b9a7986880d85bbb958617ee2b50d487925f1ff1dd2d6fdc5a94f1/pystandardpaths-0.3.2.tar.gz",
    "platform": "",
    "description": "===============================\nPyStandardPaths\n===============================\n\n.. image:: https://badge.fury.io/py/pystandardpaths.svg\n    :target: http://badge.fury.io/py/pystandardpaths\n\n.. image:: https://readthedocs.org/projects/pystandardpaths/badge/?version=latest\n    :target: https://readthedocs.org/projects/pystandardpaths/?badge=latest\n    :alt: Documentation Status\n\nCross-platform standard paths access in pure Python, based on `QStandardPaths` in\nQt 5.\n\n* Free software: BSD license\n* Documentation: https://pystandardpaths.readthedocs.org.\n\n\n\n\n=======\nHistory\n=======\n\n0.3.2 (2018-03-24)\n---------------------\n\n* Better compatibility to modern pip versions.\n\n\n0.3.1 (2015-07-24)\n---------------------\n\n* Fix platform-dependent loading on Python 2.\n\n\n0.3.0 (2015-05-05)\n---------------------\n\n* Always raise LocationError on resolution error.\n* Packaging problem fixed.\n\n\n0.2.0 (2015-05-02)\n---------------------\n\n* Add log location support.\n\n\n0.1.0 (2015-05-02)\n---------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Cross-platform standard paths access in Python, based on QStandardPaths in Qt 5.",
    "version": "0.3.2",
    "split_keywords": [
        "qstandardpaths"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c021b6f17b9a7986880d85bbb958617ee2b50d487925f1ff1dd2d6fdc5a94f1",
                "md5": "6fdb649cd92643a884135eaa7f388336",
                "sha256": "bb2eee962332661b24a127981fdb26b80b111f053c2db60e8cd569017c52d1e3"
            },
            "downloads": -1,
            "filename": "pystandardpaths-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6fdb649cd92643a884135eaa7f388336",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21056,
            "upload_time": "2018-03-24T10:40:41",
            "upload_time_iso_8601": "2018-03-24T10:40:41.192611Z",
            "url": "https://files.pythonhosted.org/packages/5c/02/1b6f17b9a7986880d85bbb958617ee2b50d487925f1ff1dd2d6fdc5a94f1/pystandardpaths-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-03-24 10:40:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "uranusjr",
    "github_project": "pystandardpaths",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "pystandardpaths"
}
        
Elapsed time: 0.06677s