LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
jlframework/__init__.py
jlframework/__version__.py
jlframework.egg-info/PKG-INFO
jlframework.egg-info/SOURCES.txt
jlframework.egg-info/dependency_links.txt
jlframework.egg-info/entry_points.txt
jlframework.egg-info/requires.txt
jlframework.egg-info/top_level.txt
jlframework/cli/__init__.py
jlframework/cli/main.py
jlframework/cli/commands/__init__.py
jlframework/cli/commands/add.py
jlframework/cli/commands/init.py
jlframework/cli/commands/list_templates.py
jlframework/cli/utils/__init__.py
jlframework/cli/utils/file_operations.py
jlframework/cli/utils/template_manager.py
jlframework/cli/utils/validators.py
jlframework/core/__init__.py
jlframework/core/api_client.py
jlframework/core/azure_db.py
jlframework/core/config.py
jlframework/core/database.py
jlframework/core/enums.py
jlframework/core/handlers.py
jlframework/core/middleware.py
jlframework/core/utils.py
jlframework/templates/__init__.py
jlframework/templates/backend/.env.example
jlframework/templates/backend/Dockerfile
jlframework/templates/backend/main.py
jlframework/templates/backend/requirements.txt
jlframework/templates/backend/routes.py
jlframework/templates/backend/configs/app_config.py
jlframework/templates/backend/configs/azure_config.py
jlframework/templates/backend/configs/azure_insights.py
jlframework/templates/backend/domains/__init__.py
jlframework/templates/backend/domains/company/__init__.py
jlframework/templates/backend/domains/company/routers.py
jlframework/templates/backend/domains/company/services.py
jlframework/templates/backend/shared/__init__.py
jlframework/templates/backend/shared/database.py
jlframework/templates/frontend-embedded/.env.docker
jlframework/templates/frontend-embedded/.env.embed-docker
jlframework/templates/frontend-embedded/.env.example
jlframework/templates/frontend-embedded/Dockerfile
jlframework/templates/frontend-embedded/index.html
jlframework/templates/frontend-embedded/package-lock.json
jlframework/templates/frontend-embedded/package.json
jlframework/templates/frontend-embedded/tailwind.config.js
jlframework/templates/frontend-embedded/tsconfig.json
jlframework/templates/frontend-embedded/vite-fede.config.js
jlframework/templates/frontend-embedded/vite.config.ts
jlframework/templates/frontend-embedded/deploy/entrypoint.sh
jlframework/templates/frontend-embedded/deploy/nginx.conf
jlframework/templates/frontend-embedded/public/favicon.ico
jlframework/templates/frontend-embedded/src/App.vue
jlframework/templates/frontend-embedded/src/custom-typings.d.ts
jlframework/templates/frontend-embedded/src/idsrvAuth.ts
jlframework/templates/frontend-embedded/src/main.ts
jlframework/templates/frontend-embedded/src/subAppEntry.js
jlframework/templates/frontend-embedded/src/assets/main.css
jlframework/templates/frontend-embedded/src/components/BaseButton.vue
jlframework/templates/frontend-embedded/src/components/BaseSelect.vue
jlframework/templates/frontend-embedded/src/components/DropdownLoader.vue
jlframework/templates/frontend-embedded/src/router/index.ts
jlframework/templates/frontend-embedded/src/services/api.ts
jlframework/templates/frontend-embedded/src/services/company.service.ts
jlframework/templates/frontend-embedded/src/services/tenant.service.ts
jlframework/templates/frontend-embedded/src/utils/const.ts
jlframework/templates/frontend-embedded/src/utils/notify.ts
jlframework/templates/frontend-embedded/src/utils/oidc.ts
jlframework/templates/frontend-embedded/src/views/Company.vue
jlframework/templates/frontend-embedded/src/views/NotFound.vue
jlframework/templates/frontend-embedded/src/views/ProjectDetails.vue
jlframework/templates/frontend-features/.env.docker
jlframework/templates/frontend-features/.env.embed-docker
jlframework/templates/frontend-features/.env.example
jlframework/templates/frontend-features/Dockerfile
jlframework/templates/frontend-features/build-features-docker.js
jlframework/templates/frontend-features/build-features.js
jlframework/templates/frontend-features/index.html
jlframework/templates/frontend-features/package-lock.json
jlframework/templates/frontend-features/package.json
jlframework/templates/frontend-features/tailwind.config.js
jlframework/templates/frontend-features/tsconfig.json
jlframework/templates/frontend-features/vite-feature.config.js
jlframework/templates/frontend-features/vite.config.ts
jlframework/templates/frontend-features/deploy/entrypoint.sh
jlframework/templates/frontend-features/deploy/nginx.conf
jlframework/templates/frontend-features/public/favicon.ico
jlframework/templates/frontend-features/src/App.vue
jlframework/templates/frontend-features/src/custom-typings.d.ts
jlframework/templates/frontend-features/src/idsrvAuth.ts
jlframework/templates/frontend-features/src/main.ts
jlframework/templates/frontend-features/src/assets/main.css
jlframework/templates/frontend-features/src/components/BaseButton.vue
jlframework/templates/frontend-features/src/components/BaseSelect.vue
jlframework/templates/frontend-features/src/components/DropdownLoader.vue
jlframework/templates/frontend-features/src/features/TabContentAttribute/index.js
jlframework/templates/frontend-features/src/features/TabContentAttribute/index.vue
jlframework/templates/frontend-features/src/features/TabItemRequests/index.js
jlframework/templates/frontend-features/src/features/TabItemRequests/index.vue
jlframework/templates/frontend-features/src/router/index.ts
jlframework/templates/frontend-features/src/services/api.ts
jlframework/templates/frontend-features/src/services/company.service.ts
jlframework/templates/frontend-features/src/services/tenant.service.ts
jlframework/templates/frontend-features/src/utils/const.ts
jlframework/templates/frontend-features/src/utils/notify.ts
jlframework/templates/frontend-features/src/utils/oidc.ts
jlframework/templates/frontend-features/src/views/Company.vue
jlframework/templates/frontend-features/src/views/NotFound.vue
jlframework/templates/frontend-features/src/views/ProjectDetails.vue
jlframework/templates/frontend-marketplace/.env.docker
jlframework/templates/frontend-marketplace/.env.example
jlframework/templates/frontend-marketplace/Dockerfile
jlframework/templates/frontend-marketplace/index.html
jlframework/templates/frontend-marketplace/package-lock.json
jlframework/templates/frontend-marketplace/package.json
jlframework/templates/frontend-marketplace/tailwind.config.js
jlframework/templates/frontend-marketplace/tsconfig.json
jlframework/templates/frontend-marketplace/vite.config.ts
jlframework/templates/frontend-marketplace/deploy/entrypoint.sh
jlframework/templates/frontend-marketplace/deploy/nginx.conf
jlframework/templates/frontend-marketplace/public/favicon.ico
jlframework/templates/frontend-marketplace/src/App.vue
jlframework/templates/frontend-marketplace/src/custom-typings.d.ts
jlframework/templates/frontend-marketplace/src/idsrvAuth.ts
jlframework/templates/frontend-marketplace/src/main.ts
jlframework/templates/frontend-marketplace/src/assets/main.css
jlframework/templates/frontend-marketplace/src/components/BaseButton.vue
jlframework/templates/frontend-marketplace/src/components/BaseSelect.vue
jlframework/templates/frontend-marketplace/src/components/DropdownLoader.vue
jlframework/templates/frontend-marketplace/src/router/index.ts
jlframework/templates/frontend-marketplace/src/services/api.ts
jlframework/templates/frontend-marketplace/src/services/company.service.ts
jlframework/templates/frontend-marketplace/src/services/tenant.service.ts
jlframework/templates/frontend-marketplace/src/utils/const.ts
jlframework/templates/frontend-marketplace/src/utils/notify.ts
jlframework/templates/frontend-marketplace/src/utils/oidc.ts
jlframework/templates/frontend-marketplace/src/views/Company.vue
jlframework/templates/frontend-marketplace/src/views/NotFound.vue
jlframework/templates/frontend-marketplace/src/views/ProjectDetails.vue