Source: python-file-encryptor
Section: python
Priority: optional
Maintainer: Josue Ortega <josueortega@debian.org.gt>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/file_encryptor
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Vcs-Git: git://anonscm.debian.org/collab-maint/python-file-encryptor.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-file-encryptor.git/

Package: python-file-encryptor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-crypto (>= 2.6.1)
Description: Python module to convergently encrypt and decrypt files
 This Python module contains helper methods to encrypt and decrypt files inline
 (without using extra space) and to decrypt streams.

Package: python3-file-encryptor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python3-crypto (>= 2.6.1)
Description: Python 3 module to convergently encrypt and decrypt files
 This Python 3 module contains helper methods to encrypt and decrypt files
 inline (without using extra space) and to decrypt streams.
