Metadata-Version: 2.1
Name: slacksdk
Version: 0.0.1a0
Summary: A minimal slack sdk
Home-page: https://github.com/thanakritju/python-slack-events-sdk
Author: Thanakrit Juthamongkhon
Author-email: thanakrit.ju.work@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## Python Slack Events SDK
Create a slack sdk for learning purpose.

## Learning Objectives
- Python 
    - Object Oriented Programming.
- Unit testing.
- Documenting.
    - Docstring [PEP 257](https://www.python.org/dev/peps/pep-0257/)
- CI/CD using Github.
    - [Travis CI](https://travis-ci.org/)
- Security
    - Secure your app


## Contribution
Pull requests are always welcome.

