Metadata-Version: 2.1
Name: mi.py
Version: 0.1.0
Summary: A Python wrapper for the Misskey API
Home-page: https://github.com/yupix/mi.py
Author: yupix
Author-email: yupi0982@outlook.jp
License: MIT
Description: # Mi.py
        
        [![CodeFactor](https://www.codefactor.io/repository/github/yupix/mi.py/badge)](https://www.codefactor.io/repository/github/yupix/mi.py)
        [![buddy pipeline](https://app.buddy.works/yupi0982/mi-py/pipelines/pipeline/345007/badge.svg?token=b304dd68d3eeb7917d453a2d2102621123ae4f05e0b659dde59cad486e2984b3 "buddy pipeline")](https://app.buddy.works/yupi0982/mi-py/pipelines/pipeline/345007)
        [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyupix%2FMi.py.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyupix%2FMi.py?ref=badge_shield)
        
        ## 概要
        
        Mi.pyは[Discord.py](https://github.com/Rapptz/discord.py) ライクな書き方ができるように作っているMisskeyApi wrapperです
        現在動作を確認しているMisskeyは `Ayuskey` のみです。本家Misskey等に関しては動作を確認していませんので注意してください。
        
        ## 使い方
        
        様々な使い方を書くにあたってREADMEから変更しました。[こちら](examples)からご覧ください。
        
        ### Collaborators
        
        <table>
            <tr>
                <td><img src="https://avatars.githubusercontent.com/u/50538210?s=120&v=4"></img></td>
            </tr>
            <tr>
                <td align="center"><a href="https://github.com/yupix">Author | @yupix</a></td>
            </tr>
        </table>
        
        ### SpecialThanks
        
        開発を手伝ってくれている方々です。
        
        <table>
            <tr>
                <td><img src="https://avatars.githubusercontent.com/u/26793720?s=120&v=4"></img></td>
            </tr>
            <tr>
                <td align="center"><a href="https://github.com/Uraking-Github">Adviser | @Uraking</a></td>
            </tr>
        </table>
        
        最後にこのプロジェクトを作るきっかけになり、一部のコードを使用させていただいているDiscord.pyがArchivedになりました。
        作者であるDannyさんや全てのコラボレーターに最大限の感謝申し上げます。
        
        # LICENSE
        
        [Mi.py](LICENSE.md)  
        [Credit](COPYING.md)  
        [Third party](LICENSE/ThirdPartyLicense.md)
        
        [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyupix%2FMi.py.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyupix%2FMi.py?ref=badge_large)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: Japanese
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8, <4.0
Description-Content-Type: text/markdown
