Metadata-Version: 2.1
Name: pangsitpy
Version: 0.0.7
Summary: Pangsit(py) is my starter pack framework represented in Python to deal with learning computing such as Machine/Deep Learning, Data Science, etc.
Home-page: https://github.com/dalikewara/pangsitpy
Author: Dali Kewara
Author-email: dalikewara@gmail.com
License: MIT
Description: # Pangsit(py)
        
        Pangsit(py) is my starter pack framework represented in Python to deal with learning computing such as Machine/Deep Learning,
        Data Science, etc.
        
        > I'll create a documentation for this later.
        
        ### Requirements
        
        - Python >=3.6 (tested on 3.7)
        
        ### Installation
        
        ```shell script
        pip3 install pangsitpy
        ```
        
        ### Get the latest version
        
        This package updates frequently, so make sure you're using the latest version
        for better logical processes or to get new modules to work with.
        You can read the
        [CHANGELOG.md](https://github.com/dalikewara/pangsitpy/blob/master/CHANGELOG.md)
        
        ```shell script
        pip3 install pangsitpy --upgrade
        ```
        
        ### Manual usage
        
        You can clone or download the package through git remote. This package requires modules listed in `requirements.txt`.
        If you want to install modules from `requirements.txt`, I would highly suggest to use
        Virtual Environment because it contains modules with it's specific version. You can learn about Virtual Environment on 
        [https://docs.python.org/3/tutorial/venv.html](https://docs.python.org/3/tutorial/venv.html)
        
        # Release
        
        ### Changelog
        [https://github.com/dalikewara/pangsitpy/blob/master/CHANGELOG.md](https://github.com/dalikewara/pangsitpy/blob/master/CHANGELOG.md).
        
        ### Credits
        Copyright &copy; 2020 [Dali Kewara](https://www.dalikewara.com).
        
        ### License
        [MIT License](https://github.com/dalikewara/pangsitpy/blob/master/LICENSE)
Keywords: python,machine learning,deep learning,data science,framework
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
