File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
flask_to_fastapi_migration Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ example-name/
1616├── README.md # Documentation and usage examples
1717├── run.py # Main implementation
1818├── guide.md # (Optional) Additional technical details
19- └── repo-before / # (Optional) Sample code for transformation
19+ └── input_repo / # (Optional) Sample code for transformation
2020```
2121
2222## Code Organization in ` run.py `
Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ The script will process all Python files in the `repo-before` directory and appl
6363## Understanding the Code
6464
6565- ` run.py ` - The migration script
66- - ` repo-before/ ` - Sample Flask application to migrate
67- - ` guide.md ` - Additional notes and explanations
66+ - ` input_repo/ ` - Sample Flask application to migrate
6867
6968## Learn More
7069
Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ The script will process all Python files in the `repo-before` directory and appl
8383## Understanding the Code
8484
8585- ` run.py ` - The migration script
86- - ` repo-before/ ` - Sample Python 2 code to migrate
87- - ` guide.md ` - Additional notes and explanations
86+ - ` input_repo/ ` - Sample Python 2 code to migrate
8887
8988## Learn More
9089
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ The script will process all Python test files in the `repo-before` directory and
8989## Understanding the Code
9090
9191- ` run.py ` - The migration script
92- - ` repo-before/ ` - Sample ` unittest ` test suite to migrate
93- - ` guide.md ` - Additional notes and explanations
92+ - ` input_repo/ ` - Sample ` unittest ` test suite to migrate
9493
9594## Learn More
9695
You can’t perform that action at this time.
0 commit comments