Skip to main content

aiwolf-nlp-common

Project description

aiwolf-nlp-common

人狼知能コンテスト(自然言語部門) のエージェント向けの共通パッケージです。
ゲームサーバから送信されるJSON形式のデータをオブジェクトに変換するためのパッケージです。

import json

from aiwolf_nlp_common.packet import Packet

value = json.loads(
    """{"request":"INITIALIZE"}""",
)
packet = Packet.from_dict(value)

print(packet.request) # Request.INITIALIZE

詳細については下記のプロトコルの説明やゲームサーバのソースコードを参考にしてください。
プロトコルの実装について

インストール方法

python -m pip install aiwolf-nlp-common

運営向け

パッケージ管理ツールとしてuvの使用を推奨します。

git clone https://github.com/aiwolfdial/aiwolf-nlp-common.git
cd aiwolf-nlp-common
uv venv
uv sync

パッケージのビルド

pyright --createstub aiwolf_nlp_common
uv build

パッケージの配布

PyPI

uv publish --token <PyPIのアクセストークン>

TestPyPI

uv publish --publish-url https://test.pypi.org/legacy/ --token <TestPyPIのアクセストークン>

uvを使用しない場合については、パッケージ化と配布については下記のページを参考にしてください。
Packaging and distributing projects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiwolf_nlp_common-0.6.7.tar.gz (36.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiwolf_nlp_common-0.6.7-py3-none-any.whl (21.5 kB view details)

Uploaded Python 3

File details

Details for the file aiwolf_nlp_common-0.6.7.tar.gz.

File metadata

  • Download URL: aiwolf_nlp_common-0.6.7.tar.gz
  • Upload date:
  • Size: 36.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.18

File hashes

Hashes for aiwolf_nlp_common-0.6.7.tar.gz
Algorithm Hash digest
SHA256 7fae83dd1be5db29e6712369f1547fe86e57d8622c95458a78f84d1609d770db
MD5 dd5d975b156da62c7993475a58e75aa9
BLAKE2b-256 5624ca6448f4a8444556d0383a9d397a44feb7f354a5b8ae219fdc80fe6ad27e

See more details on using hashes here.

File details

Details for the file aiwolf_nlp_common-0.6.7-py3-none-any.whl.

File metadata

File hashes

Hashes for aiwolf_nlp_common-0.6.7-py3-none-any.whl
Algorithm Hash digest
SHA256 677a16c5a50aa35ca2251e91e1128e6285c185395dda52dc0c50588ea36f1447
MD5 9812902b5501299f775fd9c7a3c7b888
BLAKE2b-256 ec0d936f3028ec0fd133c791df63a3e5f6fff8c55f888d6136e66df28df7bc96

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page