DSPL 工具
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
DSPL Tools 是小型的指令列公用程式
專為產生、整理及驗證 DSPL 資料集而設計。套房
目前包含下列元件:
- DSPL 檢查:
根據各種條件檢查資料集,包括
遵守官方 DSPL 架構、內部參照的一致性、
以及 CSV 版面配置
- DSPL:
產生簡易的 DSPL 資料集
「範本」擷取自輸入 CSV 檔案
本軟體依 BSD 授權發布;完整的原始碼
適用於
瀏覽及下載
。版本資訊在 DSPL 工具中
README
檔案。
下一節將說明如何安裝 DSPL 工具。完成後
執行套件中的個別公用程式跟著
連結瞭解詳情。
注意:下方和連結中的指示
子頁面
對系統中指令列環境有基本瞭解
例如,進入終端機 / command-prompt
目錄、快速檔案路徑等)。
安裝 DSPL 工具
DSPL 工具是以 Python 編寫而成,
開發跨平台開放原始碼指令碼語言。如要設定,請完成
步驟如下:
- 視需要安裝 Python 解譯器 (2.6 或 2.7 版):
- Windows:下載並執行「Windows x86」
MSI 安裝程式」(可在這個網頁上找到)。
- Mac OS X:預設安裝 Python,但
可能需要升級至較新版本詳情請參閱這個頁面。
- Linux:預設安裝 Python 應用程式,但
您可能需要升級至較新版本請參閱
特定發行版的說明文件。
- 安裝 DSPL 工具:
- 從 DSPL 開放原始碼下載並擷取 DSPL Tools zip 組合
網站。
- 開啟終端機 / 指令提示視窗,前往頂層
,然後執行下列指令:
python setup.py install
您可能需要提供 Python 執行檔的完整路徑;查看步驟
。
- (選用) 擴充系統路徑,納入 Python
解譯器執行檔,以及
dsplcheck.py
和
dsplgen.py
。
- 如果略過這個步驟,您可能必須提供
元件 (例如(Windows)
c:\python27\python
,而不只是 python
。
- 實際操作的操作說明可能因機器而異。
如需相關指引,請參閱系統說明文件。
其他注意事項:
- DSPL 工具不支援 Python 2.6 以下版本
大於 2.7
- 您可能需要以管理員身分登入機器才能執行
。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-12 (世界標準時間)。"],[[["DSPL Tools is a command-line utility suite for generating, organizing, and validating DSPL datasets, including components like DSPL Check and DSPL Gen."],["The tools are open-source, released under a BSD license, with source code and release notes available on GitHub."],["Installation requires Python 2.6 or 2.7, downloading and extracting the DSPL Tools bundle, and running a setup command in the terminal."],["Users may need to extend their system path to include the Python interpreter and DSPL Tools files for easier execution."],["DSPL Tools are compatible with Python versions 2.6 and 2.7 only and may require administrator privileges for installation."]]],["DSPL Tools, a command-line utility suite, aids in creating, organizing, and validating DSPL datasets. Key components include DSPL Check for dataset validation against the DSPL schema and DSPL Gen for generating dataset templates from CSV files. Installation requires Python 2.6 or 2.7, downloading the DSPL Tools zip from the GitHub repository, and running `python setup.py install`. Users can optionally extend their system path to simplify command execution. The tools require a basic understanding of the command-line interface.\n"]]