Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfred82santa/pathstr
Path string library helps developers to work with strings path. It works similar to standard pathlib.
https://github.com/alfred82santa/pathstr
Last synced: about 4 hours ago
JSON representation
Path string library helps developers to work with strings path. It works similar to standard pathlib.
- Host: GitHub
- URL: https://github.com/alfred82santa/pathstr
- Owner: alfred82santa
- License: lgpl-3.0
- Created: 2018-12-17T19:26:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T21:38:08.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T01:46:09.526Z (7 days ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. |badge-python-versions| image:: https://img.shields.io/pypi/pyversions/pathstr.svg
:alt: Python versions.. |badge-version| image:: https://img.shields.io/pypi/v/pathstr.svg
:alt: Last version
:target: https://pypi.org/project/pathstr/.. |badge-license| image:: https://img.shields.io/pypi/l/pathstr.svg
:alt: License.. |badge-status| image:: https://img.shields.io/pypi/status/pathstr.svg
:alt: Status.. |badge-travis| image:: https://travis-ci.com/alfred82santa/pathstr.svg?branch=master
:alt: Travis
:target: https://travis-ci.com/alfred82santa/pathstr.. |badge-coveralls| image:: https://coveralls.io/repos/github/alfred82santa/pathstr/badge.svg?branch=master
:alt: Coveralls
:target: https://coveralls.io/github/alfred82santa/pathstr?branch=master|badge-status| |badge-license| |badge-version| |badge-python-versions| |badge-travis| |badge-coveralls|
=======
Pathstr
=======Path string library helps developers to work with strings path. It works similar to standard pathlib.