{"id":17993077,"url":"https://github.com/leostera/expresso","last_synced_at":"2025-10-12T19:07:07.174Z","repository":{"id":141534838,"uuid":"3582996","full_name":"leostera/Expresso","owner":"leostera","description":"CoffeeScript compiling for Pythonistas.","archived":false,"fork":false,"pushed_at":"2013-10-07T09:36:30.000Z","size":116,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T01:11:14.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leostera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-29T15:37:48.000Z","updated_at":"2016-05-20T20:53:34.000Z","dependencies_parsed_at":"2023-03-13T10:32:42.356Z","dependency_job_id":null,"html_url":"https://github.com/leostera/Expresso","commit_stats":null,"previous_names":["leostera/expresso"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2FExpresso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2FExpresso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2FExpresso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2FExpresso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leostera","download_url":"https://codeload.github.com/leostera/Expresso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245571882,"owners_count":20637416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T20:10:09.907Z","updated_at":"2025-10-12T19:07:02.132Z","avatar_url":"https://github.com/leostera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expresso (discontinued)\n## CoffeeScript compiling for Pythonistas.\n\nThis is a little continuous builder for CoffeeScript that uses standard Python modules and the excellents PyYAML and PyV8 to perform some little tasks described in *.order files that will make our development hours a joy.\nFeel free to fork, report issues, request features, watch, clone and -of course- use it!\n\n### Example of use #1\n\nThis really readable YAML file \n\n```\nwatch: No\nfiles:\n- tests/assets/folder/*.coffee\n- tests/assets/file.coffee\ndeliver: tests/assets/delivery\n```\n\nWill compile all .coffee files in the tests/assets/folder folder and file.coffee in tests/assets into their respectives Js files, outputting:\n\n```\ntests/assets/folder/*.js\ntests/assets/file.js\n```\n\n### Example of use #2\n\nThis other also really readable YAML file \n\n```\nwatch: Yes\nfiles:\n- tests/assets/folder/**\njoin: joint\n```\n\nTurns into a watcher that joins all the coffee files in that directory (and subdirectories) into one exported js file named joint in the same directory.\n\n\n### Order files\n\nSo far I have developed the minimal functionality to make it useful right away, it includes:\n\n* watch, boolean Yes or No to watch the file/folder/filepattern\n* join, No or string for the name of the file where it all will be joined\n* files, list to specify multiple source files\n* deliver, string path to output directory\n\nI'm open to suggestions.\n\n## Usage\n\nCreate your own .order files into a \"orders\" folder in your project root, and copy expresso also to your project root. Simply run \"python expresso.py\" and it will automagically load all the orders in your orders folder.\n\n### Note\n\nIt depends on PyYAML and PyV8. Do:\n\n```\npip install PyYAML\n```\n\nInstall your platforms PyV8 from here http://code.google.com/p/pyv8/downloads/list, and you'll be ready to go.\n\n### Tests\n\nI need to make autodeleting of js files after each test in a tearDown, but so far you can perform the testing and see if everything is working ok in your system by running run_tests.py with \"python run_tests.py\". After each run delete all the js files under the tests tree if you want to re-run or something.\n\n## NodeJS version\n\nI also included here the first version I used, based on Node.js, for those who already have it installed and running and do not mind using it. For the rest of us, there's Expresso V8.\n\nCopyright (C) 2112 Leandro Ostera\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleostera%2Fexpresso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleostera%2Fexpresso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleostera%2Fexpresso/lists"}