pyramid_angularstarter
Project description
# Pyramid Angular Starter
This is a project scaffold for the [pyramid web
framework](http://www.pylonsproject.org/projects/pyramid/about) that
is setup for javascript development using
[angularjs](https://angularjs.org/) and other nice things.
Hopefully it will save you an hour or 2 when you are starting that
next awesome twitter clone.
## Project generation
This is a project scaffold so you use it in the normal pyramid way.
```bash
$ pcreate -l
Available scaffolds:
alchemy: Pyramid SQLAlchemy project using url dispatch
angularjs: Pyramid + Angularjs
angularjs_w_user: Pyramid + Angularjs + User model, registration, forgot password
pyramid_jinja2_starter: pyramid jinja2 starter project
starter: Pyramid starter project
zodb: Pyramid ZODB project using traversal
```
Note the additional scaffold "angularjs" and "angularjs_w_user", running pcreate with either of these
scaffolds will generate a project skeleton with the following
"features".
* pyramid project setup with jinja2, sqlalchemy, and a request local session attribute "db"
* a javascript project under <project_name>/client-src setup with bower, gulp, coffeescript and sass
* a skeleton angularjs project + foundation css
additionally, angular_js_w_user provides a user model and views for the following.
* login
* logout
* registration
* forgot password
database migrations via alembic are already configured with this template as well.
Hopefully everything else is self explanatory. :)
# 0.1
new template angularjs_w_user, which provides configured db migrations
via alembic, a user model, and views for login/logout/register/forgot
password
# 0.0
Initial project generation
This is a project scaffold for the [pyramid web
framework](http://www.pylonsproject.org/projects/pyramid/about) that
is setup for javascript development using
[angularjs](https://angularjs.org/) and other nice things.
Hopefully it will save you an hour or 2 when you are starting that
next awesome twitter clone.
## Project generation
This is a project scaffold so you use it in the normal pyramid way.
```bash
$ pcreate -l
Available scaffolds:
alchemy: Pyramid SQLAlchemy project using url dispatch
angularjs: Pyramid + Angularjs
angularjs_w_user: Pyramid + Angularjs + User model, registration, forgot password
pyramid_jinja2_starter: pyramid jinja2 starter project
starter: Pyramid starter project
zodb: Pyramid ZODB project using traversal
```
Note the additional scaffold "angularjs" and "angularjs_w_user", running pcreate with either of these
scaffolds will generate a project skeleton with the following
"features".
* pyramid project setup with jinja2, sqlalchemy, and a request local session attribute "db"
* a javascript project under <project_name>/client-src setup with bower, gulp, coffeescript and sass
* a skeleton angularjs project + foundation css
additionally, angular_js_w_user provides a user model and views for the following.
* login
* logout
* registration
* forgot password
database migrations via alembic are already configured with this template as well.
Hopefully everything else is self explanatory. :)
# 0.1
new template angularjs_w_user, which provides configured db migrations
via alembic, a user model, and views for login/logout/register/forgot
password
# 0.0
Initial project generation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyramid_angularstarter-0.1.tar.gz
.
File metadata
- Download URL: pyramid_angularstarter-0.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb5c76a2575857f2c41cbe4fb30aa92af14bedc5afe7dad2f985dfccab6595ca |
|
MD5 | e4d75d82da4c7e2fc8cd9a40d97eeb38 |
|
BLAKE2b-256 | cf7727b21e75b99fe55865db2b8f58333ca676d79afda5f7954739980f9167c3 |