Metadata-Version: 2.1
Name: discordbook
Version: 0.2.1
Summary: A Discord.py module to facilitate easier viewing for large amounts of content.
Home-page: https://github.com/cvxluo/discordbook
Author: Charlie Luo
Author-email: charliexluo@gmail.com
License: UNKNOWN
Description: 
        A discord py module for neater displays of data.
        
        Terminology:
        Book - overall object
        Chapter - group of lines
        Line - particular item inside the book
        Page - Combination of chapter headers and lines that can be displayed on the embed
        
        Maybe develop ordering of chapters based of lt? (less than)
        Generate all pages at the start, then parse through
        Bookmark feature to come back to this page after?
        
        Books are static once generated
        
        Make custom options for browsing - a custom parameter that takes a dict of possible emoji - page change combinations?
        Note that the whole process is blocking right now because of the while True
        
        Default alphabetical book?
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
