mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
8.6 KiB
8.6 KiB
{py:mod}archivebox.config.paths
:allowtitles:
Module Contents
Functions
:class: autosummary longtable
:align: left
* - {py:obj}`_env_path <archivebox.config.paths._env_path>`
- ```{autodoc2-docstring} archivebox.config.paths._env_path
:summary:
```
* - {py:obj}`_get_collection_id <archivebox.config.paths._get_collection_id>`
- ```{autodoc2-docstring} archivebox.config.paths._get_collection_id
:summary:
```
* - {py:obj}`get_collection_id <archivebox.config.paths.get_collection_id>`
- ```{autodoc2-docstring} archivebox.config.paths.get_collection_id
:summary:
```
* - {py:obj}`get_machine_id <archivebox.config.paths.get_machine_id>`
- ```{autodoc2-docstring} archivebox.config.paths.get_machine_id
:summary:
```
* - {py:obj}`get_machine_type <archivebox.config.paths.get_machine_type>`
- ```{autodoc2-docstring} archivebox.config.paths.get_machine_type
:summary:
```
* - {py:obj}`dir_is_writable <archivebox.config.paths.dir_is_writable>`
- ```{autodoc2-docstring} archivebox.config.paths.dir_is_writable
:summary:
```
* - {py:obj}`assert_dir_can_contain_unix_sockets <archivebox.config.paths.assert_dir_can_contain_unix_sockets>`
- ```{autodoc2-docstring} archivebox.config.paths.assert_dir_can_contain_unix_sockets
:summary:
```
* - {py:obj}`create_and_chown_dir <archivebox.config.paths.create_and_chown_dir>`
- ```{autodoc2-docstring} archivebox.config.paths.create_and_chown_dir
:summary:
```
* - {py:obj}`tmp_dir_socket_path_is_short_enough <archivebox.config.paths.tmp_dir_socket_path_is_short_enough>`
- ```{autodoc2-docstring} archivebox.config.paths.tmp_dir_socket_path_is_short_enough
:summary:
```
* - {py:obj}`tmp_dir_candidates <archivebox.config.paths.tmp_dir_candidates>`
- ```{autodoc2-docstring} archivebox.config.paths.tmp_dir_candidates
:summary:
```
* - {py:obj}`get_or_create_working_tmp_dir <archivebox.config.paths.get_or_create_working_tmp_dir>`
- ```{autodoc2-docstring} archivebox.config.paths.get_or_create_working_tmp_dir
:summary:
```
* - {py:obj}`get_or_create_working_lib_dir <archivebox.config.paths.get_or_create_working_lib_dir>`
- ```{autodoc2-docstring} archivebox.config.paths.get_or_create_working_lib_dir
:summary:
```
* - {py:obj}`get_data_locations <archivebox.config.paths.get_data_locations>`
- ```{autodoc2-docstring} archivebox.config.paths.get_data_locations
:summary:
```
* - {py:obj}`get_code_locations <archivebox.config.paths.get_code_locations>`
- ```{autodoc2-docstring} archivebox.config.paths.get_code_locations
:summary:
```
Data
:class: autosummary longtable
:align: left
* - {py:obj}`PACKAGE_DIR <archivebox.config.paths.PACKAGE_DIR>`
- ```{autodoc2-docstring} archivebox.config.paths.PACKAGE_DIR
:summary:
```
* - {py:obj}`DATA_DIR <archivebox.config.paths.DATA_DIR>`
- ```{autodoc2-docstring} archivebox.config.paths.DATA_DIR
:summary:
```
* - {py:obj}`MAX_TMP_SOCKET_URL_LENGTH <archivebox.config.paths.MAX_TMP_SOCKET_URL_LENGTH>`
- ```{autodoc2-docstring} archivebox.config.paths.MAX_TMP_SOCKET_URL_LENGTH
:summary:
```
* - {py:obj}`SUPERVISORD_SOCKET_FILENAME <archivebox.config.paths.SUPERVISORD_SOCKET_FILENAME>`
- ```{autodoc2-docstring} archivebox.config.paths.SUPERVISORD_SOCKET_FILENAME
:summary:
```
* - {py:obj}`ARCHIVE_DIR <archivebox.config.paths.ARCHIVE_DIR>`
- ```{autodoc2-docstring} archivebox.config.paths.ARCHIVE_DIR
:summary:
```
* - {py:obj}`USERS_DIR <archivebox.config.paths.USERS_DIR>`
- ```{autodoc2-docstring} archivebox.config.paths.USERS_DIR
:summary:
```
* - {py:obj}`IN_DOCKER <archivebox.config.paths.IN_DOCKER>`
- ```{autodoc2-docstring} archivebox.config.paths.IN_DOCKER
:summary:
```
* - {py:obj}`DATABASE_FILE <archivebox.config.paths.DATABASE_FILE>`
- ```{autodoc2-docstring} archivebox.config.paths.DATABASE_FILE
:summary:
```
API
:canonical: archivebox.config.paths.PACKAGE_DIR
:type: pathlib.Path
:value: >
None
```{autodoc2-docstring} archivebox.config.paths.PACKAGE_DIR
```
:canonical: archivebox.config.paths.DATA_DIR
:type: pathlib.Path
:value: >
'resolve(...)'
```{autodoc2-docstring} archivebox.config.paths.DATA_DIR
```
:canonical: archivebox.config.paths.MAX_TMP_SOCKET_URL_LENGTH
:value: >
90
```{autodoc2-docstring} archivebox.config.paths.MAX_TMP_SOCKET_URL_LENGTH
```
:canonical: archivebox.config.paths.SUPERVISORD_SOCKET_FILENAME
:value: >
'supervisord.sock'
```{autodoc2-docstring} archivebox.config.paths.SUPERVISORD_SOCKET_FILENAME
```
:canonical: archivebox.config.paths._env_path
```{autodoc2-docstring} archivebox.config.paths._env_path
```
:canonical: archivebox.config.paths.ARCHIVE_DIR
:type: pathlib.Path
:value: >
None
```{autodoc2-docstring} archivebox.config.paths.ARCHIVE_DIR
```
:canonical: archivebox.config.paths.USERS_DIR
:type: pathlib.Path
:value: >
None
```{autodoc2-docstring} archivebox.config.paths.USERS_DIR
```
:canonical: archivebox.config.paths.IN_DOCKER
:value: >
None
```{autodoc2-docstring} archivebox.config.paths.IN_DOCKER
```
:canonical: archivebox.config.paths.DATABASE_FILE
:value: >
None
```{autodoc2-docstring} archivebox.config.paths.DATABASE_FILE
```
:canonical: archivebox.config.paths._get_collection_id
```{autodoc2-docstring} archivebox.config.paths._get_collection_id
```
:canonical: archivebox.config.paths.get_collection_id
```{autodoc2-docstring} archivebox.config.paths.get_collection_id
```
:canonical: archivebox.config.paths.get_machine_id
```{autodoc2-docstring} archivebox.config.paths.get_machine_id
```
:canonical: archivebox.config.paths.get_machine_type
```{autodoc2-docstring} archivebox.config.paths.get_machine_type
```
:canonical: archivebox.config.paths.dir_is_writable
```{autodoc2-docstring} archivebox.config.paths.dir_is_writable
```
:canonical: archivebox.config.paths.assert_dir_can_contain_unix_sockets
```{autodoc2-docstring} archivebox.config.paths.assert_dir_can_contain_unix_sockets
```
:canonical: archivebox.config.paths.create_and_chown_dir
```{autodoc2-docstring} archivebox.config.paths.create_and_chown_dir
```
:canonical: archivebox.config.paths.tmp_dir_socket_path_is_short_enough
```{autodoc2-docstring} archivebox.config.paths.tmp_dir_socket_path_is_short_enough
```
:canonical: archivebox.config.paths.tmp_dir_candidates
```{autodoc2-docstring} archivebox.config.paths.tmp_dir_candidates
```
:canonical: archivebox.config.paths.get_or_create_working_tmp_dir
```{autodoc2-docstring} archivebox.config.paths.get_or_create_working_tmp_dir
```
:canonical: archivebox.config.paths.get_or_create_working_lib_dir
```{autodoc2-docstring} archivebox.config.paths.get_or_create_working_lib_dir
```
:canonical: archivebox.config.paths.get_data_locations
```{autodoc2-docstring} archivebox.config.paths.get_data_locations
```
:canonical: archivebox.config.paths.get_code_locations
```{autodoc2-docstring} archivebox.config.paths.get_code_locations
```