Skip to content

Commit d31129a

Browse files
author
Michael Borck
committed
Rename to ship-python-example and update all references
1 parent a917a3d commit d31129a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ship It Example
1+
# Ship Python Example
22

33
A complete working example of a multi-platform Python application demonstrating the architecture from **[Ship Python, Orchestrate AI: Professional Python in the AI Era](https://michael-borck.github.io/ship-python-orchestrate-ai)** by Michael Borck.
44

@@ -56,7 +56,7 @@ npm start
5656
## Project Structure
5757

5858
```
59-
ship-it-example/
59+
ship-python-example/
6060
├── backend/ # FastAPI backend
6161
│ ├── src/my_app/ # Application code
6262
│ └── tests/ # API tests
@@ -72,14 +72,14 @@ ship-it-example/
7272

7373
If you want to use this architecture for your own project:
7474

75-
1. **Cookiecutter template**: `cookiecutter gh:michael-borck/ship-it-cookiecutter` - Full customization
76-
2. **GitHub template**: [ship-it-template](https://github.com/michael-borck/ship-it-template) - Quick start
75+
1. **Cookiecutter template**: `cookiecutter gh:michael-borck/ship-python-cookiecutter` - Full customization
76+
2. **GitHub template**: [ship-python-template](https://github.com/michael-borck/ship-python-template) - Quick start
7777

7878
## Related Resources
7979

80-
- [Ship It: Python in Production](https://github.com/michael-borck/ship-it-python-in-production) - The companion book
81-
- [ship-it-cookiecutter](https://github.com/michael-borck/ship-it-cookiecutter) - Cookiecutter template
82-
- [ship-it-template](https://github.com/michael-borck/ship-it-template) - GitHub template
80+
- [Ship Python, Orchestrate AI](https://github.com/michael-borck/ship-python-orchestrate-ai) - The companion book
81+
- [ship-python-cookiecutter](https://github.com/michael-borck/ship-python-cookiecutter) - Cookiecutter template
82+
- [ship-python-template](https://github.com/michael-borck/ship-python-template) - GitHub template
8383

8484
## License
8585

0 commit comments

Comments
 (0)