Metadata-Version: 2.1
Name: pangsitpy
Version: 0.0.14
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
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
Requires-Dist: absl-py (==0.11.0)
Requires-Dist: astunparse (==1.6.3)
Requires-Dist: cachetools (==4.1.1)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: gast (==0.3.3)
Requires-Dist: google-auth (==1.22.1)
Requires-Dist: google-auth-oauthlib (==0.4.1)
Requires-Dist: google-pasta (==0.2.0)
Requires-Dist: grpcio (==1.33.1)
Requires-Dist: h5py (==2.10.0)
Requires-Dist: idna (==2.10)
Requires-Dist: Keras-Preprocessing (==1.1.2)
Requires-Dist: Markdown (==3.3.3)
Requires-Dist: numpy (==1.19.2)
Requires-Dist: oauthlib (==3.1.0)
Requires-Dist: opt-einsum (==3.3.0)
Requires-Dist: protobuf (==3.13.0)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: requests (==2.24.0)
Requires-Dist: requests-oauthlib (==1.3.0)
Requires-Dist: rsa (==4.6)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: six (==1.15.0)
Requires-Dist: tensorboard (==2.2.2)
Requires-Dist: tensorboard-plugin-wit (==1.7.0)
Requires-Dist: tensorflow (==2.2.0)
Requires-Dist: tensorflow-estimator (==2.2.0)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: urllib3 (==1.25.11)
Requires-Dist: Werkzeug (==1.0.1)
Requires-Dist: wrapt (==1.12.1)

# 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. Of course I don't built it from scratch. I use some existing modules such as `keras`, 
`tensorflow`, `scikit`, etc, to help me doing Machine/Deep Learning jobs.

> 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)

