Metadata-Version: 2.1
Name: Pythistic
Version: 1.2.1
Summary: A Python library for statistical data processing
Home-page: https://github.com/brotherzhafif/Pythistic
Author: BrotherZhafif
Author-email: bangz1504@gmail.com
License: MIT
Description: # Python Statistic Program 
        > My Statistic Tools made with Python 
        
        ### Features
        - Auto Classify Data Into Frequency Table
        - Descriptive Statistics Calculation
        - Many Data Transformation Calculation
        
        ### Required
        - Numpy
        - Scipy
        - Tabulate  ( Optional for printing Frequency Table )
        - Pandas    ( Optional for printing Frequency Table )
        
        ### Structure
        - Program Structure
        
              + Main.py                [ Main Control file ]
              + FrequencyTable.py      [ Frequency Table Module ]
              + Transform.py           [ Data Transformation Module ]
              + Calculations.py        [ Descriptive Statistic Module ]
              + Summary.py             [ Processed Data Append in Here ]
        
        ### How to Use
        - For detailed Documentation, please visit [Pythistic Wiki](https://github.com/brotherzhafif/Pythistic/wiki)
        
        ### Author
            BrotherZhafif
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
