文件名称:acis-python:ACIS Web 服务的 Python 客户端库
文件大小:43KB
文件格式:ZIP
更新时间:2024-06-21 10:18:20
Python
acis-python 概述 库为客户端应用程序提供工具。 还有一个。 要求 Python 2.6 - 2.7 (可选;对于result_array()函数是必需的) (可选;使用 Python 2.6 提高性能) (可选;需要使用 Python 2.6 运行测试) 可以使用pip安装要求: pip install -r requirements.txt pip install -r optional-requirements.txt 测试 测试套件可以使用或命令(Python 2.6 需要 )运行。 python test/run_tests.py python setup.py test 安装 将acis目录放在 Python 模块搜索路径中。 安装脚本可用于在用户或系统site-packages目录中安装库。 python setup.py install
【文件预览】:
acis-python-master
----requirements.txt(204B)
----doc()
--------tutorial.py(17KB)
----.travis.yml(487B)
----acis()
--------call.py(3KB)
--------util.py(2KB)
--------request.py(7KB)
--------error.py(247B)
--------_misc.py(4KB)
--------__init__.py(290B)
--------queue.py(7KB)
--------date.py(4KB)
--------__version__.py(156B)
--------stream.py(7KB)
--------result.py(9KB)
----test()
--------test_result.py(11KB)
--------run_tests.py(608B)
--------test_error.py(2KB)
--------test_util.py(3KB)
--------test_request.py(8KB)
--------test_stream.py(4KB)
--------test_queue.py(3KB)
--------__init__.py(150B)
--------_unittest.py(330B)
--------_path.py(267B)
--------_data.py(1KB)
--------data()
--------test_call.py(2KB)
--------README(368B)
--------test_date.py(6KB)
----optional-requirements.txt(402B)
----setup.py(2KB)
----README.md(2KB)