Metadata-Version: 1.1
Name: pystandardpaths
Version: 0.3.2
Summary: Cross-platform standard paths access in Python, based on QStandardPaths in Qt 5.
Home-page: https://github.com/uranusjr/pystandardpaths
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Description: ===============================
        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.
        
Keywords: qstandardpaths
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
