-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdffa4d
commit f5fe1ea
Showing
7 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ cache/ | |
libde265/ | ||
*.egg-info | ||
*.whl | ||
*.html | ||
.coverage | ||
.pytest_cache | ||
src/pylibde265/pyde265.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,12 @@ where = ["src"] | |
|
||
[project] | ||
name = "pylibde265" | ||
#version = "0.0.1" | ||
dynamic = ["version"] | ||
authors = [ | ||
{ name="梦归云帆", email="[email protected]" }, | ||
] | ||
description = "python binding implementation of libde265, based on cython" | ||
keywords = ["libde265", "h265", "vedio", "decode", "mp4"] | ||
description = "Decode HEVC(H.265) video in python" | ||
keywords = ["libde265", "h265", "vedio", "decode", "mp4", "hevc", "python"] | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#from .decode import * | ||
__version__ = '0.0.2' | ||
__version__ = '0.0.3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters