|
| 1 | +clean: |
| 2 | + rm -r dist build lib vuegen.spec quarto_report streamlit_report |
| 3 | + |
| 4 | +clean-all: clean |
| 5 | + rm -r logs |
| 6 | + |
| 7 | +bundle: |
| 8 | + pip install -e ../. |
| 9 | + pyinstaller \ |
| 10 | + -n vuegen_gui \ |
| 11 | + --noconfirm \ |
| 12 | + --onedir \ |
| 13 | + --windowed \ |
| 14 | + --collect-all streamlit \ |
| 15 | + --collect-all st_aggrid \ |
| 16 | + --collect-all customtkinter \ |
| 17 | + --collect-all quarto_cli \ |
| 18 | + --collect-all plotly \ |
| 19 | + --collect-all _plotly_utils \ |
| 20 | + --collect-all pyvis \ |
| 21 | + --collect-all pandas \ |
| 22 | + --collect-all numpy \ |
| 23 | + --collect-all matplotlib \ |
| 24 | + --collect-all openpyxl \ |
| 25 | + --collect-all xlrd \ |
| 26 | + --collect-all nbformat \ |
| 27 | + --collect-all nbclient \ |
| 28 | + --collect-all altair \ |
| 29 | + --collect-all itables \ |
| 30 | + --collect-all kaleido \ |
| 31 | + --collect-all pyarrow \ |
| 32 | + --collect-all dataframe_image \ |
| 33 | + --collect-all narwhals \ |
| 34 | + --collect-all PIL \ |
| 35 | + --collect-all traitlets \ |
| 36 | + --collect-all referencing \ |
| 37 | + --collect-all rpds \ |
| 38 | + --collect-all tenacity \ |
| 39 | + --add-data ../docs/example_data/Basic_example_vuegen_demo_notebook:example_data/Basic_example_vuegen_demo_notebook \ |
| 40 | + app.py |
| 41 | + |
| 42 | + |
| 43 | +# jupyter kernel specific: |
| 44 | +# --collect-all vl_convert \ |
| 45 | +# --collect-all yaml \ |
| 46 | +# --collect-all strenum \ |
| 47 | +# --collect-all jinja2 \ |
| 48 | +# --collect-all fastjsonschema \ |
| 49 | +# --collect-all jsonschema \ |
| 50 | +# --collect-all jsonschema_specifications \ |
| 51 | +# --collect-all nbclient \ |
| 52 | +# --collect-all nbformat \ |
| 53 | +
|
| 54 | +# beautifulsoup4, bleach, defusedxml, importlib-metadata, jinja2, jupyter-core, jupyterlab-pygments, markupsafe, mistune, nbclient, nbformat, packaging, pandocfilters, pygments, traitlets |
| 55 | +# remaining packages in full environment: |
| 56 | +# --collect-all jupyterlab \ |
| 57 | +# --collect-all jupyter_core \ |
| 58 | +# --collect-all yaml \ |
| 59 | +# --collect-all ipykernel \ |
| 60 | +# --collect-all nbconvert \ |
| 61 | +# --collect-all notebook \ |
| 62 | +# --collect-all ipywidgets \ |
| 63 | +# --collect-all jupyter_console \ |
| 64 | +# --collect-all jupyter_client \ |
| 65 | +# --collect-all webencodings \ |
| 66 | +# --collect-all wcwidth \ |
| 67 | +# --collect-all pytz \ |
| 68 | +# --collect-all python-decouple\ |
| 69 | +# --collect-all pure-eval \ |
| 70 | +# --collect-all ptyprocess \ |
| 71 | +# --collect-all kaleido \ |
| 72 | +# --collect-all fastjsonschema\ |
| 73 | +# --collect-all xlrd \ |
| 74 | +# --collect-all widgetsnbextension\ |
| 75 | +# --collect-all wheel \ |
| 76 | +# --collect-all websocket-client\ |
| 77 | +# --collect-all webcolors \ |
| 78 | +# --collect-all vl-convert-python\ |
| 79 | +# --collect-all urllib3 \ |
| 80 | +# --collect-all uri-template \ |
| 81 | +# --collect-all tzdata \ |
| 82 | +# --collect-all typing-extensions\ |
| 83 | +# --collect-all types-python-dateutil \ |
| 84 | +# --collect-all traitlets \ |
| 85 | +# --collect-all tornado \ |
| 86 | +# --collect-all toml \ |
| 87 | +# --collect-all tinycss2 \ |
| 88 | +
|
| 89 | +# --collect-all soupsieve \ |
| 90 | +# --collect-all sniffio \ |
| 91 | +# --collect-all smmap \ |
| 92 | +# --collect-all six \ |
| 93 | +# --collect-all setuptools \ |
| 94 | +# --collect-all send2trash \ |
| 95 | +# --collect-all rpds-py \ |
| 96 | +# --collect-all rfc3986-validator\ |
| 97 | +# --collect-all pyzmq \ |
| 98 | +# --collect-all pyyaml \ |
| 99 | +# --collect-all python-json-logger\ |
| 100 | +# --collect-all pyparsing \ |
| 101 | +# --collect-all pygments \ |
| 102 | +# --collect-all pycparser \ |
| 103 | +# --collect-all pyarrow \ |
| 104 | +# --collect-all psutil \ |
| 105 | +# --collect-all protobuf \ |
| 106 | +# --collect-all propcache \ |
| 107 | +# --collect-all prompt_toolkit\ |
| 108 | +# --collect-all prometheus-client \ |
| 109 | +# --collect-all platformdirs \ |
| 110 | +# --collect-all pillow \ # PIL |
| 111 | +# --collect-all pexpect \ |
| 112 | +# --collect-all parso \ |
| 113 | +# --collect-all pandocfilters\ |
| 114 | +# --collect-all packaging \ |
| 115 | +# --collect-all overrides \ |
| 116 | +# --collect-all numpy \ |
| 117 | +# --collect-all networkx \ |
| 118 | +# --collect-all nest-asyncio \ |
| 119 | +# --collect-all multidict \ |
| 120 | +# --collect-all more-itertools\ |
| 121 | +# --collect-all mistune \ |
| 122 | +# --collect-all mdurl \ |
| 123 | +# --collect-all MarkupSafe \ |
| 124 | +# --collect-all lxml \ |
| 125 | +# --collect-all kiwisolver \ |
| 126 | +# --collect-all jupyterlab_widgets\ |
| 127 | +# --collect-all jupyterlab_pygments \ |
| 128 | +# --collect-all jsonpointer \ |
| 129 | +# --collect-all jsonpickle \ |
| 130 | +# --collect-all json5 \ |
| 131 | +# --collect-all idna \ |
| 132 | +# --collect-all h11\ |
| 133 | +# --collect-all greenlet \ |
| 134 | +# --collect-all frozenlist \ |
| 135 | +# --collect-all fqdn \ |
| 136 | +# --collect-all fonttools \ |
| 137 | +# --collect-all executing \ |
| 138 | +# --collect-all et-xmlfile \ |
| 139 | +# --collect-all defusedxml \ |
| 140 | +# --collect-all decorator \ |
| 141 | +# --collect-all debugpy \ |
| 142 | +# --collect-all cycler \ |
| 143 | +# --collect-all cssselect \ |
| 144 | +# --collect-all click \ |
| 145 | +# --collect-all charset-normalizer\ |
| 146 | +# --collect-all certifi \ |
| 147 | +# --collect-all cachetools \ |
| 148 | +# --collect-all blinker \ |
| 149 | +# --collect-all bleach \ |
| 150 | +# --collect-all babel \ |
| 151 | +# --collect-all attrs \ |
| 152 | +# --collect-all async-lru \ |
| 153 | +# --collect-all asttokens \ |
| 154 | +# --collect-all appnope \ |
| 155 | +# --collect-all aiohappyeyeballs\ |
| 156 | +# --collect-all yarl \ |
| 157 | +# --collect-all terminado \ |
| 158 | +# --collect-all stack_data \ |
| 159 | +# --collect-all rfc3339-validator\ |
| 160 | +# --collect-all requests \ |
| 161 | +# --collect-all referencing\ |
| 162 | +# --collect-all python-dateutil \ |
| 163 | +# --collect-all pyee \ |
| 164 | +# --collect-all plotly \ |
| 165 | +# --collect-all openpyxl \ |
| 166 | +# --collect-all matplotlib-inline\ |
| 167 | +# --collect-all markdown-it-py \ |
| 168 | +# --collect-all jupyter-core \ |
| 169 | +# --collect-all jinja2 \ |
| 170 | +# --collect-all jedi \ |
| 171 | +# --collect-all ipython-pygments-lexers\ |
| 172 | +# --collect-all httpcore \ |
| 173 | +# --collect-all gitdb \ |
| 174 | +# --collect-all cssutils \ |
| 175 | +# --collect-all contourpy \ |
| 176 | +# --collect-all comm \ |
| 177 | +# --collect-all cffi \ |
| 178 | +# --collect-all beautifulsoup4\ |
| 179 | +# --collect-all anyio \ |
| 180 | +# --collect-all aiosignal \ |
| 181 | +# --collect-all rich \ |
| 182 | +# --collect-all pydeck \ |
| 183 | +# --collect-all playwright \ |
| 184 | +# --collect-all pandas \ |
| 185 | +# --collect-all matplotlib \ |
| 186 | +# --collect-all jupyter-server-terminals\ |
| 187 | +# --collect-all jupyter-client \ |
| 188 | +# --collect-all jsonschema-specifications \ |
| 189 | +# --collect-all ipython \ |
| 190 | +# --collect-all httpx \ |
| 191 | +# --collect-all gitpython \ |
| 192 | +# --collect-all arrow \ |
| 193 | +# --collect-all argon2-cffi-bindings\ |
| 194 | +# --collect-all aiohttp \ |
| 195 | +# --collect-all pyvis \ |
| 196 | +# --collect-all jsonschema \ |
| 197 | +# --collect-all isoduration\ |
| 198 | +# --collect-all ipywidgets \ |
| 199 | +# --collect-all ipykernel \ |
| 200 | +# --collect-all argon2-cffi\ |
| 201 | +# --collect-all nbformat \ |
| 202 | +# --collect-all jupyter-console\ |
| 203 | +# --collect-all altair \ |
| 204 | +# --collect-all streamlit \ |
| 205 | +# --collect-all nbclient \ |
| 206 | +# --collect-all jupyter-events\ |
| 207 | +# --collect-all streamlit-aggrid \ |
| 208 | +# --collect-all nbconvert \ |
| 209 | +# --collect-all jupyter-server\ |
| 210 | +# --collect-all dataframe-image \ |
| 211 | +# --collect-all notebook-shim \ |
| 212 | +# --collect-all jupyterlab-server \ |
| 213 | +# --collect-all jupyter-lsp \ |
| 214 | +# --collect-all jupyterlab \ |
| 215 | +# --collect-all notebook \ |
| 216 | +# --collect-all jupyter \ |
| 217 | +# --collect-all vuegen |
| 218 | + |
0 commit comments