Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.