Metadata-Version: 2.1
Name: senf
Version: 1.5.0
Summary: Consistent filename handling for all Python versions and platforms
Home-page: https://github.com/quodlibet/senf
Author: Christoph Reiter
Author-email: reiter.christoph@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
License-File: LICENSE

.. image:: https://cdn.rawgit.com/quodlibet/senf/master/docs/images/header.svg
   :align: center
   :width: 400px

|

**Senf** introduces a new platform native string type called `fsnative`. It
adds functions to convert text, bytes and paths to and from that new type and
helper functions to integrate it nicely with the Python stdlib.

**Senf** supports Python 2.7, 3.4+, works with PyPy, works on Linux, Windows,
macOS, is MIT licensed, and only depends on the stdlib. It does not monkey
patch anything in the stdlib.

For more info see https://senf.readthedocs.io/

.. image:: https://travis-ci.org/quodlibet/senf.svg?branch=master
    :target: https://travis-ci.org/quodlibet/senf

.. image:: https://ci.appveyor.com/api/projects/status/71gxf8nmfsm7bc86/branch/master?svg=true
    :target: https://ci.appveyor.com/project/lazka/senf/branch/master

.. image:: https://codecov.io/gh/quodlibet/senf/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/quodlibet/senf


