Metadata-Version: 2.1
Name: pathlib2-unicode
Version: 3.0.0
Summary: Object-oriented filesystem paths handles unicode.
Home-page: https://github.com/WuLiFang/pathlib2-unicode
Author: NateScarlet
Author-email: NateScarlet@Gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: scandir ; python_version<"3.5"

# pathlib2-unicode

Fork of pathlib2 aiming to support the unicode after Python2 is no longer supported.


