FILES
2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
docs/DashboardDataApi.md
docs/DatasetDetails.md
docs/DatasetEntityDetails.md
docs/DatasetManagementApi.md
docs/DeleteDatasetEntities.md
docs/EntityFileDetails.md
docs/ForgotPassword.md
docs/HTTPValidationError.md
docs/LocationDetails.md
docs/LocationManagementApi.md
docs/NewDataset.md
docs/NewDatasetEntity.md
docs/NewLocation.md
docs/NewSession.md
docs/NewStudent.md
docs/ResetPassword.md
docs/SessionManagementApi.md
docs/StudentDetails.md
docs/UpdateDatasetEntity.md
docs/UpdateLocation.md
docs/UpdateUser.md
docs/UserDetails.md
docs/UsersManagementApi.md
docs/ValidationError.md
docs/ValidationErrorLocInner.md
git_push.sh
openapi_client/__init__.py
openapi_client/api/__init__.py
openapi_client/api/dashboard_data_api.py
openapi_client/api/dataset_management_api.py
openapi_client/api/location_management_api.py
openapi_client/api/session_management_api.py
openapi_client/api/users_management_api.py
openapi_client/api_client.py
openapi_client/api_response.py
openapi_client/configuration.py
openapi_client/exceptions.py
openapi_client/models/__init__.py
openapi_client/models/dataset_details.py
openapi_client/models/dataset_entity_details.py
openapi_client/models/delete_dataset_entities.py
openapi_client/models/entity_file_details.py
openapi_client/models/forgot_password.py
openapi_client/models/http_validation_error.py
openapi_client/models/location_details.py
openapi_client/models/new_dataset.py
openapi_client/models/new_dataset_entity.py
openapi_client/models/new_location.py
openapi_client/models/new_session.py
openapi_client/models/new_student.py
openapi_client/models/reset_password.py
openapi_client/models/student_details.py
openapi_client/models/update_dataset_entity.py
openapi_client/models/update_location.py
openapi_client/models/update_user.py
openapi_client/models/user_details.py
openapi_client/models/validation_error.py
openapi_client/models/validation_error_loc_inner.py
openapi_client/py.typed
openapi_client/rest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_dashboard_data_api.py
test/test_dataset_details.py
test/test_dataset_entity_details.py
test/test_dataset_management_api.py
test/test_delete_dataset_entities.py
test/test_entity_file_details.py
test/test_forgot_password.py
test/test_http_validation_error.py
test/test_location_details.py
test/test_location_management_api.py
test/test_new_dataset.py
test/test_new_dataset_entity.py
test/test_new_location.py
test/test_new_session.py
test/test_new_student.py
test/test_reset_password.py
test/test_session_management_api.py
test/test_student_details.py
test/test_update_dataset_entity.py
test/test_update_location.py
test/test_update_user.py
test/test_user_details.py
test/test_users_management_api.py
test/test_validation_error.py
test/test_validation_error_loc_inner.py
tox.ini