Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.