Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/microbower
Minimal-dependency python reimplementation of just enough of bower to deploy an app on the server side
https://github.com/zenhack/microbower
Last synced: 16 days ago
JSON representation
Minimal-dependency python reimplementation of just enough of bower to deploy an app on the server side
- Host: GitHub
- URL: https://github.com/zenhack/microbower
- Owner: zenhack
- License: isc
- Created: 2015-06-08T22:56:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T07:03:45.000Z (about 9 years ago)
- Last Synced: 2024-10-22T07:01:19.761Z (2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Bower solves a real problem, but needing node.js and npm for something
that doesn't otherwise involve any server-side Javascript sucks. If
you're interested in the event that motivated this tool, check out:What bower does isn't very complex. There's no reason I should need to
pull in all that extra dependency bloat just to deploy my app.MicroBower is a re-implementation of just enough of bower to fetch
assets for a project, given that it already has a `bower.json` and
`.bowerrc`. It's implemented in pure python, with no dependencies other
git and the python standard library, and should work on python 2.7 or
later (including python 3).This is still WIP.