Metadata-Version: 2.1
Name: cimren-helpers
Version: 1.0.1
Summary: Helper functions
Home-page: https://github.com/emrahcimren/helper_functions
Author: cimren
Author-email: cimren.1@gmail.com
License: MIT
Description: **Helper Functions**
        =================
        
        This repo provides helper functions for
        
        - Listing files in a directory
        
        Installation
        ------------
        
        ```
        pip install cimren-helpers
        ```
        
        How to use
        ----------
        
        ```
        from helpers import files
        
        file_list = files.get_all_files_in_directory('.')
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
