Metadata-Version: 1.0
Name: fsoopify
Version: 0.1.10.0
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/folder = fsoopify.NodeInfo.from_path(...)
        
        fp = file.open() ...
        file.read_alltext() ...
        file.read_allbytes() ...
        file.copy_to() ...
        
        folder.list_items() ...
        ```
        
Keywords: python,fs,oop,oopify,filesystem
Platform: UNKNOWN
