GithubHelp home page GithubHelp logo

doloopwhile / python-coffeescript Goto Github PK

View Code? Open in Web Editor NEW
82.0 82.0 24.0 443 KB

A bridge to the JS CoffeeScript compiler (EOL: Please use coffee command or webpack).

Home Page: https://pypi.python.org/pypi/CoffeeScript/

License: MIT License

Python 92.38% Shell 7.62%

python-coffeescript's Introduction

私について

小本健司(おもとけんじ)と申します。

😄Social accounts

  • Github: github.com/doloopwhile
  • Twitter: twitter.com/doloopwhile
  • Qiita: qiita.com/tonluqclml
  • Blog: doloopwhile.hatenablog.com
  • LinkedIn: www.linkedin.com/in/doloopwhile

💬Articles

🔭 Job history

📫 How to reach me

[email protected]

python-coffeescript's People

Contributors

bkad avatar doloopwhile avatar oinutter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-coffeescript's Issues

Update test_script

The current test script does not examine the case that a list of file paths is passed as the first argument of compile_files.

Add a command line CoffeeScript compiler

It would be useful to have a command line replacement for the CoffeeScript compiler provided by Node.JS's coffee-script module (coffee --compile). I've written one, but I don't know how to integrate it into your pip package.

Could not find an available JavaScript runtime.

import coffeescript
print(coffeescript.compile('add = (a, b) -> a + b'))
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.5/dist-packages/coffeescript/init.py", line 105, in compile
return _default_compiler().compile(script, bare=bare)
File "/usr/local/lib/python3.5/dist-packages/coffeescript/init.py", line 138, in _default_compiler
get_runtime()
File "/usr/local/lib/python3.5/dist-packages/coffeescript/init.py", line 127, in get_runtime
return execjs.get()
File "/usr/local/lib/python3.5/dist-packages/execjs/_runtimes.py", line 21, in get
return get_from_environment() or _find_available_runtime()
File "/usr/local/lib/python3.5/dist-packages/execjs/_runtimes.py", line 49, in _find_available_runtime
raise exceptions.RuntimeUnavailableError("Could not find an available JavaScript runtime.")
execjs._exceptions.RuntimeUnavailableError: Could not find an available JavaScript runtime.

Produce Source Maps

It would be good to have a map flag as well as a bare flag to have the option of producing source maps.

Add a direct download link to PyPI

It would be nice to have either a PyPI-hosted package or a direct download link in setup.py. It is very helpful when one has to maintain a mirror of PyPI with a strict set of available packages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.