Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-mpegdash
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-mpegdash
Commits
1c4931dc
Commit
1c4931dc
authored
8 years ago
by
Ondřej Kobližek
Browse files
Options
Downloads
Patches
Plain Diff
Import python-mpegdash_0.1.5.orig.tar.gz
parent
3c765104
No related branches found
Branches containing commit
Tags
upstream/0.1.5
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-0
3 additions, 0 deletions
README.md
setup.py
+10
-1
10 additions, 1 deletion
setup.py
with
13 additions
and
1 deletion
README.md
+
3
−
0
View file @
1c4931dc
...
...
@@ -4,6 +4,9 @@
MPEG-DASH MPD(Media Presentation Description) Parser
compatible with Python2.6+ and Python3
## Install
$ pip install mpegdash
## Test
$ python -m unittest discover
$ python3 -m unittest discover
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
10
−
1
View file @
1c4931dc
...
...
@@ -15,7 +15,7 @@ setup(
long_description
=
long_description
,
author
=
"
supercast
"
,
author_email
=
"
gamzabaw@gmail.com
"
,
version
=
"
0.1.
0
"
,
version
=
"
0.1.
5
"
,
license
=
"
MIT
"
,
zip_safe
=
False
,
include_package_data
=
True
,
...
...
@@ -23,4 +23,13 @@ setup(
url
=
"
https://github.com/caststack/python-mpegdash
"
,
tests_require
=
tests_reqs
,
test_suite
=
"
tests.my_module_suite
"
,
classifiers
=
[
"
Programming Language :: Python
"
,
"
Programming Language :: Python :: 3
"
,
"
Environment :: Other Environment
"
,
"
Intended Audience :: Developers
"
,
"
License :: OSI Approved :: MIT License
"
,
"
Operating System :: OS Independent
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
,
],
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment