Python用connpass API v2クライアント
Project description
connpass-py
Python 用 connpass API v2 クライアント
インストール
pip install connpass
使用例
[!IMPORTANT] すべての API エンドポイントでは、API キーによる認証が必須です。
API キーの発行にはヘルプページでの利用申請が必要です。
クライアントの初期化
from connpass import Connpass
API_KEY = "<YOUR_API_KEY>"
client = Connpass(api_key=API_KEY)
イベント
events = client.get_events()
リンク
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
connpass-0.1.0.tar.gz
(27.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file connpass-0.1.0.tar.gz.
File metadata
- Download URL: connpass-0.1.0.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80f5f1a104028cc2c2b89aa00f910c16d0939b983f2203ed32a2f013abafc483
|
|
| MD5 |
065f138e3f278f345eb240c05e8a360d
|
|
| BLAKE2b-256 |
41f566638517e39c3e54fe0d63f8d90dde4ac917aa709e778a0327b3f12683b8
|
File details
Details for the file connpass-0.1.0-py3-none-any.whl.
File metadata
- Download URL: connpass-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5874e1a8e12916c722d0fd0888099f8cac54b3277994dcbc0c295281b2d8f62f
|
|
| MD5 |
e420004d22a206a6f33690c5121886ca
|
|
| BLAKE2b-256 |
f4d5cb622ba678f420fbb09c6b3bb94309a7ed15303229d6f597cfc3a5cefff3
|