Metadata-Version: 2.1
Name: getFN
Version: 1.1
Summary: Lightweight module for get filenames & file exts
Home-page: https://www.beyonce.com/
Author: hunter g
Author-email: redissuslolol@gmail.com
License: UNKNOWN
Description: # getFN
        ###### *getFN is a package for getting the name of a file off a path and dealing with getting file extensions*
        
        ---
        
        ## <ins>__Functions__</ins>
        ### ***get\_filename***
        * ##### Parameters: path -> string
        * ##### Return/Yield: filename -> string
        
        ### ***get\_file\_ext***
        * ##### Parameters: fn -> None|String, path -> None|String
        * ##### Return/Yield: extension -> string
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
