ubelt
latest

Package Layout

  • ubelt package
    • Submodules
      • ubelt.orderedset module
        • OrderedSet
        • oset
      • ubelt.progiter module
        • ProgIter
      • ubelt.util_arg module
        • argval()
        • argflag()
      • ubelt.util_cache module
        • Cacher
        • CacheStamp
      • ubelt.util_cmd module
        • cmd()
      • ubelt.util_colors module
        • highlight_code()
        • color_text()
      • ubelt.util_const module
      • ubelt.util_deprecate module
        • schedule_deprecation()
      • ubelt.util_dict module
        • AutoDict
        • AutoOrderedDict
        • dzip()
        • ddict
        • dict_hist()
        • dict_subset()
        • dict_union()
        • dict_isect()
        • dict_diff()
        • find_duplicates()
        • group_items()
        • invert_dict()
        • map_keys()
        • map_vals()
        • map_values()
        • sorted_keys()
        • sorted_vals()
        • sorted_values()
        • odict
        • named_product()
        • varied_values()
        • SetDict
        • UDict
        • sdict
        • udict
      • ubelt.util_download module
        • download()
        • grabdata()
      • ubelt.util_download_manager module
        • DownloadManager
      • ubelt.util_format module
        • repr2()
        • urepr()
        • FormatterExtensions
      • ubelt.util_func module
        • identity()
        • inject_method()
        • compatible()
      • ubelt.util_futures module
        • Executor
        • JobPool
      • ubelt.util_hash module
        • hash_data()
        • hash_file()
      • ubelt.util_import module
        • split_modpath()
        • modname_to_modpath()
        • modpath_to_modname()
        • import_module_from_name()
        • import_module_from_path()
      • ubelt.util_indexable module
        • IndexableWalker
        • indexable_allclose()
      • ubelt.util_io module
        • readfrom()
        • writeto()
        • touch()
        • delete()
      • ubelt.util_links module
        • symlink()
      • ubelt.util_list module
        • allsame()
        • argmax()
        • argmin()
        • argsort()
        • argunique()
        • boolmask()
        • chunks
        • compress()
        • flatten()
        • iter_window()
        • iterable()
        • peek()
        • take()
        • unique()
        • unique_flags()
      • ubelt.util_memoize module
        • memoize()
        • memoize_method
        • memoize_property()
      • ubelt.util_mixins module
        • NiceRepr
      • ubelt.util_path module
        • Path
        • TempDir
        • augpath()
        • shrinkuser()
        • userhome()
        • ensuredir()
        • expandpath()
        • ChDir
      • ubelt.util_platform module
        • find_exe()
        • find_path()
        • ensure_app_cache_dir()
        • ensure_app_config_dir()
        • ensure_app_data_dir()
        • get_app_cache_dir()
        • get_app_config_dir()
        • get_app_data_dir()
        • platform_cache_dir()
        • platform_config_dir()
        • platform_data_dir()
      • ubelt.util_repr module
        • urepr()
        • ReprExtensions
      • ubelt.util_str module
        • indent()
        • codeblock()
        • paragraph()
        • hzcat()
        • ensure_unicode()
      • ubelt.util_stream module
        • TeeStringIO
        • CaptureStdout
        • CaptureStream
      • ubelt.util_time module
        • timestamp()
        • timeparse()
        • Timer
      • ubelt.util_zip module
        • zopen
        • split_archive()
    • Module contents
      • AutoDict
        • AutoDict.to_dict()
      • AutoOrderedDict
      • CacheStamp
        • CacheStamp.fpath
        • CacheStamp.clear()
        • CacheStamp.expired()
        • CacheStamp.renew()
      • Cacher
        • Cacher.VERBOSE
        • Cacher.FORCE_DISABLE
        • Cacher.fpath
        • Cacher.get_fpath()
        • Cacher.exists()
        • Cacher.existing_versions()
        • Cacher.clear()
        • Cacher.tryload()
        • Cacher.load()
        • Cacher.save()
        • Cacher.ensure()
      • CaptureStdout
        • CaptureStdout.log_part()
        • CaptureStdout.start()
        • CaptureStdout.stop()
        • CaptureStdout.close()
      • CaptureStream
      • ChDir
      • DownloadManager
        • DownloadManager.submit()
        • DownloadManager.as_completed()
        • DownloadManager.shutdown()
      • Executor
        • Executor.submit()
        • Executor.shutdown()
        • Executor.map()
      • FormatterExtensions
      • IndexableWalker
        • IndexableWalker.send()
        • IndexableWalker.throw()
        • IndexableWalker.allclose()
      • JobPool
        • JobPool.submit()
        • JobPool.shutdown()
        • JobPool.as_completed()
        • JobPool.join()
      • NiceRepr
      • OrderedSet
        • OrderedSet.copy()
        • OrderedSet.add()
        • OrderedSet.append()
        • OrderedSet.update()
        • OrderedSet.index()
        • OrderedSet.get_loc()
        • OrderedSet.get_indexer()
        • OrderedSet.pop()
        • OrderedSet.discard()
        • OrderedSet.clear()
        • OrderedSet.union()
        • OrderedSet.intersection()
        • OrderedSet.difference()
        • OrderedSet.issubset()
        • OrderedSet.issuperset()
        • OrderedSet.symmetric_difference()
        • OrderedSet.difference_update()
        • OrderedSet.intersection_update()
        • OrderedSet.symmetric_difference_update()
      • Path
        • Path.appdir()
        • Path.augment()
        • Path.delete()
        • Path.ensuredir()
        • Path.mkdir()
        • Path.expand()
        • Path.expandvars()
        • Path.ls()
        • Path.shrinkuser()
        • Path.touch()
        • Path.walk()
        • Path.endswith()
        • Path.startswith()
        • Path.copy()
        • Path.move()
      • ProgIter
        • ProgIter.set_extra()
        • ProgIter.begin()
        • ProgIter.end()
        • ProgIter.step()
        • ProgIter.format_message()
        • ProgIter.format_message_parts()
        • ProgIter.ensure_newline()
        • ProgIter.display_message()
      • ReprExtensions
        • ReprExtensions.register()
        • ReprExtensions.lookup()
      • SetDict
        • SetDict.copy()
        • SetDict.union()
        • SetDict.intersection()
        • SetDict.difference()
        • SetDict.symmetric_difference()
      • TeeStringIO
        • TeeStringIO.isatty()
        • TeeStringIO.fileno()
        • TeeStringIO.encoding
        • TeeStringIO.write()
        • TeeStringIO.flush()
      • TempDir
        • TempDir.ensure()
        • TempDir.cleanup()
        • TempDir.start()
      • Timer
        • Timer.tic()
        • Timer.toc()
      • UDict
        • UDict.subdict()
        • UDict.take()
        • UDict.invert()
        • UDict.map_keys()
        • UDict.map_values()
        • UDict.sorted_keys()
        • UDict.sorted_values()
        • UDict.peek_key()
        • UDict.peek_value()
      • allsame()
      • argflag()
      • argmax()
      • argmin()
      • argsort()
      • argunique()
      • argval()
      • augpath()
      • boolmask()
      • chunks
        • chunks.noborder()
        • chunks.cycle()
        • chunks.replicate()
      • cmd()
      • codeblock()
      • color_text()
      • compatible()
      • compress()
      • ddict
      • delete()
      • dict_diff()
      • dict_hist()
      • dict_isect()
      • dict_subset()
      • dict_union()
      • download()
      • dzip()
      • ensure_app_cache_dir()
      • ensure_app_config_dir()
      • ensure_app_data_dir()
      • ensure_unicode()
      • ensuredir()
      • expandpath()
      • find_duplicates()
      • find_exe()
      • find_path()
      • flatten()
      • get_app_cache_dir()
      • get_app_config_dir()
      • get_app_data_dir()
      • grabdata()
      • group_items()
      • hash_data()
      • hash_file()
      • highlight_code()
      • hzcat()
      • identity()
      • import_module_from_name()
      • import_module_from_path()
      • indent()
      • indexable_allclose()
      • inject_method()
      • invert_dict()
      • iter_window()
      • iterable()
      • map_keys()
      • map_vals()
      • map_values()
      • memoize()
      • memoize_method
      • memoize_property()
      • modname_to_modpath()
      • modpath_to_modname()
      • named_product()
      • odict
      • oset
      • paragraph()
      • peek()
      • platform_cache_dir()
      • platform_config_dir()
      • platform_data_dir()
      • readfrom()
      • repr2()
      • schedule_deprecation()
      • sdict
      • shrinkuser()
      • sorted_keys()
      • sorted_vals()
      • sorted_values()
      • split_archive()
      • split_modpath()
      • symlink()
      • take()
      • timeparse()
      • timestamp()
      • touch()
      • udict
      • unique()
      • unique_flags()
      • urepr()
      • userhome()
      • varied_values()
      • writeto()
      • zopen
        • zopen.zfile
        • zopen.namelist()
ubelt
  • Overview: module code

All modules for which code is available

  • ubelt.orderedset
  • ubelt.progiter
  • ubelt.util_arg
  • ubelt.util_cache
  • ubelt.util_cmd
  • ubelt.util_colors
  • ubelt.util_deprecate
  • ubelt.util_dict
  • ubelt.util_download
  • ubelt.util_download_manager
  • ubelt.util_format
  • ubelt.util_func
  • ubelt.util_futures
  • ubelt.util_hash
  • ubelt.util_import
  • ubelt.util_indexable
  • ubelt.util_io
  • ubelt.util_links
  • ubelt.util_list
  • ubelt.util_memoize
  • ubelt.util_mixins
  • ubelt.util_path
  • ubelt.util_platform
  • ubelt.util_repr
  • ubelt.util_str
  • ubelt.util_stream
  • ubelt.util_time
  • ubelt.util_zip

© Copyright 2023, Jon Crall. Revision f667a356.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v1.3.0
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.11.1
v0.11.0
v0.10.2
0.10.1
0.10.0
0.9.5
0.9.4
0.9.1
0.8.8
0.8.7
0.8.6
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
dev-0.9.3
dev-0.7.0
dev-0.1.1
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds