| copyright |
|
| lastupdated |
2017-10-04 |
{: #python-project-files}
The following table lists all the common directories and files in a generated Python project.
| Directory / File |
Description |
./ |
|
| requirements.txt |
Required Python packages |
| setup.py |
Python installer script |
| cli-config.yml |
CLI configuration options |
| manifest.yml |
Cloud Foundry deployment file |
| Dockerfile |
Dockerfile for bx dev run, bx dev deploy, and docker commands |
| Dockerfile-tools |
Dockerfile for bx dev build and bx dev test |
| LICENSE |
|
| README.md |
Description of project |
./public/ |
|
| swagger.yml |
Swagger specification for describing REST APIs |
./public/ |
|
| index.html |
Skeleton markup for web applications |
./server/ |
|
| init.py |
Marks directories as Python package directories |
./tests/ |
|
| app_tests.py |
Python server test cases |
./.bluemix/ |
|
| container_build.sh |
|
| deploy.json |
|
| kube_deploy.sh |
|
| pipeline.yml |
IBM Cloud pipeline definition |
| toolchain.yml |
IBM Cloud toolchain definition |
./chart/<projectname>/ |
|
| Chart.yaml |
Helm chart |
| values.yaml |
Helm chart values |
./chart/<projectname>/templates/ |
|
| deployment.yaml |
Deployment template |
| service.yaml |
Service template |