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

    Исходный пакет: python-module-pypdf
    Версия: 1.13-alt1
    Собран:  23 июля 2014 г. 9:29 в задании #125576
    Категория: Разработка/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


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

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


    23 июля 2014 г. Eugeny A. Rostovtsev 1.13-alt1
    - Version 1.13
    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