Skip to content

JacobDKindley/python-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Docker Example

Dead simple basic Python TDD application skeleton with Docker

Customization

Add all dependencies to requirements.txt

Replace all instances of 'pyapp' with your application name

Test/Development cycle

  1. Within the container, run pip install -e .
  2. Create a new test for your function/object
  3. Run the test with pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published