動作環境
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
詳しくはソースを読んでください。
Release files for nullpobug.chaser 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nullpobug.chaser-0.1.zip | 9.0 kB | Details |
Release files / nullpobug.chaser-0.1.zip
| Download URL | nullpobug.chaser-0.1.zip |
|---|---|
| Size | 9.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
83176e3b5c039fef6bc59856651fa11ac6b93e94f14610ec5bddb73b9490aeb6
|
|
BLAKE2b-256 checksum How to use checksums |
18a8f3a47db66a737d49409744516e44a2ecb91259c448dd8e9726d89b9da856
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |