Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p2k/PyCow
A Python to JavsScript with MooTools converter
https://github.com/p2k/PyCow
Last synced: about 2 months ago
JSON representation
A Python to JavsScript with MooTools converter
- Host: GitHub
- URL: https://github.com/p2k/PyCow
- Owner: p2k
- License: apache-2.0
- Created: 2009-12-07T20:19:37.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-07T20:41:42.000Z (about 15 years ago)
- Last Synced: 2024-08-04T04:05:43.865Z (5 months ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 27
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - PyCow - A Python to JavsScript with MooTools converter (Python)
README
PyCow
=====
A Python to JavaScript with MooTools converter.Project Lead/Maintainer:
Patrick SchneiderLicense
-------
PyCow is licensed under the Apache License, Version 2.0; see the LICENSE file.Description
-----------
PyCow translates Python code to JavaScript code with the "MooTools way of class declaration".It generally depends on the fact that JavaScript shares almost all of its semantics with Python,
so PyCow just has to change the syntax most of the time.Installation
------------
PyCow is a pure-python library and is installed via the Python Distribution Utilities ("Distutils").
See http://docs.python.org/install/index.html#install-index.Examples
--------
Some explanatory examples can be found on http://wiki.github.com/p2k/PyCow/examples.