Metadata-Version: 2.1
Name: pickle-rick
Version: 0.0.2
Summary: Tools for pickling Python objects in completely different way
Home-page: UNKNOWN
Author: Zipfian Science
Author-email: about@zipfian.science
License: Apache 2.0
Download-URL: https://github.com/Zipfian-Science/pickle-rick/archive/v_01.tar.gz
Description: # Natural Selection
        ```
                                              ....                                      
                                        &((((((((((((((%,                               
                                      #(*,*((//(((((((((((%.                            
                                    ,((*,&,    .,.(#(((#((((%                           
                                   /((((((/(/////(/###(((((((%                          
                                   #(((((/(/(((//(/(/(((((((((%                         
                                  .((((#     #/#.    %#((((((((%                        
                                  ,(((/       #       %((((((((#*                       
                                  ,((((*     #(/     &((((((((((%                       
                                  ,((((%(((((/#/((//(#((((#((((##,                      
                                  ((%(@@&///@%/(/@//@@(#(##((((((/                      
                                  %&@@@@@@@,&,@&@@@@@@@@#&(((((((&                      
                                  ##&&@@@@@@@@@@@&#(##@&#%#((((((#                      
                                  #(###(#&.(*#*&/#*&%#(%(##(((((((,                     
                                  %((#(((//(/(/(///((#((((((((((((/                     
                                  %/#((((//////////(((((((((((((((#                     
                                  %((((((///////////((((((((((((((@                     
                                  %((((((//////////(((((((((((((((#                     
                                  #((((((/(//////(/((((((((#(((((((                     
                                  #((((((/////(((/((((((((((##/((#(.                    
                                  %((((((//////(/(((((((((((##/((((.                    
                                  #((((((//(///((((((((((((##((((((.                    
                                  #(((((((((//(((((((((((((((((((((                     
                                 *(((((((///(//(((((((((((((((((((#                     
                                 (((#(((/////////(((((((((((((((((%                     
                                 %((((((////////((((((((((((((((((@                     
                                *(((((((/////////(((((((((((((((((/                     
                                &(((((((/(///(((((#(((((((((((((((                      
                               *((((((((/////((((((((((((((((((((&                      
                               (((((((((///((/(((((((((((((((((((/                      
                              %(((((((#////(/(((((((((((((((((((#.                      
                             .#((((((((///((((((((((((((((#((((((                       
                             *(/#(((((((/(/((((((((((((((((((((#.                       
                             %((/(((((/(/(/(((((((((((((((###((..                       
                             #(((((/##((/((((((((((((((((###((..                        
                             #(((((((((((((((((((((#(#(((((((,,                         
                            .#(((((((((((((((((((((((((###((/.                          
                             #((((((((((((((((((((((((((((((                            
                             *(((((#(/#(//((((((((((((((((..                            
                              &(//##(//(//((//((((((((((#                               
                               *///(//////////(((((///#                                 
                                 *#//////////(///(#/                                    
        .---.  _       .-.   .-.          .---.  _       .-.   
        : .; ::_;      : :.-.: :          : .; ::_;      : :.-.
        :  _.'.-. .--. : `'.': :   .--.   :   .'.-. .--. : `'.'
        : :   : :'  ..': . `.: :_ ' '_.'  : :.`.: :'  ..': . `.
        :_;   :_;`.__.':_;:_;`.__;`.__.'  :_;:_;:_;`.__.':_;:_;
                                                
        by Zipfian Science                               
        ```
        Python tools for creating and running Evolutionary Algorithm (EA) experiments by [Zipfian Science](https://zipfian.science/).
        
        For documentation, see [docs](http://docs.zipfian.science/pickle-rick/index.html).
        
        Source on [GitHub](https://github.com/Zipfian-Science/pickle-rick).
        ## Install
        
        ```shell script
        $ pip install pickle-rick
        ```
        
        ## And use
        
        ```python
        from pickle_rick import ExtendedPickleRick
        ```
        
        ## Release
        
        - Date: 2020-10-02
        - Version: 0.0.2
        
        
Keywords: Pickle,Python
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
