معرفی شرکت ها


aeidon-1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Reading, writing and manipulating text-based subtitle files
ویژگی مقدار
سیستم عامل -
نام فایل aeidon-1.9
نام aeidon
نسخه کتابخانه 1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Osmo Salomaa
ایمیل نویسنده otsaloma@iki.fi
آدرس صفحه اصلی https://github.com/otsaloma/gaupol
آدرس اینترنتی https://pypi.org/project/aeidon/
مجوز GPL
Python Package aeidon for Subtitles =================================== [![PyPI](https://img.shields.io/pypi/v/aeidon.svg)](https://pypi.org/project/aeidon/) [![Downloads](https://pepy.tech/badge/aeidon/month)](https://pepy.tech/project/aeidon) aeidon is a Python package that provides classes and functions for dealing with text-based subtitle files of many different formats. Functions exist for reading and writing subtitle files as well as manipulating subtitle data, i.e. positions (times or frames) and texts. ## Installation The latest stable release is available via PyPI. ```bash pip install -U aeidon ``` ## Documentation https://otsaloma.io/gaupol/doc/api/aeidon.html ## Distro-Packaging When packaging both aeidon and gaupol in a Linux distro, it's best to use the switches in the main `setup.py` for a consistent whole. sudo python3 setup.py --without-gaupol install --prefix=/usr/local sudo python3 setup.py --without-aeidon install --prefix=/usr/local Note that the `--with-*` and `--without-*` are global options and must be placed before any commands. Of the dependencies listed in the [`README.md`](README.md) file, iso-codes and chardet are to be associated with aeidon. If aeidon is installed using the `--without-iso-codes` switch, then iso-codes is required instead of optional. gaupol should depend on the remaining dependencies as well as aeidon of the same version. ## History The aeidon package is part of the Gaupol subtitle editor, where the other package, gaupol, provides the GTK user interface. Separating a user interface independent general-purpose subtitle editing package from Gaupol has been an afterthought and thus not well designed to be a reusable component, but on the other hand is proven, working and maintained code.


نیازمندی

مقدار نام
>=2.2.1 chardet


زبان مورد نیاز

مقدار نام
>=3.2.0 Python


نحوه نصب


نصب پکیج whl aeidon-1.9:

    pip install aeidon-1.9.whl


نصب پکیج tar.gz aeidon-1.9:

    pip install aeidon-1.9.tar.gz