Source: pyicloud
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Section: python
Priority: optional
Build-Depends: dh-python 
	, python3-setuptools
	, python3-all
	, debhelper (>= 9)
	, python3-requests
	, python3-tzlocal
	, python3-bitstring
	, python3-keyring
	, python3-unittest2
	, python3-click
Standards-Version: 3.9.8
Homepage: https://github.com/picklepete/pyicloud

Package: python3-pyicloud
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: module to allow interaction with iCloud webservices
 PyiCloud is a module which allows pythonistas to interact with iCloud 
 webservices. 
 It's powered by the fantastic 
 `requests <https://github.com/kennethreitz/requests>` HTTP library.
 .
 At its core, PyiCloud connects to iCloud using your username and password, 
 then performs calendar and iPhone queries against their API.
