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 eco

How to install eco

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install eco
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
1.1.0rc3.1Never BuiltWhy not?
1.1.0rc3 Failed View build log
Linux (32-bit)
1.1.0rc3
1.1.0rc3.1Never BuiltWhy not?
1.1.0rc3 Available View build log
1.1.0rc3.1Never BuiltWhy not?
1.1.0rc3 Failed View build log
Linux (64-bit)
1.1.0rc3.1 Available View build log
1.1.0rc3 Available View build log
1.1.0rc3.1Never BuiltWhy not?
1.1.0rc3 Failed View build log
1.1.0rc3.1 Available View build log
 
Author
License
MIT License
Dependencies
Imports
Lastest release
version 1.1.0rc3.1 on Sep 20th, 2013

Python Eco

Python Eco is a bridge to the [Eco](https://github.com/sstephenson/eco) (CoffeeScript Template) Compiler.

```python import eco

System Message: WARNING/2 (<string>, line 7); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 7); backlink

Inline interpreted text or phrase reference start-string without end-string.

eco.compile(open("template.eco")) # Out: u"function(...) {...}"

context = eco.context_for("Hello <%= @name %>") context.call("render", {"name": "Sam"}) # Out: u'Hello Sam'

eco.render("Hello <%= @name %>", name="world") # Out: u'Hello world' ```

System Message: WARNING/2 (<string>, line 17); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 17); backlink

Inline interpreted text or phrase reference start-string without end-string.
Setup

`bash $ pip install eco `

License

MIT License

Subscribe to package updates

Last updated Sep 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.