rlist-files


Namerlist-files JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/matiasandina/rlist_files
SummaryFunction to list the files in directory with pattern recognition and regular expression support.
upload_time2023-05-26 20:40:30
maintainer
docs_urlNone
authorMatias Andina
requires_python>=3.6
licenseMIT license
keywords list_files
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ==========
list_files
==========


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

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

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


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



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


* Free software: MIT license
* Documentation: https://rlist-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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/matiasandina/rlist_files",
    "name": "rlist-files",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "list_files",
    "author": "Matias Andina",
    "author_email": "matiasandina@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/5f/ff67e2e533d7183ab294a92835f5cde0f485a79e69385ee7d6dadf8bdebf/rlist_files-0.0.3.tar.gz",
    "platform": null,
    "description": "==========\nlist_files\n==========\n\n\n.. image:: https://img.shields.io/pypi/v/rlist_files.svg\n        :target: https://pypi.python.org/pypi/rlist_files\n\n.. image:: https://img.shields.io/travis/matiasandina/rlist_files.svg\n        :target: https://travis-ci.com/matiasandina/rlist_files\n\n.. image:: https://readthedocs.org/projects/rlist-files/badge/?version=latest\n        :target: https://list-files.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n\n.. image:: https://pyup.io/repos/github/matiasandina/rlist_files/shield.svg\n     :target: https://pyup.io/repos/github/matiasandina/rlist_files/\n     :alt: Updates\n\n\n\nFunction to list the files in directory with pattern recognition and regular expression support.\n\n\n* Free software: MIT license\n* Documentation: https://rlist-files.readthedocs.io.\n\n\nFeatures\n--------\n\n* This function was created to emulate R's `list.files()` behavior in python.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.0.1 (2023-03-16)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Function to list the files in directory with pattern recognition and regular expression support.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/matiasandina/rlist_files"
    },
    "split_keywords": [
        "list_files"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c5fff67e2e533d7183ab294a92835f5cde0f485a79e69385ee7d6dadf8bdebf",
                "md5": "5a01bdd1e1cb719d3ae79ec29c70cfaf",
                "sha256": "8bcfd3bcb31112f1b10035ba7197207785beeae96b78bcda4a43f44dd033e1ab"
            },
            "downloads": -1,
            "filename": "rlist_files-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5a01bdd1e1cb719d3ae79ec29c70cfaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10267,
            "upload_time": "2023-05-26T20:40:30",
            "upload_time_iso_8601": "2023-05-26T20:40:30.271871Z",
            "url": "https://files.pythonhosted.org/packages/5c/5f/ff67e2e533d7183ab294a92835f5cde0f485a79e69385ee7d6dadf8bdebf/rlist_files-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 20:40:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matiasandina",
    "github_project": "rlist_files",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "rlist-files"
}
        
Elapsed time: 0.08911s