CHaser 2012 client library for Python
Project description
動作環境
Python2.7
インストール
easy_installやpipでインストールしてください。
$ pip install nullpobug.chaser
簡単な使い方
動かずサーチだけ実行するCHaserクラスを作ってみます。
my_chaser.py:
from nullpochaser.chasers.silent import SilentCHaser class MyCHaser(SilentCHaser): pass
これを動かすには次のようにコマンドを実行します。
$ python -m nullpochaser.main --chaser=my_chaser.MyCHaser
-p オプションでポート番号を指定できます。他のオプションを確認するには、 --help オプションを指定してください。
$ python -m nullpochaser.main --help
詳しくはソースを読んでください。
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
nullpobug.chaser-0.1.zip
(9.0 kB
view details)
File details
Details for the file nullpobug.chaser-0.1.zip
.
File metadata
- Download URL: nullpobug.chaser-0.1.zip
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83176e3b5c039fef6bc59856651fa11ac6b93e94f14610ec5bddb73b9490aeb6 |
|
MD5 | 861a2e13a879505576b3cbe123f0924f |
|
BLAKE2b-256 | 18a8f3a47db66a737d49409744516e44a2ecb91259c448dd8e9726d89b9da856 |