Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 3.02 KB

File metadata and controls

42 lines (39 loc) · 3.02 KB
copyright
years
2015, 2017
lastupdated 2017-10-04

Python Project Files

{: #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