• ← reqs
  • Version file →

utils¶

  • Version file
    • About setuptools-scm
    • Managing version file
    • Version file location
      • __version__
      • __version_tuple__
      • version
      • version_tuple
  • Check type
    • __all__
    • DEFAULT_EXTENSIONS
    • CLICK_TRUE
    • CLICK_FALSE
    • click_bool()
    • is_iterable_not_str()
    • is_ok()
    • is_relative_required()
  • Constants
    • __all__
    • g_app_name
    • package_name
    • SUFFIX_IN
    • SUFFIX_SHARED_IN
    • SUFFIX_LOCKED
    • SUFFIX_UNLOCKED
    • PATH_PIP_COMPILE
    • PROG_LOCK
    • PROG_UNLOCK
  • Exceptions
    • __all__
    • ArbitraryEqualityNotImplemented
    • MissingPackageBaseFolder
    • MissingRequirementsFoldersFiles
    • PinMoreThanTwoSpecifiers
  • pep518 read
    • __all__
    • find_project_root()
    • find_pyproject_toml()
  • pep518 venvs
    • DC_SLOTS
    • TOML_SECTION_VENVS
    • DICT_SEARCH_KEY
    • VenvMap
      • VenvMap._iter
      • VenvMap._venvs
      • VenvMap._missing
      • VenvMap.__slots__
      • VenvMap.ensure_abspath()
      • VenvMap.missing
      • VenvMap.reqs()
    • VenvMapLoader
      • VenvMapLoader.project_base
      • VenvMapLoader.pyproject_toml
      • VenvMapLoader.l_data
      • VenvMapLoader.section_parent
      • VenvMapLoader.ensure_abspath()
      • VenvMapLoader.load_data()
      • VenvMapLoader.parse_data()
      • VenvMapLoader.venv_relpaths
    • VenvReq
      • VenvReq.project_base
      • VenvReq.venv_relpath
      • VenvReq.req_relpath
      • VenvReq.req_folders
      • VenvReq.is_req_shared
      • VenvReq.req_abspath
      • VenvReq.reqs_all()
      • VenvReq.venv_abspath
    • check_loader()
    • check_venv_relpath()
    • fix_check_suffixes()
    • get_reqs()
  • Run command
    • __all__
    • run_cmd()
  • Safe path
    • __all__
    • fix_relpath()
    • get_venv_python_abspath()
    • is_linux()
    • is_macos()
    • is_win()
    • replace_suffixes()
    • resolve_joinpath()
    • resolve_path()
  • Package installed
    • __all__
    • is_package_installed()
 
  • ← reqs
  • Version file →

Logo

Manage and fix requirements files for Python package authors

Quick search

Navigation

  • Overview
  • getting started
  • api
  • Code manual
    • wreck.__all__
    • reqs
    • utils
      • Version file
      • Check type
      • Constants
      • Exceptions
      • pep518 read
      • pep518 venvs
      • Run command
      • Safe path
      • Package installed
    • Dependency locking
    • Monkey

Articles

  • Semantic versions
  • Legal

Links

  • The mission
  • Contributing
  • Getting Help
  • Contact

Related Topics

  • Documentation overview
    • Code manual
      • Previous: reqs
      • Next: Version file
©2024–2026, Dave Faulkmore. | Page source