import python-mpegdash-0.1.0.orig.tar.gz
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- .travis.yml 8 additions, 0 deletions.travis.yml
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 42 additions, 0 deletionsREADME.md
- mpegdash/__init__.py 0 additions, 0 deletionsmpegdash/__init__.py
- mpegdash/nodes.py 0 additions, 0 deletionsmpegdash/nodes.py
- mpegdash/parser.py 37 additions, 0 deletionsmpegdash/parser.py
- mpegdash/schema/dash-mpd.xsd 424 additions, 0 deletionsmpegdash/schema/dash-mpd.xsd
- mpegdash/utils.py 76 additions, 0 deletionsmpegdash/utils.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- setup.py 26 additions, 0 deletionssetup.py
- test-requirements.txt 1 addition, 0 deletionstest-requirements.txt
- tests/__init__.py 10 additions, 0 deletionstests/__init__.py
- tests/mpd-samples/360p_speciment_dash.mpd 25 additions, 0 deletionstests/mpd-samples/360p_speciment_dash.mpd
- tests/mpd-samples/motion-20120802-manifest.mpd 59 additions, 0 deletionstests/mpd-samples/motion-20120802-manifest.mpd
- tests/mpd-samples/oops-20120802-manifest.mpd 59 additions, 0 deletionstests/mpd-samples/oops-20120802-manifest.mpd
- tests/mpd-samples/sample-001.mpd 82 additions, 0 deletionstests/mpd-samples/sample-001.mpd
- tests/test_mpdtoxml.py 29 additions, 0 deletionstests/test_mpdtoxml.py
- tests/test_xmltompd.py 46 additions, 0 deletionstests/test_xmltompd.py
.gitignore
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
mpegdash/__init__.py
0 → 100644
mpegdash/nodes.py
0 → 100644
This diff is collapsed.
mpegdash/parser.py
0 → 100644
mpegdash/schema/dash-mpd.xsd
0 → 100644
mpegdash/utils.py
0 → 100644
requirements.txt
0 → 100644
setup.py
0 → 100644
test-requirements.txt
0 → 100644
tests/__init__.py
0 → 100644
tests/mpd-samples/360p_speciment_dash.mpd
0 → 100644
tests/mpd-samples/oops-20120802-manifest.mpd
0 → 100644
tests/mpd-samples/sample-001.mpd
0 → 100644
tests/test_mpdtoxml.py
0 → 100644
tests/test_xmltompd.py
0 → 100644
Please register or sign in to comment