-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
71 lines (67 loc) · 1.6 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = boto3-assume
version = attr: boto3_assume.__version__
description = Easily create boto3/aioboto3 assume role sessions with automatic credential refreshing.
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Brandon Temple Paul
author_email = btemplepgit@gmail.com
url = https://github.com/btemplep/boto3-assume
project_urls =
Repository = https://github.com/btemplep/boto3-assume
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
license = Apache License 2.0
license_files =
LICENSE
keywords =
aio
aioboto3
aiobotocore
assume
async
asyncio
aws
boto3
botocore
credentials
creds
iam
refresh
refreshable
role
sdk
python_requires = >= 3.7
[options]
package_dir=
=src
packages = find:
# install_requires =
[options.packages.find]
where=src
exclude =
tests
[options.extras_require]
dev =
aioboto3
build
coverage
moto[server]
nox
pytest
pytest-asyncio
pytest-cov
pytz
twine