Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install pyramid-amdjs

How to install pyramid_amdjs

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install pyramid-amdjs
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.5.4 Available View build log
Linux (32-bit)
0.5.4 Available View build log
0.3.1 Available View build log
0.2.1 Available View build log
Linux (64-bit)
0.5.4 Available View build log
0.2.1 Available View build log
0.5.4 Available View build log
 
Author
License
MIT
Lastest release
version 0.5.4 on Feb 20th, 2013
https://travis-ci.org/fafhrd91/pyramid_amdjs.png

pyramid_amdjs allows to manage js and css resources as amdjs modules

System Message: ERROR/3 (<string>, line 9)

Unknown directive type "code-block".

.. code-block:: python

    config.include('pyramid_amdjs')

    config.add_amd_js(
        'jquery', 'pyramid_amdjs:static/lib/jquery-1.8.2.min.js',
        'JQuery Library')

Then you can use jquery in your amd module

System Message: ERROR/3 (<string>, line 19)

Unknown directive type "code-block".

.. code-block:: javascript

    define('my-package', ['jquery'],

           function($) {
              $('...').
           }
    )

To include your module to page:

System Message: ERROR/3 (<string>, line 30)

Unknown directive type "code-block".

.. code-block:: python

   def my_view(request):
       request.require_js('my-package')



Support and Documentation

On irc, use the freenode network and find us on channels, #ptahproject and #pyramid.

Documentation can be found in docs directory. You can also see it online at http://pyramid_amdjs.readthedocs.org/

Report bugs at pyramid_amdjs @ Github

License

pyramid_amdjs is offered under the MIT license.

CHANGES

0.5.4 (02-19-2013)

  • Upgrade handlebars compiler

0.5.3 (02-15-2013)

  • Bootstrap - 2.3.0
  • JQuery - 1.9.1
  • Handlebars - 1.0.0.rc.3

0.5.2 (01-18-2013)

  • Fix css resource registration

0.5.1 (01-18-2013)

  • Do not add .css to css module name
  • request.require alias for require_js

0.5 (01-17-2013)

  • js refactoring
  • hb templates splited to separate js
  • datetime hb helper is optional
  • added backbonejs

0.4 (01-15-2013)

  • Automatic mods inclusion
  • Static resource management
  • jQuery 1.9.0

0.3.2 (01-08-2013)

  • Fixed reading resource files with non ascii content

0.3.1 (01-07-2013)

  • Show amd module define exception (curljs)
  • Added helper pform js mod

0.3 (01-03-2013)

  • Added debug mode
  • Added _v query param that allow stong caching
  • curl.js 0.7.3
  • uglify.js 1.3.4

0.2.1 (12-18-2012)

  • Fixed: use route_url for amd ini js path

0.2 (12-11-2012)

  • Added twitter bootstrap (2.2.2)
  • Allow to pass all params in options for pyramid.Object (javascript)

0.1 (11-01-2012)

  • Initial release

Subscribe to package updates

Last updated Feb 20th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.