GitXplorerGitXplorer
a

py-docker-repo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d463d55e7c68b010513a48c5c8385d54425830a3

Update README.md

aalephmelo committed 5 years ago
Unverified
137808a50a2ef20033c6eb09d75850a90be843a3

Update README.md

aalephmelo committed 5 years ago
Unverified
348907b69a38e5b6e1698b2a515dd089fb21a519

Change repository link to https.

aalephmelo committed 5 years ago
Unverified
83db748674f2f802a1f9acedb82fc5b89d912b22

Update README.md

aalephmelo committed 5 years ago
Unverified
37b9d73f1b6a849a15a0f63c884c9e3941a8b26f

Create README.md

aalephmelo committed 5 years ago
Unverified
396aaef551e9c4b58852931a85fe95ade1273582

Add main library folder.

aalephmelo committed 5 years ago

README

The README file for this repository.

Python Docker Repo

This cookiecutter is a fast way to start developing with a pre-built file structure and dependencies.

Features

  • Docker
  • Docker Compose
  • Makefile with a few common shortcuts
  • Setup.py
  • Tests

Usage

Requires cookiecutter.

$ pip install --user cookiecutter

More information about it at https://cookiecutter.readthedocs.io/en/

Generate template

$ cookiecutter https://github.com/alephmelo/py-docker-repo.git

This wil generate all the files needed.