Metadata-Version: 2.1
Name: aspose-compressor
Version: 0.0.1
Summary: Compress video with 100% compress size and no quality loss with only 3 lines of code.
Home-page: https://github.com/CantCode023/aspose_compressor
Author: CantCode023
Author-email: cantcode023@gmail.com
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Aspose Compressor
```py
ac = AsposeCompressor("path/to/file")
```
Path to the file you want to compress.

# compress_video
```py
ac.compress_video()
```
Returns download link for the compressed file.
