You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
yupix 968c8948d4
🔖 feat: bump version
2 years ago
.github ci: ruffを使ったlintを追加 2 years ago
compiler/errors 🎨 format: code 2 years ago
docs 🎨 format: code 2 years ago
mipac 🔥 chore: remove unuse import 2 years ago
.editorconfig feat: .editorconfigを追加 2 years ago
.flake8 feat: ディレクトリ名をabcからabstractに 2 years ago
.gitattributes feat: python-versioneerを追加 2 years ago
.gitignore feat: ドキュメントを作成する close #13 2 years ago
.onedev-buildspec.yml ci: mypyだと一部の構文が理解できないのでciで使わないように 2 years ago
.pre-commit-config.yaml feat: pre-commitの設定を追加 2 years ago
.readthedocs.yaml feat: change python version 2 years ago
CHANGELOG.md 🔖 feat: bump version 2 years ago
LICENSE chore: add LICENSE 2 years ago
MANIFEST.in feat: python-versioneerを追加 2 years ago
README.md chore: 改行コードをlfに 2 years ago
pyproject.toml feat: ディレクトリ名をabcからabstractに 2 years ago
requirements.txt feat: python-versioneerを追加 2 years ago
setup.cfg feat: python-versioneerを追加 2 years ago
setup.py ci: ruffを使ったlintを追加 2 years ago
versioneer.py feat: python-versioneerを追加 2 years ago

README.md

MiPAC

Discord server invite Code style: black

概要

MiPAのCoreとなるライブラリです。issueはこちらで管理しています

サポートしているMisskey

使い方

import asyncio

from mipac.client import Client

async def main():
    client = Client(url, token)
    await client.http.login()
    note = await client.action.note.action.send('Hello World')
    print(note.author.name, note.content)

if __name__ == '__main__':
    asyncio.run(main())

Collaborators

Author | @yupix

開発者向け情報

このプロジェクトでは blackのforkである、axblackを利用しています。主な違いはダブルクォートがデフォルトではなく、シングルクォートになっている点です

LICENSE

準備中

Documentation * Discord Server