Metadata-Version: 1.0
Name: fsoopify
Version: 0.1.2.6
Summary: UNKNOWN
Home-page: https://github.com/Cologler/fsoopify-python
Author: cologler
Author-email: skyoflw@gmail.com
License: MIT
Description: # fsoopify
        
        Just make file system oopify.
        
        ## install
        
        ``` cmd
        pip install fsoopify
        ```
        
        ## usage
        
        ``` py
        import fsoopify
        
        file/dir = fsoopify.NodeInfo.from_path(...)
        ```
        
Keywords: python,fs,oop,oopify,filesystem
Platform: UNKNOWN
