Metadata-Version: 2.1
Name: pathstr
Version: 0.1.0
Summary: Path string library helps developers to work with strings path. It works similar to standard pathlib.
Home-page: https://github.com/alfred82santa/pathstr
Author: Alfred Santacatalina
Author-email: alfred82santa@gmail.com
License: LGPLv3
Keywords: string path
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7


.. |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.



