how to use the python script as module?
Closed this issue · 2 comments
hey, i'm trying to write a python script and would really like to use your script in it,
how to use your script as module and what are the arguments i can pass?
Most of the arguments can be found in the constants
and data_classes
modules in the src/subsearch/data
directory.
For paths and default config values, you can check the io_app
module in the src/subsearch/utils
directory.
The config.toml
file is created in C:\Users\%username%\AppData\Local\Subsearch
, and you can read/write to it with the io_toml
module in src/subsearch/utils
.
Docstrings for all Python classes and functions were available in version 2.38.0 and earlier. However, they were removed because they were outdated.
Might still help you to understand the code better.
No activity in the last 60 days. Marking as stale; will close in 7 days without further activity.