Skip to content

ToddG/hypermodern-python-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hypermodern-python-seed

Generate python seed apps based on cjolowicz's hypermodern-python. Note that cjolowicz has also created a seed repo. I prefer this one b/c I only pulled in the ideas that are relevant to the projects I build, today. This repo also builds and runs the code within a Docker container. Abstracting dependencies makes it faster to get started. That said, it's also totally viable to install the dependencies locally and not use Docker at all.

Dependencies

See hypermodern-python for further installation instructions and a deep dive into each of the technoloiges used here (and for a whole lot more technologies that I opted to omit).

Quick Start

cookiecutter https://github.com/ToddG/hypermodern-python-seed

...answer the questions

cd [created directory]
./scripts/build-container.sh
./scripts/run-command.sh    
firefox docs/_build/html/index.html

Notes

  • Check out the README in the created directory for further context and commands.

Links

About

Seed apps based on hypermodernpython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published