From 8cea7d99f576bd5edada211d0e077fa63102e151 Mon Sep 17 00:00:00 2001 From: Yamato Matsuoka Date: Tue, 5 Dec 2023 23:29:36 -0500 Subject: [PATCH] Add streamlit --- general.json.gz | 4 +- general.txt | 1 + general/bash | 2 +- general/fish | 2 +- general/json/rake.json | 2 +- general/json/streamlit.json | 1 + general/yaml/rake.yaml | 24 ++ general/yaml/streamlit.yaml | 543 ++++++++++++++++++++++++++++++++++++ general/zsh | 2 +- 9 files changed, 575 insertions(+), 6 deletions(-) create mode 100644 general/json/streamlit.json create mode 100644 general/yaml/streamlit.yaml diff --git a/general.json.gz b/general.json.gz index 4e8b0f37..fc7953b6 100644 --- a/general.json.gz +++ b/general.json.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29ff86b94f5509a0d737bac149bbee76a393f1e8ec2b01e8d5032311979810e0 -size 1700265 +oid sha256:d91321ec31be693920c6151b0a6f628736ead4c1c3054bfdf5f40758edbd3ae1 +size 1700976 diff --git a/general.txt b/general.txt index 9b9b06c6..91beb4b9 100644 --- a/general.txt +++ b/general.txt @@ -339,6 +339,7 @@ stack stow strace stream +streamlit stress-ng strings strip diff --git a/general/bash b/general/bash index ac79f14d..322d0f3d 160000 --- a/general/bash +++ b/general/bash @@ -1 +1 @@ -Subproject commit ac79f14d83c6737df1c3b5db1b6709b60ac32c73 +Subproject commit 322d0f3d027f3735de60f2a70a781ddb7a0429da diff --git a/general/fish b/general/fish index d714bdca..f00b2ce0 160000 --- a/general/fish +++ b/general/fish @@ -1 +1 @@ -Subproject commit d714bdcaf5ab24f401f9bec6bb80a139a3689fbb +Subproject commit f00b2ce04c0f123eeb12f5f7c7513db65001ffdd diff --git a/general/json/rake.json b/general/json/rake.json index a4ada34f..68c37918 100644 --- a/general/json/rake.json +++ b/general/json/rake.json @@ -1 +1 @@ -{"name":"rake","description":"make-like build utility for Ruby","usage":"rake [-f rakefile] [options] targets ...","options":[{"names":["-m","--multitask"],"argument":"","description":"Treat all tasks as multitasks."},{"names":["-B","--build-all"],"argument":"","description":"Build all prerequisites, including those which are up-to-date."},{"names":["-j","--jobs"],"argument":"num_jobs","description":"Specifies the maximum number of tasks to execute in parallel (default is number of CPU cores + 4)."},{"names":["-I","--libdir"],"argument":"libdir","description":"Include libdir in the search path for required modules."},{"names":["-r","--require"],"argument":"module","description":"Require module before executing rakefile."},{"names":["-f","--rakefile"],"argument":"filename","description":"Use filename as the rakefile to search for."},{"names":["-N","--no-search","--nosearch"],"argument":"","description":"Do not search parent directories for the Rakefile."},{"names":["-G","--no-system","--nosystem"],"argument":"","description":"Use standard project Rakefile search paths, ignore system wide rakefiles."},{"names":["-R","--rakelib","--rakelibdir"],"argument":"rakelibdir","description":"Auto-import any .rake files in rakelibdir (default is ‘rakelib’)"},{"names":["-g","--system"],"argument":"","description":"Use system-wide (global) rakefiles (usually ~/.rake/*.rake)."},{"names":["--backtrace"],"argument":"out","description":"Enable full backtrace. out can be stderr (default) or stdout."},{"names":["-t","--trace"],"argument":"out","description":"Turn on invoke/execute tracing, enable full backtrace. out can be stderr (default) or stdout."},{"names":["--suppress-backtrace"],"argument":"pattern","description":"Suppress backtrace lines matching regexp pattern. Ignored if --trace is on."},{"names":["--rules"],"argument":"","description":"Trace the rules resolution."},{"names":["-n","--dry-run"],"argument":"","description":"Do a dry run without executing actions."},{"names":["-T","--tasks"],"argument":"[pattern]","description":"Display the tasks (matching optional pattern) with descriptions, then exit."},{"names":["-D","--describe"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-W","--where"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-P","--prereqs"],"argument":"","description":"Display the tasks and dependencies, then exit."},{"names":["-e","--execute"],"argument":"code","description":"Execute some Ruby code and exit."},{"names":["-p","--execute-print"],"argument":"code","description":"Execute some Ruby code, print the result, then exit."},{"names":["-E","--execute-continue"],"argument":"code","description":"Execute some Ruby code, then continue with normal task processing."},{"names":["-v","--verbose"],"argument":"","description":"Log message to standard output."},{"names":["-q","--quiet"],"argument":"","description":"Do not log messages to standard output."},{"names":["-s","--silent"],"argument":"","description":"Like --quiet, but also suppresses the ‘in directory’ announcement."},{"names":["-X","--no-deprecation-warnings"],"argument":"","description":"Disable the deprecation warnings."},{"names":["--comments"],"argument":"","description":"Show commented tasks only"},{"names":["-A","--all"],"argument":"","description":"Show all tasks, even uncommented ones (in combination with -T or -D)"},{"names":["--job-stats"],"argument":"[level]","description":"Display job statistics. If level is ‘history’, displays a complete job list."},{"names":["-V","--version"],"argument":"","description":"Display the program version."},{"names":["-h","-H","--help"],"argument":"","description":"Display a help message."}],"version":"rake, version 13.0.6"} +{"name":"rake","description":"make-like build utility for Ruby","usage":"rake [-f rakefile] [options] targets ...","options":[{"names":["-m","--multitask"],"argument":"","description":"Treat all tasks as multitasks."},{"names":["-B","--build-all"],"argument":"","description":"Build all prerequisites, including those which are up-to-date."},{"names":["-j","--jobs"],"argument":"num_jobs","description":"Specifies the maximum number of tasks to execute in parallel (default is number of CPU cores + 4)."},{"names":["-I","--libdir"],"argument":"libdir","description":"Include libdir in the search path for required modules."},{"names":["-r","--require"],"argument":"module","description":"Require module before executing rakefile."},{"names":["-f","--rakefile"],"argument":"filename","description":"Use filename as the rakefile to search for."},{"names":["-N","--no-search","--nosearch"],"argument":"","description":"Do not search parent directories for the Rakefile."},{"names":["-G","--no-system","--nosystem"],"argument":"","description":"Use standard project Rakefile search paths, ignore system wide rakefiles."},{"names":["-R","--rakelib","--rakelibdir"],"argument":"rakelibdir","description":"Auto-import any .rake files in rakelibdir (default is ‘rakelib’)"},{"names":["-g","--system"],"argument":"","description":"Use system-wide (global) rakefiles (usually ~/.rake/*.rake)."},{"names":["--backtrace"],"argument":"out","description":"Enable full backtrace. out can be stderr (default) or stdout."},{"names":["-t","--trace"],"argument":"out","description":"Turn on invoke/execute tracing, enable full backtrace. out can be stderr (default) or stdout."},{"names":["--suppress-backtrace"],"argument":"pattern","description":"Suppress backtrace lines matching regexp pattern. Ignored if --trace is on."},{"names":["--rules"],"argument":"","description":"Trace the rules resolution."},{"names":["-n","--dry-run"],"argument":"","description":"Do a dry run without executing actions."},{"names":["-T","--tasks"],"argument":"[pattern]","description":"Display the tasks (matching optional pattern) with descriptions, then exit."},{"names":["-D","--describe"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-W","--where"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-P","--prereqs"],"argument":"","description":"Display the tasks and dependencies, then exit."},{"names":["-e","--execute"],"argument":"code","description":"Execute some Ruby code and exit."},{"names":["-p","--execute-print"],"argument":"code","description":"Execute some Ruby code, print the result, then exit."},{"names":["-E","--execute-continue"],"argument":"code","description":"Execute some Ruby code, then continue with normal task processing."},{"names":["-v","--verbose"],"argument":"","description":"Log message to standard output."},{"names":["-q","--quiet"],"argument":"","description":"Do not log messages to standard output."},{"names":["-s","--silent"],"argument":"","description":"Like --quiet, but also suppresses the ‘in directory’ announcement."},{"names":["-X","--no-deprecation-warnings"],"argument":"","description":"Disable the deprecation warnings."},{"names":["--comments"],"argument":"","description":"Show commented tasks only"},{"names":["-A","--all"],"argument":"","description":"Show all tasks, even uncommented ones (in combination with -T or -D)"},{"names":["--job-stats"],"argument":"[level]","description":"Display job statistics. If level is ‘history’, displays a complete job list."},{"names":["-V","--version"],"argument":"","description":"Display the program version."},{"names":["-h","-H","--help"],"argument":"","description":"Display a help message."}],"version":"rake, version 13.0.6","tldr":"> A Make-like program for Ruby.\n> Tasks for `rake` are specified in a Rakefile.\n> More information: .\n\n- Run the `default` Rakefile task:\n\n`rake`\n\n- Run a specific task:\n\n`rake {{task}}`\n\n- Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default):\n\n`rake --jobs {{n}}`\n\n- Use a specific Rakefile:\n\n`rake --rakefile {{path/to/Rakefile}}`\n\n- Execute `rake` from another directory:\n\n`rake --directory {{path/to/directory}}`\n"} diff --git a/general/json/streamlit.json b/general/json/streamlit.json new file mode 100644 index 00000000..6ba80eac --- /dev/null +++ b/general/json/streamlit.json @@ -0,0 +1 @@ +{"name":"streamlit","description":"A faster way to build and share data apps","usage":"streamlit [OPTIONS] COMMAND [ARGS]...","options":[{"names":["--log_level"],"argument":"error|warning|info|debug","description":"--version Show the version and exit."},{"names":["--help"],"argument":"","description":"Show this message and exit."}],"subcommands":[{"name":"activate","description":"Activate Streamlit by entering your email.","usage":"streamlit activate [OPTIONS] COMMAND [ARGS]...","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}]},{"name":"cache","description":"Manage the Streamlit cache.","usage":"streamlit cache [OPTIONS] COMMAND [ARGS]...","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}],"subcommands":[{"name":"clear","description":"Clear st.cache, st.cache_data, and st.cache_resource caches.","usage":"streamlit cache clear [OPTIONS]","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}]}]},{"name":"config","description":"Manage Streamlit's config settings.","usage":"streamlit config [OPTIONS] COMMAND [ARGS]...","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}]},{"name":"docs","description":"Show help in browser.","usage":"streamlit docs [OPTIONS]","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}]},{"name":"hello","description":"Runs the Hello World script.","usage":"streamlit hello [OPTIONS]","options":[{"names":["--global.disableWatchdogWarning"],"argument":"BOOLEAN","description":"By default, Streamlit checks if the"},{"names":["--global.disableWidgetStateDuplicationWarning"],"argument":"BOOLEAN","description":"By default, Streamlit displays a warning"},{"names":["--global.showWarningOnDirectExecution"],"argument":"BOOLEAN","description":"If True, will show a warning when you run a"},{"names":["--global.developmentMode"],"argument":"BOOLEAN","description":"Are we in development mode."},{"names":["--global.logLevel"],"argument":"TEXT","description":"Level of logging: 'error', 'warning',"},{"names":["--global.unitTest"],"argument":"BOOLEAN","description":"Are we in a unit test? [env var:"},{"names":["--global.suppressDeprecationWarnings"],"argument":"BOOLEAN","description":"Hide deprecation warnings in the streamlit"},{"names":["--global.minCachedMessageSize"],"argument":"FLOAT","description":"Only cache ForwardMsgs that are greater than"},{"names":["--global.maxCachedMessageAge"],"argument":"INTEGER","description":"Expire cached ForwardMsgs whose age is"},{"names":["--global.dataFrameSerialization"],"argument":"TEXT","description":"DataFrame serialization."},{"names":["--logger.level"],"argument":"TEXT","description":"Level of logging: 'error', 'warning',"},{"names":["--logger.messageFormat"],"argument":"TEXT","description":"String format for logging messages. If"},{"names":["--logger.enableRich"],"argument":"BOOLEAN","description":"Controls whether uncaught app exceptions are"},{"names":["--client.caching"],"argument":"BOOLEAN","description":"Whether to enable st.cache. This does"},{"names":["--client.displayEnabled"],"argument":"BOOLEAN","description":"If false, makes your Streamlit script not"},{"names":["--client.showErrorDetails"],"argument":"BOOLEAN","description":"Controls whether uncaught app exceptions and"},{"names":["--client.toolbarMode"],"argument":"TEXT","description":"Change the visibility of items in the"},{"names":["--runner.magicEnabled"],"argument":"BOOLEAN","description":"Allows you to type a variable or string by"},{"names":["--runner.installTracer"],"argument":"BOOLEAN","description":"Install a Python tracer to allow you"},{"names":["--runner.fixMatplotlib"],"argument":"BOOLEAN","description":"Sets the MPLBACKEND environment"},{"names":["--runner.postScriptGC"],"argument":"BOOLEAN","description":"Run the Python Garbage Collector after each"},{"names":["--runner.fastReruns"],"argument":"BOOLEAN","description":"Handle script rerun requests immediately,"},{"names":["--runner.enforceSerializableSessionState"],"argument":"BOOLEAN","description":"Raise an exception after adding"},{"names":["--runner.enumCoercion"],"argument":"TEXT","description":"Adjust how certain 'options' widgets like"},{"names":["--server.folderWatchBlacklist"],"argument":"TEXT","description":"List of folders that should not be watched"},{"names":["--server.fileWatcherType"],"argument":"TEXT","description":"Change the type of file watcher used by"},{"names":["--server.headless"],"argument":"BOOLEAN","description":"If false, will attempt to open a browser"},{"names":["--server.runOnSave"],"argument":"BOOLEAN","description":"Automatically rerun script when the file is"},{"names":["--server.allowRunOnSave"],"argument":"BOOLEAN","description":"Allows users to automatically rerun when app"},{"names":["--server.address"],"argument":"TEXT","description":"The address where the server will listen for"},{"names":["--server.port"],"argument":"INTEGER","description":"The port where the server will listen for"},{"names":["--server.scriptHealthCheckEnabled"],"argument":"BOOLEAN","description":"Flag for enabling the script health check"},{"names":["--server.baseUrlPath"],"argument":"TEXT","description":"The base path for the URL where Streamlit"},{"names":["--server.enableCORS"],"argument":"BOOLEAN","description":"Enables support for Cross-Origin Resource"},{"names":["--server.enableXsrfProtection"],"argument":"BOOLEAN","description":"Enables support for Cross-Site Request"},{"names":["--server.maxUploadSize"],"argument":"INTEGER","description":"Max size, in megabytes, for files uploaded"},{"names":["--server.maxMessageSize"],"argument":"INTEGER","description":"Max size, in megabytes, of messages that can"},{"names":["--server.enableWebsocketCompression"],"argument":"BOOLEAN","description":"Enables support for websocket compression."},{"names":["--server.enableStaticServing"],"argument":"BOOLEAN","description":"Enable serving files from a `static`"},{"names":["--browser.serverAddress"],"argument":"TEXT","description":"Internet address where users should point"},{"names":["--browser.gatherUsageStats"],"argument":"BOOLEAN","description":"Whether to send usage statistics to"},{"names":["--browser.serverPort"],"argument":"INTEGER","description":"Port where users should point their browsers"},{"names":["--server.sslCertFile"],"argument":"TEXT","description":"Server certificate file for connecting via"},{"names":["--server.sslKeyFile"],"argument":"TEXT","description":"Cryptographic key file for connecting via"},{"names":["--ui.hideTopBar"],"argument":"BOOLEAN","description":"Flag to hide most of the UI elements found"},{"names":["--ui.hideSidebarNav"],"argument":"BOOLEAN","description":"Flag to hide the sidebar page navigation"},{"names":["--magic.displayRootDocString"],"argument":"BOOLEAN","description":"Streamlit's \"magic\" parser typically skips"},{"names":["--magic.displayLastExprIfNoSemicolon"],"argument":"BOOLEAN","description":"Make Streamlit's \"magic\" parser always"},{"names":["--deprecation.showfileUploaderEncoding"],"argument":"BOOLEAN","description":"Set to false to disable the deprecation"},{"names":["--deprecation.showImageFormat"],"argument":"BOOLEAN","description":"Set to false to disable the deprecation"},{"names":["--deprecation.showPyplotGlobalUse"],"argument":"BOOLEAN","description":"Set to false to disable the deprecation"},{"names":["--theme.base"],"argument":"TEXT","description":"The preset Streamlit theme that your custom"},{"names":["--theme.primaryColor"],"argument":"TEXT","description":"Primary accent color for interactive"},{"names":["--theme.backgroundColor"],"argument":"TEXT","description":"Background color for the main content area."},{"names":["--theme.secondaryBackgroundColor"],"argument":"TEXT","description":"Background color used for the sidebar and"},{"names":["--theme.textColor"],"argument":"TEXT","description":"Color used for almost all text. [env var:"},{"names":["--theme.font"],"argument":"TEXT","description":"Font family for all text in the app, except"},{"names":["--help"],"argument":"","description":"Show this message and exit."}]},{"name":"help","description":"Print this help message.","usage":"streamlit help [OPTIONS]","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}]},{"name":"run","description":"Run a Python script, piping stderr to Streamlit.","usage":"streamlit run [OPTIONS] TARGET [ARGS]...","options":[{"names":["--global.disableWatchdogWarning"],"argument":"BOOLEAN","description":"By default, Streamlit checks if the"},{"names":["--global.disableWidgetStateDuplicationWarning"],"argument":"BOOLEAN","description":"By default, Streamlit displays a warning"},{"names":["--global.showWarningOnDirectExecution"],"argument":"BOOLEAN","description":"If True, will show a warning when you run a"},{"names":["--global.developmentMode"],"argument":"BOOLEAN","description":"Are we in development mode."},{"names":["--global.logLevel"],"argument":"TEXT","description":"Level of logging: 'error', 'warning',"},{"names":["--global.unitTest"],"argument":"BOOLEAN","description":"Are we in a unit test? [env var:"},{"names":["--global.suppressDeprecationWarnings"],"argument":"BOOLEAN","description":"Hide deprecation warnings in the streamlit"},{"names":["--global.minCachedMessageSize"],"argument":"FLOAT","description":"Only cache ForwardMsgs that are greater than"},{"names":["--global.maxCachedMessageAge"],"argument":"INTEGER","description":"Expire cached ForwardMsgs whose age is"},{"names":["--global.dataFrameSerialization"],"argument":"TEXT","description":"DataFrame serialization."},{"names":["--logger.level"],"argument":"TEXT","description":"Level of logging: 'error', 'warning',"},{"names":["--logger.messageFormat"],"argument":"TEXT","description":"String format for logging messages. If"},{"names":["--logger.enableRich"],"argument":"BOOLEAN","description":"Controls whether uncaught app exceptions are"},{"names":["--client.caching"],"argument":"BOOLEAN","description":"Whether to enable st.cache. This does"},{"names":["--client.displayEnabled"],"argument":"BOOLEAN","description":"If false, makes your Streamlit script not"},{"names":["--client.showErrorDetails"],"argument":"BOOLEAN","description":"Controls whether uncaught app exceptions and"},{"names":["--client.toolbarMode"],"argument":"TEXT","description":"Change the visibility of items in the"},{"names":["--runner.magicEnabled"],"argument":"BOOLEAN","description":"Allows you to type a variable or string by"},{"names":["--runner.installTracer"],"argument":"BOOLEAN","description":"Install a Python tracer to allow you"},{"names":["--runner.fixMatplotlib"],"argument":"BOOLEAN","description":"Sets the MPLBACKEND environment"},{"names":["--runner.postScriptGC"],"argument":"BOOLEAN","description":"Run the Python Garbage Collector after each"},{"names":["--runner.fastReruns"],"argument":"BOOLEAN","description":"Handle script rerun requests immediately,"},{"names":["--runner.enforceSerializableSessionState"],"argument":"BOOLEAN","description":"Raise an exception after adding"},{"names":["--runner.enumCoercion"],"argument":"TEXT","description":"Adjust how certain 'options' widgets like"},{"names":["--server.folderWatchBlacklist"],"argument":"TEXT","description":"List of folders that should not be watched"},{"names":["--server.fileWatcherType"],"argument":"TEXT","description":"Change the type of file watcher used by"},{"names":["--server.headless"],"argument":"BOOLEAN","description":"If false, will attempt to open a browser"},{"names":["--server.runOnSave"],"argument":"BOOLEAN","description":"Automatically rerun script when the file is"},{"names":["--server.allowRunOnSave"],"argument":"BOOLEAN","description":"Allows users to automatically rerun when app"},{"names":["--server.address"],"argument":"TEXT","description":"The address where the server will listen for"},{"names":["--server.port"],"argument":"INTEGER","description":"The port where the server will listen for"},{"names":["--server.scriptHealthCheckEnabled"],"argument":"BOOLEAN","description":"Flag for enabling the script health check"},{"names":["--server.baseUrlPath"],"argument":"TEXT","description":"The base path for the URL where Streamlit"},{"names":["--server.enableCORS"],"argument":"BOOLEAN","description":"Enables support for Cross-Origin Resource"},{"names":["--server.enableXsrfProtection"],"argument":"BOOLEAN","description":"Enables support for Cross-Site Request"},{"names":["--server.maxUploadSize"],"argument":"INTEGER","description":"Max size, in megabytes, for files uploaded"},{"names":["--server.maxMessageSize"],"argument":"INTEGER","description":"Max size, in megabytes, of messages that can"},{"names":["--server.enableWebsocketCompression"],"argument":"BOOLEAN","description":"Enables support for websocket compression."},{"names":["--server.enableStaticServing"],"argument":"BOOLEAN","description":"Enable serving files from a `static`"},{"names":["--browser.serverAddress"],"argument":"TEXT","description":"Internet address where users should point"},{"names":["--browser.gatherUsageStats"],"argument":"BOOLEAN","description":"Whether to send usage statistics to"},{"names":["--browser.serverPort"],"argument":"INTEGER","description":"Port where users should point their browsers"},{"names":["--server.sslCertFile"],"argument":"TEXT","description":"Server certificate file for connecting via"},{"names":["--server.sslKeyFile"],"argument":"TEXT","description":"Cryptographic key file for connecting via"},{"names":["--ui.hideTopBar"],"argument":"BOOLEAN","description":"Flag to hide most of the UI elements found"},{"names":["--ui.hideSidebarNav"],"argument":"BOOLEAN","description":"Flag to hide the sidebar page navigation"},{"names":["--magic.displayRootDocString"],"argument":"BOOLEAN","description":"Streamlit's \"magic\" parser typically skips"},{"names":["--magic.displayLastExprIfNoSemicolon"],"argument":"BOOLEAN","description":"Make Streamlit's \"magic\" parser always"},{"names":["--deprecation.showfileUploaderEncoding"],"argument":"BOOLEAN","description":"Set to false to disable the deprecation"},{"names":["--deprecation.showImageFormat"],"argument":"BOOLEAN","description":"Set to false to disable the deprecation"},{"names":["--deprecation.showPyplotGlobalUse"],"argument":"BOOLEAN","description":"Set to false to disable the deprecation"},{"names":["--theme.base"],"argument":"TEXT","description":"The preset Streamlit theme that your custom"},{"names":["--theme.primaryColor"],"argument":"TEXT","description":"Primary accent color for interactive"},{"names":["--theme.backgroundColor"],"argument":"TEXT","description":"Background color for the main content area."},{"names":["--theme.secondaryBackgroundColor"],"argument":"TEXT","description":"Background color used for the sidebar and"},{"names":["--theme.textColor"],"argument":"TEXT","description":"Color used for almost all text. [env var:"},{"names":["--theme.font"],"argument":"TEXT","description":"Font family for all text in the app, except"},{"names":["--help"],"argument":"","description":"Show this message and exit."}]},{"name":"version","description":"Print Streamlit's version number.","usage":"streamlit version [OPTIONS]","options":[{"names":["--help"],"argument":"","description":"Show this message and exit."}]}],"version":"Streamlit, version 1.29.0"} diff --git a/general/yaml/rake.yaml b/general/yaml/rake.yaml index ebfcadc5..b226a5c2 100644 --- a/general/yaml/rake.yaml +++ b/general/yaml/rake.yaml @@ -157,3 +157,27 @@ options: argument: "" description: Display a help message. version: rake, version 13.0.6 +tldr: | + > A Make-like program for Ruby. + > Tasks for `rake` are specified in a Rakefile. + > More information: . + + - Run the `default` Rakefile task: + + `rake` + + - Run a specific task: + + `rake {{task}}` + + - Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default): + + `rake --jobs {{n}}` + + - Use a specific Rakefile: + + `rake --rakefile {{path/to/Rakefile}}` + + - Execute `rake` from another directory: + + `rake --directory {{path/to/directory}}` diff --git a/general/yaml/streamlit.yaml b/general/yaml/streamlit.yaml new file mode 100644 index 00000000..79f0371f --- /dev/null +++ b/general/yaml/streamlit.yaml @@ -0,0 +1,543 @@ +name: streamlit +description: A faster way to build and share data apps +usage: streamlit [OPTIONS] COMMAND [ARGS]... +options: + - names: + - --log_level + argument: error|warning|info|debug + description: --version Show the version and exit. + - names: + - --help + argument: "" + description: Show this message and exit. +subcommands: + - name: activate + description: Activate Streamlit by entering your email. + usage: streamlit activate [OPTIONS] COMMAND [ARGS]... + options: + - names: + - --help + argument: "" + description: Show this message and exit. + - name: cache + description: Manage the Streamlit cache. + usage: streamlit cache [OPTIONS] COMMAND [ARGS]... + options: + - names: + - --help + argument: "" + description: Show this message and exit. + subcommands: + - name: clear + description: Clear st.cache, st.cache_data, and st.cache_resource caches. + usage: streamlit cache clear [OPTIONS] + options: + - names: + - --help + argument: "" + description: Show this message and exit. + - name: config + description: Manage Streamlit's config settings. + usage: streamlit config [OPTIONS] COMMAND [ARGS]... + options: + - names: + - --help + argument: "" + description: Show this message and exit. + - name: docs + description: Show help in browser. + usage: streamlit docs [OPTIONS] + options: + - names: + - --help + argument: "" + description: Show this message and exit. + - name: hello + description: Runs the Hello World script. + usage: streamlit hello [OPTIONS] + options: + - names: + - --global.disableWatchdogWarning + argument: BOOLEAN + description: By default, Streamlit checks if the + - names: + - --global.disableWidgetStateDuplicationWarning + argument: BOOLEAN + description: By default, Streamlit displays a warning + - names: + - --global.showWarningOnDirectExecution + argument: BOOLEAN + description: If True, will show a warning when you run a + - names: + - --global.developmentMode + argument: BOOLEAN + description: Are we in development mode. + - names: + - --global.logLevel + argument: TEXT + description: 'Level of logging: ''error'', ''warning'',' + - names: + - --global.unitTest + argument: BOOLEAN + description: 'Are we in a unit test? [env var:' + - names: + - --global.suppressDeprecationWarnings + argument: BOOLEAN + description: Hide deprecation warnings in the streamlit + - names: + - --global.minCachedMessageSize + argument: FLOAT + description: Only cache ForwardMsgs that are greater than + - names: + - --global.maxCachedMessageAge + argument: INTEGER + description: Expire cached ForwardMsgs whose age is + - names: + - --global.dataFrameSerialization + argument: TEXT + description: DataFrame serialization. + - names: + - --logger.level + argument: TEXT + description: 'Level of logging: ''error'', ''warning'',' + - names: + - --logger.messageFormat + argument: TEXT + description: String format for logging messages. If + - names: + - --logger.enableRich + argument: BOOLEAN + description: Controls whether uncaught app exceptions are + - names: + - --client.caching + argument: BOOLEAN + description: Whether to enable st.cache. This does + - names: + - --client.displayEnabled + argument: BOOLEAN + description: If false, makes your Streamlit script not + - names: + - --client.showErrorDetails + argument: BOOLEAN + description: Controls whether uncaught app exceptions and + - names: + - --client.toolbarMode + argument: TEXT + description: Change the visibility of items in the + - names: + - --runner.magicEnabled + argument: BOOLEAN + description: Allows you to type a variable or string by + - names: + - --runner.installTracer + argument: BOOLEAN + description: Install a Python tracer to allow you + - names: + - --runner.fixMatplotlib + argument: BOOLEAN + description: Sets the MPLBACKEND environment + - names: + - --runner.postScriptGC + argument: BOOLEAN + description: Run the Python Garbage Collector after each + - names: + - --runner.fastReruns + argument: BOOLEAN + description: Handle script rerun requests immediately, + - names: + - --runner.enforceSerializableSessionState + argument: BOOLEAN + description: Raise an exception after adding + - names: + - --runner.enumCoercion + argument: TEXT + description: Adjust how certain 'options' widgets like + - names: + - --server.folderWatchBlacklist + argument: TEXT + description: List of folders that should not be watched + - names: + - --server.fileWatcherType + argument: TEXT + description: Change the type of file watcher used by + - names: + - --server.headless + argument: BOOLEAN + description: If false, will attempt to open a browser + - names: + - --server.runOnSave + argument: BOOLEAN + description: Automatically rerun script when the file is + - names: + - --server.allowRunOnSave + argument: BOOLEAN + description: Allows users to automatically rerun when app + - names: + - --server.address + argument: TEXT + description: The address where the server will listen for + - names: + - --server.port + argument: INTEGER + description: The port where the server will listen for + - names: + - --server.scriptHealthCheckEnabled + argument: BOOLEAN + description: Flag for enabling the script health check + - names: + - --server.baseUrlPath + argument: TEXT + description: The base path for the URL where Streamlit + - names: + - --server.enableCORS + argument: BOOLEAN + description: Enables support for Cross-Origin Resource + - names: + - --server.enableXsrfProtection + argument: BOOLEAN + description: Enables support for Cross-Site Request + - names: + - --server.maxUploadSize + argument: INTEGER + description: Max size, in megabytes, for files uploaded + - names: + - --server.maxMessageSize + argument: INTEGER + description: Max size, in megabytes, of messages that can + - names: + - --server.enableWebsocketCompression + argument: BOOLEAN + description: Enables support for websocket compression. + - names: + - --server.enableStaticServing + argument: BOOLEAN + description: Enable serving files from a `static` + - names: + - --browser.serverAddress + argument: TEXT + description: Internet address where users should point + - names: + - --browser.gatherUsageStats + argument: BOOLEAN + description: Whether to send usage statistics to + - names: + - --browser.serverPort + argument: INTEGER + description: Port where users should point their browsers + - names: + - --server.sslCertFile + argument: TEXT + description: Server certificate file for connecting via + - names: + - --server.sslKeyFile + argument: TEXT + description: Cryptographic key file for connecting via + - names: + - --ui.hideTopBar + argument: BOOLEAN + description: Flag to hide most of the UI elements found + - names: + - --ui.hideSidebarNav + argument: BOOLEAN + description: Flag to hide the sidebar page navigation + - names: + - --magic.displayRootDocString + argument: BOOLEAN + description: Streamlit's "magic" parser typically skips + - names: + - --magic.displayLastExprIfNoSemicolon + argument: BOOLEAN + description: Make Streamlit's "magic" parser always + - names: + - --deprecation.showfileUploaderEncoding + argument: BOOLEAN + description: Set to false to disable the deprecation + - names: + - --deprecation.showImageFormat + argument: BOOLEAN + description: Set to false to disable the deprecation + - names: + - --deprecation.showPyplotGlobalUse + argument: BOOLEAN + description: Set to false to disable the deprecation + - names: + - --theme.base + argument: TEXT + description: The preset Streamlit theme that your custom + - names: + - --theme.primaryColor + argument: TEXT + description: Primary accent color for interactive + - names: + - --theme.backgroundColor + argument: TEXT + description: Background color for the main content area. + - names: + - --theme.secondaryBackgroundColor + argument: TEXT + description: Background color used for the sidebar and + - names: + - --theme.textColor + argument: TEXT + description: 'Color used for almost all text. [env var:' + - names: + - --theme.font + argument: TEXT + description: Font family for all text in the app, except + - names: + - --help + argument: "" + description: Show this message and exit. + - name: help + description: Print this help message. + usage: streamlit help [OPTIONS] + options: + - names: + - --help + argument: "" + description: Show this message and exit. + - name: run + description: Run a Python script, piping stderr to Streamlit. + usage: streamlit run [OPTIONS] TARGET [ARGS]... + options: + - names: + - --global.disableWatchdogWarning + argument: BOOLEAN + description: By default, Streamlit checks if the + - names: + - --global.disableWidgetStateDuplicationWarning + argument: BOOLEAN + description: By default, Streamlit displays a warning + - names: + - --global.showWarningOnDirectExecution + argument: BOOLEAN + description: If True, will show a warning when you run a + - names: + - --global.developmentMode + argument: BOOLEAN + description: Are we in development mode. + - names: + - --global.logLevel + argument: TEXT + description: 'Level of logging: ''error'', ''warning'',' + - names: + - --global.unitTest + argument: BOOLEAN + description: 'Are we in a unit test? [env var:' + - names: + - --global.suppressDeprecationWarnings + argument: BOOLEAN + description: Hide deprecation warnings in the streamlit + - names: + - --global.minCachedMessageSize + argument: FLOAT + description: Only cache ForwardMsgs that are greater than + - names: + - --global.maxCachedMessageAge + argument: INTEGER + description: Expire cached ForwardMsgs whose age is + - names: + - --global.dataFrameSerialization + argument: TEXT + description: DataFrame serialization. + - names: + - --logger.level + argument: TEXT + description: 'Level of logging: ''error'', ''warning'',' + - names: + - --logger.messageFormat + argument: TEXT + description: String format for logging messages. If + - names: + - --logger.enableRich + argument: BOOLEAN + description: Controls whether uncaught app exceptions are + - names: + - --client.caching + argument: BOOLEAN + description: Whether to enable st.cache. This does + - names: + - --client.displayEnabled + argument: BOOLEAN + description: If false, makes your Streamlit script not + - names: + - --client.showErrorDetails + argument: BOOLEAN + description: Controls whether uncaught app exceptions and + - names: + - --client.toolbarMode + argument: TEXT + description: Change the visibility of items in the + - names: + - --runner.magicEnabled + argument: BOOLEAN + description: Allows you to type a variable or string by + - names: + - --runner.installTracer + argument: BOOLEAN + description: Install a Python tracer to allow you + - names: + - --runner.fixMatplotlib + argument: BOOLEAN + description: Sets the MPLBACKEND environment + - names: + - --runner.postScriptGC + argument: BOOLEAN + description: Run the Python Garbage Collector after each + - names: + - --runner.fastReruns + argument: BOOLEAN + description: Handle script rerun requests immediately, + - names: + - --runner.enforceSerializableSessionState + argument: BOOLEAN + description: Raise an exception after adding + - names: + - --runner.enumCoercion + argument: TEXT + description: Adjust how certain 'options' widgets like + - names: + - --server.folderWatchBlacklist + argument: TEXT + description: List of folders that should not be watched + - names: + - --server.fileWatcherType + argument: TEXT + description: Change the type of file watcher used by + - names: + - --server.headless + argument: BOOLEAN + description: If false, will attempt to open a browser + - names: + - --server.runOnSave + argument: BOOLEAN + description: Automatically rerun script when the file is + - names: + - --server.allowRunOnSave + argument: BOOLEAN + description: Allows users to automatically rerun when app + - names: + - --server.address + argument: TEXT + description: The address where the server will listen for + - names: + - --server.port + argument: INTEGER + description: The port where the server will listen for + - names: + - --server.scriptHealthCheckEnabled + argument: BOOLEAN + description: Flag for enabling the script health check + - names: + - --server.baseUrlPath + argument: TEXT + description: The base path for the URL where Streamlit + - names: + - --server.enableCORS + argument: BOOLEAN + description: Enables support for Cross-Origin Resource + - names: + - --server.enableXsrfProtection + argument: BOOLEAN + description: Enables support for Cross-Site Request + - names: + - --server.maxUploadSize + argument: INTEGER + description: Max size, in megabytes, for files uploaded + - names: + - --server.maxMessageSize + argument: INTEGER + description: Max size, in megabytes, of messages that can + - names: + - --server.enableWebsocketCompression + argument: BOOLEAN + description: Enables support for websocket compression. + - names: + - --server.enableStaticServing + argument: BOOLEAN + description: Enable serving files from a `static` + - names: + - --browser.serverAddress + argument: TEXT + description: Internet address where users should point + - names: + - --browser.gatherUsageStats + argument: BOOLEAN + description: Whether to send usage statistics to + - names: + - --browser.serverPort + argument: INTEGER + description: Port where users should point their browsers + - names: + - --server.sslCertFile + argument: TEXT + description: Server certificate file for connecting via + - names: + - --server.sslKeyFile + argument: TEXT + description: Cryptographic key file for connecting via + - names: + - --ui.hideTopBar + argument: BOOLEAN + description: Flag to hide most of the UI elements found + - names: + - --ui.hideSidebarNav + argument: BOOLEAN + description: Flag to hide the sidebar page navigation + - names: + - --magic.displayRootDocString + argument: BOOLEAN + description: Streamlit's "magic" parser typically skips + - names: + - --magic.displayLastExprIfNoSemicolon + argument: BOOLEAN + description: Make Streamlit's "magic" parser always + - names: + - --deprecation.showfileUploaderEncoding + argument: BOOLEAN + description: Set to false to disable the deprecation + - names: + - --deprecation.showImageFormat + argument: BOOLEAN + description: Set to false to disable the deprecation + - names: + - --deprecation.showPyplotGlobalUse + argument: BOOLEAN + description: Set to false to disable the deprecation + - names: + - --theme.base + argument: TEXT + description: The preset Streamlit theme that your custom + - names: + - --theme.primaryColor + argument: TEXT + description: Primary accent color for interactive + - names: + - --theme.backgroundColor + argument: TEXT + description: Background color for the main content area. + - names: + - --theme.secondaryBackgroundColor + argument: TEXT + description: Background color used for the sidebar and + - names: + - --theme.textColor + argument: TEXT + description: 'Color used for almost all text. [env var:' + - names: + - --theme.font + argument: TEXT + description: Font family for all text in the app, except + - names: + - --help + argument: "" + description: Show this message and exit. + - name: version + description: Print Streamlit's version number. + usage: streamlit version [OPTIONS] + options: + - names: + - --help + argument: "" + description: Show this message and exit. +version: Streamlit, version 1.29.0 diff --git a/general/zsh b/general/zsh index c43d47fa..1177666a 160000 --- a/general/zsh +++ b/general/zsh @@ -1 +1 @@ -Subproject commit c43d47facc9068b852df134a634450caa8f8b8f3 +Subproject commit 1177666a0f8b2a51728cfd4a8cefc81752c50cee