Metadata-Version: 2.1
Name: xfunctions
Version: 0.1.14
Summary: Some useful functions.
Home-page: https://github.com/neoctobers/xfunctions
Author: @neoctobers
Author-email: neoctobers@gmail.com
License: UNKNOWN
Description: # xfunctions
        
        ## Usage
        ```python
        import xfunctinos as xf
        ```
        
        methods:
        
        ```python
        xf.sleep(t: int)
        xf.get_dict_by_keys(source, keys: list or dict, default_none: bool = True)
        xf.list_strip(the_list)
        xf.list_remove(the_list: list, ele=None)
        xf.list_strip_and_remove(the_list: list, ele=None)
        xf.x_mix(list_in_list, i=1, target=None)
        xf.path_join(base_dir: str, paths)
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
