Skip to content

shuuji3/sqlalchemyorg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

924 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLAlchemy Website

This site uses zeekofile to build a static site, which can also be served locally using zeekofile.

Building and Testing:

#!/bin/bash

virtualenv .venv
source .venv/bin/activate
pip install git+https://github.com/sqlalchemyorg/zeekofile
git clone https://github.com/sqlalchemyorg/sqlalchemyorg
cd sqlalchemyorg/
pip install -r requirements.txt
zeekofile --serve

Then view:

http://127.0.0.1:8080

About

website for www.sqlalchemy.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Mako 87.3%
  • Python 6.1%
  • SCSS 5.5%
  • CSS 1.1%