Metadata-Version: 2.1
Name: bffacilities
Version: 0.0.16
Summary: BriFuture's scripts set, all scripts will be written with Python3
Home-page: http://github.com/brifuture/
Author: BriFuture
Author-email: jw.brifuture@gmail.com
License: GPLv3
Description: # Facilities for BriFuture
        
        These facility scripts which will mostly be written in python is for better management of myself, but if some of them are also useful for you, you can download them (either source code or install the whole package with pip) for personal usage. It will be grateful if you make some advision or want to make some improvements over these scripts.
        
        ## Usable Commands
        
        All commands that is usable can be downloaded and compiled with `pip`, all these commands are prefixed with `bf_` which may make these commands more identified.
        
        - bf_broadcast: Identify which machine running the specified script through sending and recieving broadcast udp datagram.
        - bf_gitrepo: which may simplify the creation or deletion a shared git repository on personal mini git server. you can read a blog article on how I make it by visiting [my blog website](http://www.zbrifuture.cn/2019/03/51/).
        - bf_monitor: Monitor file changes, and execute prepared commands. you can read a blog article on how I make it by visiting [my blog website](http://www.zbrifuture.cn/2019/03/66/).
        
        For more details about these facilities, please refer the help message provided by each command with `-h` option.
        
        ## Install 
        
        Using pip to install these facility commands:
        
        ```
        python3 -m pip install bffacilities
        or
        pip install bffacilities
        ```
        
        ## ChangeLog
        
        #### v0.0.7
        
        1. add simple tcp socket server
        
        #### v0.0.6
        
        1. add common flask functions
        
        ## License
        
        License is GPLv3.
Keywords: facilities
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
