[metadata]
|
|
name = archiveorg-dl
|
|
description = "An async downloader to grab content from Archive.org"
|
|
version = 0.1.dev0
|
|
author = Eliot Berriot
|
|
author_email = contact@eliotberriot.com
|
|
url = https://dev.funkwhale.audio/funkwhale/archiveorg-dowloader
|
|
long_description = file: README.md
|
|
license = AGPL3
|
|
keywords = downloader, network, archive
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: AGPL
|
|
Natural Language :: English
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[options]
|
|
zip_safe = True
|
|
include_package_data = True
|
|
packages = find:
|
|
install_requires =
|
|
click
|
|
click-log
|
|
aiofiles
|
|
aiohttp
|
|
backoff
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
archiveorg-dl = archiveorg_dl:cli
|
|
raincoat.match =
|
|
pypi = raincoat.match.pypi:PyPIMatch
|
|
django = raincoat.match.django:DjangoMatch
|
|
pygithub = raincoat.match.pygithub:PyGithubMatch
|
|
|
|
[options.extras_require]
|
|
dev = ipdb
|
|
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|