Metadata-Version: 2.0
Name: slugifile
Version: 0.1.16
Summary: Renames the filenames within the specified directory to be Unix friendly.
Home-page: https://github.com/codehutlabs/slugifile
Author: Robert Kuzma
Author-email: robert@codehut.io
License: MIT license
Keywords: slugifile
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Requires-Dist: Click (>=6.0)
Requires-Dist: python-slugify (==1.2.6)

=========
SlugiFile
=========


.. image:: https://img.shields.io/pypi/v/slugifile.svg
        :target: https://pypi.python.org/pypi/slugifile

.. image:: https://img.shields.io/travis/codehutlabs/slugifile.svg
        :target: https://travis-ci.org/codehutlabs/slugifile

.. image:: https://readthedocs.org/projects/slugifile/badge/?version=latest
        :target: https://slugifile.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Renames the filenames within the specified directory to be Unix friendly.


* Free software: MIT license
* Documentation: https://slugifile.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.14 (2018-12-19)
------------------

* First release on PyPI.


