Skip to main content

A bridge to the JS CoffeeScript compiler

Project description

Python-CoffeeScript is a bridge to the JS CoffeeScript compiler.

A short example

>>> import coffeescript
>>> print(coffeescript.compile('add = (a, b) -> a + b'))
(function() {
  var add;

  add = function(a, b) {
    return a + b;
  };

}).call(this);

Installation

$ pip install CoffeeScript

or

$ easy_install CoffeeScript

coffee-script.js

The latest version of coffee-script.js (the script for browser <script type=”text/coffeescript”> tags) can be download from http://coffeescript.org/extras/coffee-script.js

License

Released under the MIT license. See LICENSE for details.

You can download current version of coffee-script.js from http://coffeescript.org/extras/coffee-script.js

Changes

1.1.2

  • Updated coffee-script.js to v1.10.0.

1.1.1

  • Updated coffee-script.js to v1.9.3.

1.1.0

  • Updated coffee-script.js to v1.9.1.

1.0.11

  • Updated coffee-script.js to v1.9.0.

  • Dropped support for Python v2.6 and v3.1.

  • Supported Python v3.3 and v3.4.

1.0.10

  • Updated coffee-script.js to v1.8.0.

1.0.9

  • Updated coffee-script.js to v1.7.1.

1.0.8

  • Updated coffee-script.js to v1.6.3. Added download_link to setup.py.

1.0.7

  • Updated coffee-script.js to v1.6.1.

1.0.6

  • Updated coffee-script.js to v1.5.0.

1.0.5

  • Made compile_file to accept plural files and Added some utility functions.

1.0.4

  • Updated coffee-script.js to v1.4.0.

1.0.3

  • Updated coffee-script.js to v1.3.3.

1.0.2

  • Updated coffee-script.js to v1.3.1.

1.0.1

  • Fixed some small problem in setup.py.

1.0.0

  • First release.

Project details


Download files

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

Source Distributions

CoffeeScript-1.1.2.zip (47.5 kB view details)

Uploaded Source

CoffeeScript-1.1.2.tar.gz (44.1 kB view details)

Uploaded Source

File details

Details for the file CoffeeScript-1.1.2.zip.

File metadata

  • Download URL: CoffeeScript-1.1.2.zip
  • Upload date:
  • Size: 47.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CoffeeScript-1.1.2.zip
Algorithm Hash digest
SHA256 b25ed531a5bc96c2ca4313a260189bbe5362f945051980e3f9f8028d5c0433b1
MD5 2308306117caac3ab35ba8b8ff926fda
BLAKE2b-256 b25f057f76c328672e2244cb92d28b9f7571cf7d3b94f34f2f48ba54ea7e0d79

See more details on using hashes here.

File details

Details for the file CoffeeScript-1.1.2.tar.gz.

File metadata

File hashes

Hashes for CoffeeScript-1.1.2.tar.gz
Algorithm Hash digest
SHA256 03a073ac5935598239439e8bf2e241fc31526fd760888dc12abdd3bb4aca0e62
MD5 9ae342ac4c7b383841b58b3da14bec8b
BLAKE2b-256 740b39c796b80eb6fd5cbe18a5488ce426e3ee879c100fb79e2a350467ac8805

See more details on using hashes here.

Supported by

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