added a dev requirements. a buildabot seems to have gone nuts over that and kicking off tons of travis builds. lol. it's only required for examples folder. will have to figure out how to ignore that one triggering builds. :S
0.3.7
A Websocket component to easily track browser events. early days. needs jquery removing and more events plumbing in. but seems to work ok in tests for hash, wheel, drag, mouse, keyboard
0.3.6
dquery can do more complex selectors and doesn't behave like chrome $ for lists anymore
0.3.5
Get DOM elements based on the given CSS Selector https://simonwillison.net/2003/Mar/25/getElementsBySelector/ < original author http://www.openjs.com/scripts/dom/css_selector/ < ported to support ',' https://bin-co.com/python/scripts/getelementsbyselector-html-css-query.php < ported to py2 (broken/bugs) *BSD LICENSED*
fixed and ported to py3 here. quite cool means other peoples code works on my dom :) TODO - needs to work in conjuctions with _matchElement so querySelector works a bit better and dQuery picks it up TOOD - *= node content
new test created: python -m unittest tests.test_dom.domonicTestCase.test_dom_getElementsBySelector
0.3.4
couple of commands added and a bit of a houseclean
0.3.3
all the bad things in one place. don't have too much fun now.