This website requires JavaScript.
Explore
Help
Sign In
tligui_y
/
slic
Watch
0
Star
0
Fork
0
forked from
slic/slic
Code
Pull Requests
Actions
Wiki
Activity
Files
1bdbd3f203afe65a8eeffa089806a8f44b05a4ba
slic
/
slic
/
utils
T
History
tligui_y
376330febd
Run CI Tests / test (push)
Successful in 2m23s
Details
Update slic/utils/reprate.py
2025-08-12 17:23:07 +02:00
..
ioc
added some meta PVs (EGU and DESC)
2023-04-26 17:21:55 +02:00
unused
removed a few clearly unused things
2023-10-19 17:26:02 +02:00
__init__.py
added contextmanager for ignoring specific log messages
2022-12-10 17:32:01 +01:00
argfwd.py
Update slic/utils/argfwd.py
2025-08-03 13:41:48 +02:00
ask_yes_no.py
use f-string consistently
2024-12-13 12:09:31 +01:00
channels.py
renamed parse_channel_list_file -> load_channels; deprecated slic.utils.channels.Channels
2021-07-25 18:53:42 +02:00
config.py
renamed slic.utils.json -> .jsonext
2022-02-03 15:21:13 +01:00
cprint.py
use Style.BRIGHT/Style.DIM and the extra light colors
2024-10-19 22:41:03 +02:00
dbusnotify.py
added link to specs
2022-12-01 12:22:23 +01:00
debug.py
fixed stacklevel correction
2023-12-12 17:03:58 +01:00
dictext.py
consistent new line
2025-01-25 14:24:40 +01:00
dotdir.py
added helper for homefolder dot dir and files
2022-12-02 13:37:28 +01:00
duo.py
added pgroup type; renamed get_pgroup_proposer_and_title -> get_pgroup_info; made return value a dict
2023-01-20 16:24:42 +01:00
elog.py
Update slic/utils/elog.py
2025-08-12 16:17:50 +02:00
eval.py
added check for Constant, moved check for Str/Num
2025-06-07 20:14:25 +02:00
exceptions.py
lost a )
2024-12-13 12:19:08 +01:00
get_adj.py
some utils to convert adjustable names to objects
2023-02-09 23:05:18 +01:00
hastyepics.py
Update slic/utils/hastyepics.py
2025-08-09 01:10:00 +02:00
ipy.py
moved BaseDevice/Device/SimpleDevice into slic.core.device
2022-07-06 20:02:34 +02:00
jsonext.py
added support for sets (as sorted list) to the JSONEncoder
2022-02-03 15:24:05 +01:00
lazypv.py
permissions
2020-05-15 11:28:06 +00:00
logcfg.py
warnings.simplefilter is not needed
2025-06-07 19:27:06 +02:00
logign.py
allow giving log level as string
2022-12-10 19:18:02 +01:00
marker.py
made Marker updateable
2021-09-03 11:43:31 +02:00
metaclasses.py
added Registry class and instances() function, which allow to automatically register/show instances of a class (and optionally its subclasses); for convenience, also added a combined Registry and ABC base class
2020-07-13 17:40:08 +02:00
namespace.py
added a SimpleNamespace subclass with a nicer repr
2022-10-04 18:55:17 +02:00
npy.py
added a note
2021-11-21 17:29:08 +01:00
opmsg.py
Update slic/utils/opmsg.py
2025-08-09 04:13:44 +02:00
path.py
use f-string consistently
2024-12-13 12:09:31 +01:00
picklio.py
moved pickle functions to separate file, made them accessible from slic.utils
2022-10-12 12:48:08 +02:00
printing.py
make lines a list before using list operations on it
2025-01-27 15:17:13 +01:00
pv.py
Update slic/utils/pv.py
2025-08-09 01:48:48 +02:00
pvpreload.py
use DotDir; added error handling to persist.get_values
2022-12-02 16:23:52 +01:00
pyepics.py
changed enum_strs PV readout to not read in constructor
2021-10-12 22:00:01 +02:00
rangebar.py
added context manager for RangeBar; slightly reformatted bar output
2020-07-31 23:41:10 +02:00
readable.py
added nicely readable (approx.) time converter
2020-11-23 18:42:16 +01:00
registry.py
allow to keep weak set
2023-04-11 12:43:35 +02:00
reprate.py
Update slic/utils/reprate.py
2025-08-12 17:23:07 +02:00
richcfg.py
also inspect init if object is type
2025-02-13 12:05:20 +01:00
run_later.py
Update slic/utils/run_later.py
2025-08-06 13:57:16 +02:00
screenshot.py
cleanup
2023-12-08 14:17:21 +01:00
sendmail.py
added sendmail interface
2023-10-18 21:45:06 +02:00
sendsms.py
return the message
2023-10-19 12:48:11 +02:00
shortcut.py
removed .capitalize() for name
2021-09-02 19:16:15 +02:00
snapshot.py
sort_key can be changed; docstring; imports
2021-08-27 20:01:29 +02:00
termtitle.py
added terminal title and rich pretty printing
2022-07-05 14:44:33 +02:00
tqdm_mod.py
set default units to Hz; format rate such that it does not jump around at <= 100 Hz
2021-12-03 14:38:35 +01:00
trinary.py
use f-string consistently
2024-12-13 12:09:31 +01:00
typecast.py
Update slic/utils/typecast.py
2025-08-06 13:52:02 +02:00
utils.py
sorted_naturally works on non-string items (by converting them to string)
2022-06-28 12:52:53 +02:00
xrange.py
added an extended range function
2021-08-31 17:14:24 +02:00