SunPy 4.0.0
sunpy.coordinates
sunpy.data
sunpy.database
sunpy.image
sunpy.io
sunpy.map
sunpy.net
sunpy.physics
sunpy.sun
sunpy.time
sunpy.timeseries
sunpy.util
sunpy.visualization
Slugify given unicode text.
text (str) – A str to slugify.
str
delim (str, optional) – The delimiter for the input text. Default is “_”.
text
str – The slugify str name.