Name | PyIBIS-AMI JSON |
Version |
6.2.0
JSON |
| download |
home_page | None |
Summary | Facilitates working directly with IBIS-AMI DLLs from the Python command prompt. |
upload_time | 2024-09-08 13:54:26 |
maintainer | None |
docs_url | None |
author | David Patterson |
requires_python | <3.13,>=3.9 |
license | BSD |
keywords |
ibis-ami
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/capn-freako/PyAMI/master.svg)](https://results.pre-commit.ci/latest/github/capn-freako/PyAMI/master)
# PyIBIS-AMI
PyIBIS-AMI is a Python package of tools useful in the development and testing of IBIS-AMI models.
This library is used in [PyBERT](https://github.com/capn-freako/PyBERT) and also provides two
command line applications.
It can be installed via: `pip install PyIBIS-AMI`.
[View API/Developer's Documentation.](https://pyibis-ami.readthedocs.io/en/latest/)
## Command Line Tools
### AMI Config
```shell
ami_config -h
Usage: ami_config [OPTIONS] PY_FILE
Configure IBIS-AMI model C++ source code, IBIS model, and AMI file.
py_file: name of model configuration file (*.py)
Options:
-h, --help Show this message and exit.
```
### Run Tests
```shell
run_tests -h
Usage: run_tests [OPTIONS] [TESTS]...
Run a series of tests on a AMI model DLL file.
If no tests are specified on the command line, run all tests found in
`test_dir'. (See `-t' option.)
usage: %prog [options] [test1 [test2 ...]]
Tests are written in the EmPy templating language, and produce XML output.
(See the examples provided in the `examples' directory of the `pyibisami'
Python package.)
Test results should be viewed by loading the XML output file into a Web
browser. By default, the XML output file refers to the supplied XSLT file,
`test_results.xsl'. It is possible that you may need to copy this file
from the pyibisami package directory to your local working directory, in
order to avoid file loading errors in your Web browser.
Options:
-t, --test_dir PATH Sets the name of the directory from which tests are
taken.
-m, --model PATH Sets the AMI model DLL file name.
-p, --params TEXT List of lists of model configurations. Format:
<filename> or [(name, [(label, ({AMI params., in
"key:val" format},{Model params., in "key:val"
format})), ...]), ...]
-x, --xml_file PATH Sets the name of the XML output file. You should load
this file into your Web browser after the program
completion.
-r, --ref_dir PATH Sets the name of the directory from which reference
waveforms are taken.
-o, --out_dir PATH Sets the name of the directory in which to place the
results.
-v, --version TEXT Show program version info and exit.
-h, --help Show this message and exit.
```
Raw data
{
"_id": null,
"home_page": null,
"name": "PyIBIS-AMI",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": "ibis-ami",
"author": "David Patterson",
"author_email": "David Banas <capn.freako@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/3a/5f/a456be9bdbc5f1524c875ab5948e150b0b13bceff01d7dc31fc4fdc43c95/pyibis_ami-6.2.0.tar.gz",
"platform": null,
"description": "[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/capn-freako/PyAMI/master.svg)](https://results.pre-commit.ci/latest/github/capn-freako/PyAMI/master)\n\n# PyIBIS-AMI\n\nPyIBIS-AMI is a Python package of tools useful in the development and testing of IBIS-AMI models.\nThis library is used in [PyBERT](https://github.com/capn-freako/PyBERT) and also provides two\ncommand line applications.\n\nIt can be installed via: `pip install PyIBIS-AMI`.\n\n[View API/Developer's Documentation.](https://pyibis-ami.readthedocs.io/en/latest/)\n\n## Command Line Tools\n\n### AMI Config\n\n```shell\nami_config -h\nUsage: ami_config [OPTIONS] PY_FILE\n\n Configure IBIS-AMI model C++ source code, IBIS model, and AMI file.\n\n py_file: name of model configuration file (*.py)\n\nOptions:\n -h, --help Show this message and exit.\n```\n\n### Run Tests\n\n```shell\nrun_tests -h\nUsage: run_tests [OPTIONS] [TESTS]...\n\n Run a series of tests on a AMI model DLL file.\n\n If no tests are specified on the command line, run all tests found in\n `test_dir'. (See `-t' option.)\n\n usage: %prog [options] [test1 [test2 ...]]\n\n Tests are written in the EmPy templating language, and produce XML output.\n (See the examples provided in the `examples' directory of the `pyibisami'\n Python package.)\n\n Test results should be viewed by loading the XML output file into a Web\n browser. By default, the XML output file refers to the supplied XSLT file,\n `test_results.xsl'. It is possible that you may need to copy this file\n from the pyibisami package directory to your local working directory, in\n order to avoid file loading errors in your Web browser.\n\nOptions:\n -t, --test_dir PATH Sets the name of the directory from which tests are\n taken.\n -m, --model PATH Sets the AMI model DLL file name.\n -p, --params TEXT List of lists of model configurations. Format:\n <filename> or [(name, [(label, ({AMI params., in\n \"key:val\" format},{Model params., in \"key:val\"\n format})), ...]), ...]\n -x, --xml_file PATH Sets the name of the XML output file. You should load\n this file into your Web browser after the program\n completion.\n -r, --ref_dir PATH Sets the name of the directory from which reference\n waveforms are taken.\n -o, --out_dir PATH Sets the name of the directory in which to place the\n results.\n -v, --version TEXT Show program version info and exit.\n -h, --help Show this message and exit.\n ```\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.",
"version": "6.2.0",
"project_urls": {
"Documentation": "https://pyibis-ami.readthedocs.io/en/latest/",
"GitHub": "https://github.com/capn-freako/PyAMI",
"PyPi": "https://pypi.org/project/PyIBIS-AMI/",
"Wiki": "https://github.com/capn-freako/PyAMI/wiki"
},
"split_keywords": [
"ibis-ami"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f258dce4726dc9160b6b7d86f5b9fa56b7c1657614a8023716bcbd82516f176b",
"md5": "0c83f1330771193b9adc5c8ea0a10753",
"sha256": "198c92cd9d1a54d8598f03c4582f71eb56c2a7eef403b075bb722e0a5d7a781f"
},
"downloads": -1,
"filename": "PyIBIS_AMI-6.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0c83f1330771193b9adc5c8ea0a10753",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 44306,
"upload_time": "2024-09-08T13:54:25",
"upload_time_iso_8601": "2024-09-08T13:54:25.783772Z",
"url": "https://files.pythonhosted.org/packages/f2/58/dce4726dc9160b6b7d86f5b9fa56b7c1657614a8023716bcbd82516f176b/PyIBIS_AMI-6.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3a5fa456be9bdbc5f1524c875ab5948e150b0b13bceff01d7dc31fc4fdc43c95",
"md5": "fa31d08386ad3a926215c8aaff1bee3b",
"sha256": "0e720b202a9644494d3f171edd03ef86a97380ed0da1fbb25d3f7375d6b126ae"
},
"downloads": -1,
"filename": "pyibis_ami-6.2.0.tar.gz",
"has_sig": false,
"md5_digest": "fa31d08386ad3a926215c8aaff1bee3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 57692,
"upload_time": "2024-09-08T13:54:26",
"upload_time_iso_8601": "2024-09-08T13:54:26.855419Z",
"url": "https://files.pythonhosted.org/packages/3a/5f/a456be9bdbc5f1524c875ab5948e150b0b13bceff01d7dc31fc4fdc43c95/pyibis_ami-6.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-08 13:54:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "capn-freako",
"github_project": "PyAMI",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "pyibis-ami"
}