Skip to content

podliashanyk/Howitz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howitz - Mock Zino with HTMx and Flask

Play around

Make and activate a virtualenv, install dependencies in that virtualenv:

$ python3.11 -m venv howitz
$ source howitz/bin/activate
$ pip install -e .

On this branch you need a version of zinolib that is still a work-in-progress (hmpf's decoupling branch). Build it with f.e. pyproject-build. Make sure that zinolib dependency is reinstalled as the newly built wheel file.

pip install --force-reinstall zinolib-example.whl

CD into the source and run a a local webserver:

$ cd src
$ python3.11 -m howitz

You should now have a server running on http://127.0.0.1:9000/ (Port chosen not to clash with other things.)

Run tests

python -m unittest tests/*.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.7%
  • Python 30.6%
  • Makefile 1.2%
  • CSS 0.5%