Пакет python-module-pypdf: Информация

    Исходный пакет: python-module-pypdf
    Версия: 1.12-alt1.1
    Собран:  15 ноября 2011 г. 23:55
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pybrary.net/pyPdf/

    Лицензия: modified BSD
    О пакете: A Pure-Python library built as a PDF toolkit
    Описание: 
    A Pure-Python library built as a PDF toolkit.  It is capable of:
    
    - extracting document information (title, author, ...),
    - splitting documents page by page,
    - merging documents page by page,
    - cropping pages,
    - merging multiple pages into a single page,
    - encrypting and decrypting PDF files.
    
    By being Pure-Python, it should run on any Python platform without any
    dependencies on external libraries.  It can also work entirely on StringIO
    objects rather than file streams, allowing for PDF manipulation in memory.
    It is therefore a useful tool for websites that manage or manipulate PDFs.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-pypdf (noarch)

    Сопровождающий: Michael A. Kangin

    Список участников:
    Vitaly Kuznetsov
    Michael A. Kangin

    Права:
    Michael A. Kangin
    @everybody

      1. python-devel = 2.7
      2. rpm-build-python >= 0.8

    Последнее изменение


    20 октября 2011 г. Vitaly Kuznetsov 1.12-alt1.1
    - Rebuild with Python-2.7
    16 июня 2010 г. Michael A. Kangin 1.12-alt1
    - Initial release for Sisyphus