Metadata-Version: |
2.2 |
Name: |
generic-path |
Version: |
0.5.1.post1 |
Summary: |
Generalised abstract file path that provides path manipulations independent from the local environment |
Author-Email: |
Yu Shiyang <yu.shiyang[at]gnayihs.uy> |
Project-Url: |
Homepage, https://github.com/yushiyangk/GPath |
Project-Url: |
Documentation, https://gpath.gnayihs.uy/ |
Project-Url: |
Issues, https://github.com/yushiyangk/GPath/issues |
License: |
MPL-2.0 |
Keywords: |
python,filepath,filesystem,cross-platform |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Filesystems |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.9 |
Requires-Dist: |
pytest (~=7.3.1); extra == "dev" |
Requires-Dist: |
coverage (~=7.2.3); extra == "dev" |
Requires-Dist: |
pdoc (~=13.1.1); extra == "dev" |
Requires-Dist: |
pyroma (~=4.2); extra == "dev" |
Requires-Dist: |
build (~=1.2.2); extra == "dev" |
Requires-Dist: |
tox (~=4.5.1); extra == "dev" |
Requires-Dist: |
tox-extras (==0.0.2); extra == "dev" |
Requires-Dist: |
pytest (~=7.3.1); extra == "test" |
Requires-Dist: |
coverage (~=7.2.3); extra == "test" |
Requires-Dist: |
pdoc (~=13.1.1); extra == "docs" |
Requires-Dist: |
pyroma (~=4.2); extra == "metadata" |
Requires-Dist: |
build (~=1.2.2); extra == "package" |
Requires-Dist: |
twine (~=6.0.1); extra == "packagetest" |
Requires-Dist: |
tox (~=4.5.1); extra == "ci" |
Requires-Dist: |
tox-extras (==0.0.2); extra == "ci" |
Requires-Dist: |
twine (~=6.0.1); extra == "publish" |
Provides-Extra: |
dev |
Provides-Extra: |
test |
Provides-Extra: |
docs |
Provides-Extra: |
metadata |
Provides-Extra: |
package |
Provides-Extra: |
packagetest |
Provides-Extra: |
ci |
Provides-Extra: |
publish |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE.txt |