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://jashkenas.github.com/coffee-script/

License

Released under the MIT license. See LICENSE for details.

You can download current version of coffee-script.js from http://jashkenas.github.com/coffee-script/extras/coffee-script.js

Changes

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.0.9.zip (56.7 kB view details)

Uploaded Source

CoffeeScript-1.0.9.tar.bz2 (45.1 kB view details)

Uploaded Source

Built Distribution

CoffeeScript-1.0.9-py3-none-any.whl (54.5 kB view details)

Uploaded Python 3

File details

Details for the file CoffeeScript-1.0.9.zip.

File metadata

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

File hashes

Hashes for CoffeeScript-1.0.9.zip
Algorithm Hash digest
SHA256 1945a76a9355814ae4b85eb97b3a72aee46ac59a30db382ccffeb136c64205bd
MD5 6df49c0bc9f4915a1a04e15a7998b58a
BLAKE2b-256 8e9ca4bdf785ac9be9665ec773e1725daa79634463473a0052c156ffe03af060

See more details on using hashes here.

File details

Details for the file CoffeeScript-1.0.9.tar.bz2.

File metadata

File hashes

Hashes for CoffeeScript-1.0.9.tar.bz2
Algorithm Hash digest
SHA256 fe43e0746390d496a1762dd47ab356111090e0a1536a0ce137432b34b9175f94
MD5 0054852f79b16a76511a1759c9a4280d
BLAKE2b-256 0ea2eb80f748f98d489eabd7701f8f8f688438e80e6b58086184a7ceefd2173a

See more details on using hashes here.

File details

Details for the file CoffeeScript-1.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for CoffeeScript-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5edefb623a4a4ffca4f2d7b1fb0b1e2a6827b24003eccd4db2134d0c1e53b384
MD5 d2e6f3369bab662722ecba61e08f2fc7
BLAKE2b-256 483b492fef6e1e3a0f7986762bbc768d03abedc309a25eb7a154c3f547a5498b

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