Skip to content

Instantly share code, notes, and snippets.

@niphlod
Last active December 21, 2015 05:59
Show Gist options
  • Save niphlod/6260866 to your computer and use it in GitHub Desktop.
Save niphlod/6260866 to your computer and use it in GitHub Desktop.
new web2py folder structure
applications/
gluon/ > the core libraries
contrib/ > third party libraries
tests/ > unittests
extras/
? handlers/ > fix docs and scripts
anyserver.py > to run with third party servers
wsgihandler.py > handler to connect to WSGI
... > other handlers
examples/
app.example.yaml
appengine_config.example
queue.example.yaml
? logging.example.conf> fix code looking for it
? routes.example.py > put comment in doctests
? router.example.py > put comment in doctests and fix "." quotes
? options_std.py > fix docs
? epydoc/ > fix makefile ?!
epydoc.conf
epydoc.css
build_web2py/
setup_app.py
setup_exe.py
setup_exe.conf
? icons/ > fix code looking for it
web2py.ico
web2py.icns
web2py.gif
splashlogo.gif
scripts/ > utility and installation scripts
site-packages/ > additional optional modules
.travis.yml > needed only in github for tests
ABOUT > is this really needed ?
CHANGELOG
LICENSE
MANIFEST.in
README.markdown
VERSION > this web2py version
? mkweb2pyenv > does someone has docs about it? is it needed?
? runweb2py > does someone has docs about it? is it needed?
setup.py > sooner or later we'd like to have pipy working ^_^
tox.ini
? w2p_apps > does someone has docs about it? is it needed?
? w2p_clone > does someone has docs about it? is it needed?
? w2p_run > does someone has docs about it? is it needed?
web2py.py > the startup script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment