Metadata-Version: 2.1
Name: rlist_files
Version: 0.0.1
Summary: Function to list the files in directory with pattern recognition and regular expression support.
Home-page: https://github.com/matiasandina/list_files
Author: Matias Andina
Author-email: matiasandina@gmail.com
License: MIT license
Keywords: list_files
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

==========
list_files
==========


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

.. image:: https://img.shields.io/travis/matiasandina/list_files.svg
        :target: https://travis-ci.com/matiasandina/list_files

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


.. image:: https://pyup.io/repos/github/matiasandina/list_files/shield.svg
     :target: https://pyup.io/repos/github/matiasandina/list_files/
     :alt: Updates



Function to list the files in directory with pattern recognition and regular expression support.


* Free software: MIT license
* Documentation: https://list-files.readthedocs.io.


Features
--------

* This function was created to emulate R's `list.files()` behavior in python.

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.0.1 (2023-03-16)
------------------

* First release on PyPI.


