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

Copyright (c) 2012 OMOTO Kenji. 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.8

Updated coffee-script.js to v1.6.3. Added download_link to setyp.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.8.zip (54.9 kB view details)

Uploaded Source

CoffeeScript-1.0.8.tar.gz (52.1 kB view details)

Uploaded Source

CoffeeScript-1.0.8.tar.bz2 (43.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CoffeeScript-1.0.8-py2.7.egg (52.9 kB view details)

Uploaded Egg

File details

Details for the file CoffeeScript-1.0.8.zip.

File metadata

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

File hashes

Hashes for CoffeeScript-1.0.8.zip
Algorithm Hash digest
SHA256 b65770352f09321506cd7f19be77af0af1b9afaecdc3a1eb1692c77c4779e4f0
MD5 53c0484462ef9ca901d2f9386d2d2aa4
BLAKE2b-256 e06f0ff4cbc16344655700d049b227686e57c806b8afe317b141290ba05890ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: CoffeeScript-1.0.8.tar.gz
  • Upload date:
  • Size: 52.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CoffeeScript-1.0.8.tar.gz
Algorithm Hash digest
SHA256 cf8ffce5b9b74ff6ed619b81781a7e74042e821a1de982900443a1af0da550b4
MD5 dad030db15be176bdb5177b21ceb001b
BLAKE2b-256 28296d7ddb282fe85ac876754326484c0c4f7b4dd4d5ac17dadd0bde13d70228

See more details on using hashes here.

File details

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

File metadata

  • Download URL: CoffeeScript-1.0.8.tar.bz2
  • Upload date:
  • Size: 43.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CoffeeScript-1.0.8.tar.bz2
Algorithm Hash digest
SHA256 66d6c72532db444cda04a46226b14af574cb1ae56e7a1f60281d5607e0e22ee1
MD5 f8377525c1dd14aca411c6ed423b6083
BLAKE2b-256 b4d89d0b4cd02b0af346df5964597f31677e111072dac64a6e0c69a97b7674f4

See more details on using hashes here.

File details

Details for the file CoffeeScript-1.0.8-py2.7.egg.

File metadata

File hashes

Hashes for CoffeeScript-1.0.8-py2.7.egg
Algorithm Hash digest
SHA256 02c1c49581459dd911ed519a700a82ed02825ac5413313e3aac4f2fd013a86c6
MD5 b79e81532c8e1ef52d0c37a7efa1f99e
BLAKE2b-256 a9405cb8123dcf751c1eedbe415f57e359affb5723faf5e18ebd4998542abd84

See more details on using hashes here.

Supported by

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