Skip to main content

GAE, Appengine MVC web framework for real easy, understandable and rapid development

Project description

Note

This is initial release of HalWeb, there will be changes incompatible with the current one. so please be patient.

If you are eager to try it you need manualy to setup the AppenginePath in the config.py to HalWeb installation.

Offcourse you need to have Appengine on your system

Install

From the source distribution, extract the tarball and run

shell>python setup.py install
or
shell>easy_install halweb
or
shell>python setup.py install`

Some Examples

Creating a project

  1. open hal.py in your shell by typing hal:

    cmd>hal
  2. Create a project:

    shell>hal
    hal>project /home/myhome/MyProjects/TestProject
  3. Run your project:

    shell>cd /home/myhome/MyProjects/TestProject
    shell>python manage.py
    hal>run

Woalla you have your project setup and running

Creating Model, View, Controller, Form and Handler in your Project

Open the manage.py console in you project and type:

hal>>mvcfh Galery.Photo

The console will give you the opportunity to setup the model:

..............class Galery.Photo(db.Model):
Property0>........

Populate it like this:

..............class Galery.Photo(db.Model):
Property0>........Name str required=True
Property1>........Description txt
Property2>........DateCreated date
Property3>........Content blob
Property4>........MimeType str
Property5>........
Save Galery.Photo?(y/n) y

With this you have defined the Model, It’s controller, forms and also address binding which is added in the handlerMap.py file

You can also add different Models under the ‘Package’ Galery and use them in the code

Later you can

Manipulate you Galery Package

With

Exporting it to some directory:

hal>pack package Galery /some/destination/NameOfThePackage

Also unpack it from there to some other Hal project:

hal>unpack package Galery /from/the/package/directory

Or delete it if you were just playing:

hal>del package Galery

Note: Official Online Hal Packages Repository is comming soon

Continue Exploring ;)

I’ll put more in near future, explaining how betautifully it works. :)

http://www.python.org/images/python-logo.gif http://code.google.com/appengine/images/appengine_lowres.png

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HalWeb-0.5.5.tar.gz (708.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

HalWeb-0.5.5-py2.7.egg (892.0 kB view details)

Uploaded Egg

File details

Details for the file HalWeb-0.5.5.tar.gz.

File metadata

  • Download URL: HalWeb-0.5.5.tar.gz
  • Upload date:
  • Size: 708.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for HalWeb-0.5.5.tar.gz
Algorithm Hash digest
SHA256 f452915a6df13675252017f527c54e0b23af098910bcbdd5c2d59b1c47417328
MD5 c2d90097c37be08c2c4e958d069cabe0
BLAKE2b-256 243beeb465e4c4384eea51f5a5763f44c7e0ed313bb0b85518d40edb605c362d

See more details on using hashes here.

File details

Details for the file HalWeb-0.5.5-py2.7.egg.

File metadata

  • Download URL: HalWeb-0.5.5-py2.7.egg
  • Upload date:
  • Size: 892.0 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for HalWeb-0.5.5-py2.7.egg
Algorithm Hash digest
SHA256 32155ce91d61cc698bd929d5623d37368f21670a4570dd1e6f68eeba0a96808f
MD5 f8a0f752bf8bceba7d9f51eba70d47f9
BLAKE2b-256 b51c3aec7207ef4e6df1334d296ce3f97657856d26476273b030bd3fe09b8ceb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page