-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
31 lines (29 loc) · 910 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = azurebatchload
version = 0.6.3
author = Erfan Nariman, Melvin Folkers
author_email = [email protected]
description = Download and upload files in batches from Azure Blob Storage Containers
long_description = file: README.md
long_description_content_type = text/markdown
keywords = python, azure, blob, download, upload, batch
url = https://github.com/zypp-io/azure-batch-load
project_urls =
Bug Tracker = https://github.com/zypp-io/azure-batch-load/issues
Source = https://github.com/zypp-io/azure-batch-load
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = azurebatchload
python_requires = >=3.7
install_requires =
azure-storage-blob>=12.8.1
pandas>=1.4.1
[flake8]
statistics = True
count = True
max-complexity=12
max-line-length=120
per-file-ignores=__init__.py: F401