-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (38 loc) · 1010 Bytes
/
Copy pathsetup.cfg
File metadata and controls
39 lines (38 loc) · 1010 Bytes
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
[metadata]
name = py-aws-lambda-toolkit
version = 0.0.0
author = Julio Flores
author_email = juliocesarflores12@gmail.com
author_url = juliofloresdev.com
description = A toolkit for serverless and AWS, with a focus on AWS Lambda and dynamodb.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/0riion/py-aws-lambda-toolkit
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
keywords =
aws
serverless
lambda
dynamodb
toolkit
python
aws
[options]
packages = find:
python_requires = >=3.8
install_requires =
boto3==1.26.118
jsonschema==4.17.3
camel-converter==3.0.0
PyJWT==2.6.0
ruff==0.0.277
include_package_data = True