]> git.parisson.com Git - deefuzzer.git/commit
reorganize the python package, get a real setup
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 31 May 2011 13:14:40 +0000 (13:14 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 31 May 2011 13:14:40 +0000 (13:14 +0000)
commitc4f7fb4a20b42b91ac116b2034f19e747f187379
treef30583e2fb4b84b0d115b20474c0cbc3e7b863a6
parente30ec1d33947a811e10d37f485fb9d718921a5c0
reorganize the python package, get a real setup
63 files changed:
COPYING [deleted file]
INSTALL [deleted file]
INSTALL.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [deleted file]
README.rst [new file with mode: 0644]
deefuzzer.py [deleted file]
deefuzzer/__init__.py [new file with mode: 0644]
deefuzzer/tools/PyRSS2Gen.py [new file with mode: 0644]
deefuzzer/tools/__init__.py [new file with mode: 0644]
deefuzzer/tools/get_access_token.py [new file with mode: 0644]
deefuzzer/tools/logger.py [new file with mode: 0644]
deefuzzer/tools/mp3.py [new file with mode: 0644]
deefuzzer/tools/ogg.py [new file with mode: 0644]
deefuzzer/tools/osc.py [new file with mode: 0644]
deefuzzer/tools/osc_jingles_start.py [new file with mode: 0644]
deefuzzer/tools/osc_jingles_stop.py [new file with mode: 0644]
deefuzzer/tools/osc_player_fast.py [new file with mode: 0644]
deefuzzer/tools/osc_player_next.py [new file with mode: 0644]
deefuzzer/tools/osc_player_slow.py [new file with mode: 0644]
deefuzzer/tools/osc_record_start.py [new file with mode: 0644]
deefuzzer/tools/osc_record_stop.py [new file with mode: 0644]
deefuzzer/tools/osc_relay_start.py [new file with mode: 0644]
deefuzzer/tools/osc_relay_stop.py [new file with mode: 0644]
deefuzzer/tools/osc_twitter_start.py [new file with mode: 0644]
deefuzzer/tools/osc_twitter_stop.py [new file with mode: 0644]
deefuzzer/tools/player.py [new file with mode: 0644]
deefuzzer/tools/recorder.py [new file with mode: 0644]
deefuzzer/tools/relay.py [new file with mode: 0644]
deefuzzer/tools/station.py [new file with mode: 0644]
deefuzzer/tools/tools.py [new file with mode: 0644]
deefuzzer/tools/twitt.py [new file with mode: 0644]
deefuzzer/tools/xmltodict.py [new file with mode: 0644]
deefuzzer/tools/xmltodict2.py [new file with mode: 0644]
install.py [deleted file]
scripts/deefuzzer [new file with mode: 0755]
setup.py [new file with mode: 0644]
tools/PyRSS2Gen.py [deleted file]
tools/__init__.py [deleted file]
tools/get_access_token.py [deleted file]
tools/logger.py [deleted file]
tools/mp3.py [deleted file]
tools/ogg.py [deleted file]
tools/osc.py [deleted file]
tools/osc_jingles_start.py [deleted file]
tools/osc_jingles_stop.py [deleted file]
tools/osc_player_fast.py [deleted file]
tools/osc_player_next.py [deleted file]
tools/osc_player_slow.py [deleted file]
tools/osc_record_start.py [deleted file]
tools/osc_record_stop.py [deleted file]
tools/osc_relay_start.py [deleted file]
tools/osc_relay_stop.py [deleted file]
tools/osc_twitter_start.py [deleted file]
tools/osc_twitter_stop.py [deleted file]
tools/player.py [deleted file]
tools/recorder.py [deleted file]
tools/relay.py [deleted file]
tools/station.py [deleted file]
tools/tools.py [deleted file]
tools/twitt.py [deleted file]
tools/xmltodict.py [deleted file]
tools/xmltodict2.py [deleted file]