This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
root
/
taipy
mirror of
https://github.com/Avaiga/taipy.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
chore: monorepo preparation
Joao Andre
1 năm trước cách đây
mục cha
fed559fddf
commit
ff691fc058
47 tập tin đã thay đổi
với
0 bổ sung
và
0 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
0
0
src/taipy/rest/.coveragerc
0
0
src/taipy/rest/.dockerignore
0
0
src/taipy/rest/.flake8
0
0
src/taipy/rest/.flaskenv
0
0
src/taipy/rest/.github/workflows/codeql-analysis.yml
0
0
src/taipy/rest/.github/workflows/coverage.yml
0
0
src/taipy/rest/.github/workflows/publish.yml
0
0
src/taipy/rest/.github/workflows/release-dev.yml
0
0
src/taipy/rest/.github/workflows/release.yml
0
0
src/taipy/rest/.github/workflows/setuptools.yml
0
0
src/taipy/rest/.github/workflows/tests.yml
0
0
src/taipy/rest/.gitignore
0
0
src/taipy/rest/.isort.cfg
0
0
src/taipy/rest/.license-header
0
0
src/taipy/rest/.pre-commit-config.yaml
0
0
src/taipy/rest/.testenv
0
0
src/taipy/rest/CODE_OF_CONDUCT.md
0
0
src/taipy/rest/CONTRIBUTING.md
0
0
src/taipy/rest/INSTALLATION.md
0
0
src/taipy/rest/LICENSE
0
0
src/taipy/rest/MANIFEST.in
0
0
src/taipy/rest/Pipfile
0
0
src/taipy/rest/README.md
0
0
src/taipy/rest/contributors.txt
0
0
src/taipy/rest/setup.py
0
0
src/taipy/rest/tests/__init__.py
0
0
src/taipy/rest/tests/conftest.py
0
0
src/taipy/rest/tests/json/expected/cycle.json
0
0
src/taipy/rest/tests/json/expected/datanode.json
0
0
src/taipy/rest/tests/json/expected/job.json
0
0
src/taipy/rest/tests/json/expected/scenario.json
0
0
src/taipy/rest/tests/json/expected/sequence.json
0
0
src/taipy/rest/tests/json/expected/task.json
0
0
src/taipy/rest/tests/setup/__init__.py
0
0
src/taipy/rest/tests/setup/my_model.p
0
0
src/taipy/rest/tests/setup/shared/__init__.py
0
0
src/taipy/rest/tests/setup/shared/algorithms.py
0
0
src/taipy/rest/tests/setup/shared/config.py
0
0
src/taipy/rest/tests/test_cycle.py
0
0
src/taipy/rest/tests/test_datanode.py
0
0
src/taipy/rest/tests/test_end_to_end.py
0
0
src/taipy/rest/tests/test_job.py
0
0
src/taipy/rest/tests/test_middleware.py
0
0
src/taipy/rest/tests/test_scenario.py
0
0
src/taipy/rest/tests/test_sequence.py
0
0
src/taipy/rest/tests/test_task.py
0
0
src/taipy/rest/tox.ini
+ 0
- 0
.coveragerc → src/taipy/rest/.coveragerc
Xem Tập Tin
+ 0
- 0
.dockerignore → src/taipy/rest/.dockerignore
Xem Tập Tin
+ 0
- 0
.flake8 → src/taipy/rest/.flake8
Xem Tập Tin
+ 0
- 0
.flaskenv → src/taipy/rest/.flaskenv
Xem Tập Tin
+ 0
- 0
.github/workflows/codeql-analysis.yml → src/taipy/rest/.github/workflows/codeql-analysis.yml
Xem Tập Tin
+ 0
- 0
.github/workflows/coverage.yml → src/taipy/rest/.github/workflows/coverage.yml
Xem Tập Tin
+ 0
- 0
.github/workflows/publish.yml → src/taipy/rest/.github/workflows/publish.yml
Xem Tập Tin
+ 0
- 0
.github/workflows/release-dev.yml → src/taipy/rest/.github/workflows/release-dev.yml
Xem Tập Tin
+ 0
- 0
.github/workflows/release.yml → src/taipy/rest/.github/workflows/release.yml
Xem Tập Tin
+ 0
- 0
.github/workflows/setuptools.yml → src/taipy/rest/.github/workflows/setuptools.yml
Xem Tập Tin
+ 0
- 0
.github/workflows/tests.yml → src/taipy/rest/.github/workflows/tests.yml
Xem Tập Tin
+ 0
- 0
.gitignore → src/taipy/rest/.gitignore
Xem Tập Tin
+ 0
- 0
.isort.cfg → src/taipy/rest/.isort.cfg
Xem Tập Tin
+ 0
- 0
.license-header → src/taipy/rest/.license-header
Xem Tập Tin
+ 0
- 0
.pre-commit-config.yaml → src/taipy/rest/.pre-commit-config.yaml
Xem Tập Tin
+ 0
- 0
.testenv → src/taipy/rest/.testenv
Xem Tập Tin
+ 0
- 0
CODE_OF_CONDUCT.md → src/taipy/rest/CODE_OF_CONDUCT.md
Xem Tập Tin
+ 0
- 0
CONTRIBUTING.md → src/taipy/rest/CONTRIBUTING.md
Xem Tập Tin
+ 0
- 0
INSTALLATION.md → src/taipy/rest/INSTALLATION.md
Xem Tập Tin
+ 0
- 0
LICENSE → src/taipy/rest/LICENSE
Xem Tập Tin
+ 0
- 0
MANIFEST.in → src/taipy/rest/MANIFEST.in
Xem Tập Tin
+ 0
- 0
Pipfile → src/taipy/rest/Pipfile
Xem Tập Tin
+ 0
- 0
README.md → src/taipy/rest/README.md
Xem Tập Tin
+ 0
- 0
contributors.txt → src/taipy/rest/contributors.txt
Xem Tập Tin
+ 0
- 0
setup.py → src/taipy/rest/setup.py
Xem Tập Tin
+ 0
- 0
tests/__init__.py → src/taipy/rest/tests/__init__.py
Xem Tập Tin
+ 0
- 0
tests/conftest.py → src/taipy/rest/tests/conftest.py
Xem Tập Tin
+ 0
- 0
tests/json/expected/cycle.json → src/taipy/rest/tests/json/expected/cycle.json
Xem Tập Tin
+ 0
- 0
tests/json/expected/datanode.json → src/taipy/rest/tests/json/expected/datanode.json
Xem Tập Tin
+ 0
- 0
tests/json/expected/job.json → src/taipy/rest/tests/json/expected/job.json
Xem Tập Tin
+ 0
- 0
tests/json/expected/scenario.json → src/taipy/rest/tests/json/expected/scenario.json
Xem Tập Tin
+ 0
- 0
tests/json/expected/sequence.json → src/taipy/rest/tests/json/expected/sequence.json
Xem Tập Tin
+ 0
- 0
tests/json/expected/task.json → src/taipy/rest/tests/json/expected/task.json
Xem Tập Tin
+ 0
- 0
tests/setup/__init__.py → src/taipy/rest/tests/setup/__init__.py
Xem Tập Tin
+ 0
- 0
tests/setup/my_model.p → src/taipy/rest/tests/setup/my_model.p
Xem Tập Tin
+ 0
- 0
tests/setup/shared/__init__.py → src/taipy/rest/tests/setup/shared/__init__.py
Xem Tập Tin
+ 0
- 0
tests/setup/shared/algorithms.py → src/taipy/rest/tests/setup/shared/algorithms.py
Xem Tập Tin
+ 0
- 0
tests/setup/shared/config.py → src/taipy/rest/tests/setup/shared/config.py
Xem Tập Tin
+ 0
- 0
tests/test_cycle.py → src/taipy/rest/tests/test_cycle.py
Xem Tập Tin
+ 0
- 0
tests/test_datanode.py → src/taipy/rest/tests/test_datanode.py
Xem Tập Tin
+ 0
- 0
tests/test_end_to_end.py → src/taipy/rest/tests/test_end_to_end.py
Xem Tập Tin
+ 0
- 0
tests/test_job.py → src/taipy/rest/tests/test_job.py
Xem Tập Tin
+ 0
- 0
tests/test_middleware.py → src/taipy/rest/tests/test_middleware.py
Xem Tập Tin
+ 0
- 0
tests/test_scenario.py → src/taipy/rest/tests/test_scenario.py
Xem Tập Tin
+ 0
- 0
tests/test_sequence.py → src/taipy/rest/tests/test_sequence.py
Xem Tập Tin
+ 0
- 0
tests/test_task.py → src/taipy/rest/tests/test_task.py
Xem Tập Tin
+ 0
- 0
tox.ini → src/taipy/rest/tox.ini
Xem Tập Tin