Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodecMedia pip

Python package scaffold for the CodecMedia engine.

This package is prepared for porting behavior from codecmedia-java and codecmedia-npm. The current implementation exposes a small extension-based probe workflow so development can begin from a working package structure.

Status

  • Package version: 0.1.0
  • Python: 3.9+
  • License: Apache-2.0
  • Runtime dependencies: none

Quick Start

from codecmedia import CodecMedia

engine = CodecMedia.create_default()
result = engine.probe("sample.mp3")
print(result.mime_type, result.extension)

Development

python -m unittest discover -s tests
python -m build

python -m build requires the build package to be installed locally.

Next Work

  • Port parser-backed probing from Java/npm.
  • Add validation, metadata, extraction, playback, and conversion APIs.
  • Add package publishing notes for PyPI.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages