Metadata-Version: 2.1
Name: discosnow
Version: 0.0.5
Summary: A simple tools comvert from discord id to datetime
Home-page: https://github.com/being24/discord-snowflake
Author: being24
Author-email: being24@gmail.com
License: UNKNOWN
Description: # discord-snowflake
        
        discordの各IDを、datetime型に変換するライブラリ。
        d.pyを使うほどではないけれどIDから時間を知りたいときに
        
        ## DEMO
        
        ```py
        import discosnow as ds
        
        if __name__ == "__main__":
            message_id = 862620603979005962
        
            print(ds.snowflake2time(message_id))
        ```
        
        ## Requirement
        
        * datetime
        
        ## Usage
        
        ```bash
        https://github.com/being24/discord-snowflake
        cd examples
        python demo.py
        ```
        
        ## License
        
        "discord-snowflake" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
