[ ソース: serpent ]
パッケージ: python3-serpent (1.27-1)
python3-serpent に関するリンク
Debian の資源:
serpent ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
simple serialization library based on ast.literal_eval(), Python3 modules
Serpent provides ast.literal_eval() compatible object tree serialization. It serializes an object tree into bytes (utf-8 encoded string) that can be decoded and then passed as-is to ast.literal_eval() to rebuild it as the original object tree. As such it is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded).
This package contains the core Serpent module for Python 3.x .
その他の python3-serpent 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)