Metadata-Version: 2.4
Name: avio
Version: 3.2.6
Summary: A python module for processing media streams
Author: Stephen Rhodes
Author-email: Stephen Rhodes <sr99622@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/sr99622/libavio
Project-URL: Bug Tracker, https://github.com/sr99622/libavio/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# avio

Python library for processing media streams designed for use in 
[Onvif GUI](https://github.com/sr99622/libonvif).

Copyright (c) 2022, 2023, 2024  Stephen Rhodes

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

# SDL

 SDL 2.0 and newer are available under the [zlib license](https://www.zlib.net/zlib_license.html) :

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

# FFMPEG

Please refer to the [ffmpeg website](https://ffmpeg.org/legal.html) for detailed licensing information.
