pcdsutils
Developer Notes
Release History
Upcoming Changes
API
pcdsutils.enum
pcdsutils.ext_scripts
pcdsutils.import_timer
pcdsutils.info
pcdsutils.json_to_table
pcdsutils.json_to_table.ProgramArguments
pcdsutils.json_to_table.TableStyle
pcdsutils.json_to_table.main
pcdsutils.json_to_table.string_for_table
pcdsutils.json_to_table.table_from_json
table_from_json()
pcdsutils.log
pcdsutils.ophyd_helpers
pcdsutils.profile
pcdsutils.qt.callbacks
pcdsutils.qt.designer_display
pcdsutils.qt.lazy
pcdsutils.qt.popbar
pcdsutils.release_notes
pcdsutils.requirements
pcdsutils.utils
pcdsutils.version
Links
Github Repository
pcdsutils
API
pcdsutils.json_to_table.table_from_json
View page source
pcdsutils.json_to_table.table_from_json
pcdsutils.json_to_table.
table_from_json
(
data
:
list
[
dict
]
,
sort_key
:
str
,
columns
:
list
[
str
]
|
None
=
None
,
list_delimiter
:
str
=
',
'
,
max_col_width
:
int
=
80
)
→
PrettyTable
[source]
Create a PrettyTable from the input JSON data.