Metadata-Version: 2.1
Name: slackviews
Version: 1.1.2
Summary: Project with a library to generate Slack views from code, using builder pattern
Home-page: https://github.com/escamez/slackviews
Author: Agustin Escamez
Author-email: aech22@gmail.com
License: MIT
Download-URL: https://github.com/escamez/slackviews/archive/v1.1.2.tar.gz
Description: ## Introduction
        
        If you're reading this, is because either you love Slack, or just need to work with its API somehow. Recently I had 
        to start implementing a bot in Slack which content was more complex than usual. Then, I found that Slack API was quite 
        easy to use but.... its views, those contents in json can be soooo huge and complex, that I realized I spent most of my 
        time designing templates instead of coding the logic of the bot.
        This is when I started to look around searching for some library that would allow me to code my views in Python easily, 
        unfortunately, I didn't found any (hey, if it does exist, please let me know, I had no idea about it) so I decided to
        write this one.
        The lib, includes "almost" all Block types, I just left out those that I was not gonna use for sure, but once you see 
        the source code you'll realize it can be extended to include those pretty easily.
        
        ## Documentation
        
        Check included Readme.md or latest doc at [Slackviews Readme.md](https://github.com/escamez/slackviews/blob/master/README.md)
        
Keywords: slack,views,modals,blocks
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: System :: Networking
Classifier: Topic :: Office/Business
Requires-Python: >=3.6
Description-Content-Type: text/markdown
