.eslintrc.js
.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
.prettierignore
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
babel.config.js
binderhub_config.py
dev-requirements.txt
jupyterhub_config.py
package-lock.json
package.json
pyproject.toml
screenshot.png
setup.py
setupTests.js
webpack.config.js
.github/workflows/checks.yml
.github/workflows/docker-build.yaml
.github/workflows/release.yaml
jupyterhub_fancy_profiles/__init__.py
jupyterhub_fancy_profiles/_version.py
jupyterhub_fancy_profiles.egg-info/PKG-INFO
jupyterhub_fancy_profiles.egg-info/SOURCES.txt
jupyterhub_fancy_profiles.egg-info/dependency_links.txt
jupyterhub_fancy_profiles.egg-info/top_level.txt
jupyterhub_fancy_profiles/static/dist/form.js
jupyterhub_fancy_profiles/static/dist/form.js.map
jupyterhub_fancy_profiles/static/dist/node_modules_xterm-addon-fit_lib_xterm-addon-fit_js.form.js
jupyterhub_fancy_profiles/static/dist/node_modules_xterm-addon-fit_lib_xterm-addon-fit_js.form.js.map
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_jupyterhub_binderhub-client_lib_index_js.form.js
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_jupyterhub_binderhub-client_lib_index_js.form.js.map
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_xterm_lib_xterm_js.form.js
jupyterhub_fancy_profiles/static/dist/vendors-node_modules_xterm_lib_xterm_js.form.js.map
jupyterhub_fancy_profiles/templates/form.html
src/ImageBuilder.jsx
src/ProfileForm.jsx
src/ProfileForm.test.js
src/ProfileOptions.jsx
src/ResourceSelect.jsx
src/form.css
src/index.jsx
src/state.js
src/components/form/CustomSelect.jsx
src/components/form/fields.jsx
src/components/form/fields.test.js
src/components/form/index.js
src/hooks/useSelectOptions.js