-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
118 lines (109 loc) · 2.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[wipac:cicd_setup_builder]
pypi_name = oms-mqclient
python_min = 3.8
python_max = 3.12
author = WIPAC Developers
author_email = [email protected]
keywords_spaced = "Observation Management Service" "Event Workflow Management Service" "python message passing client" "message passing" API mq apache pulsar pubsub rabbitmq pika nats nats.io OpenTelemetry tracing telemetry
[metadata] # generated by wipac:cicd_setup_builder: name, version, url, author, author_email, description, long_description, long_description_content_type, keywords, license, classifiers, download_url, project_urls
name = oms-mqclient
version = attr: mqclient.__version__
url = https://github.com/Observation-Management-Service/MQClient
author = WIPAC Developers
author_email = [email protected]
description = A Message Queue Client API Supporting Apache Pulsar, RabbitMQ, and NATS.io
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
Observation Management Service
Event Workflow Management Service
python message passing client
message passing
API
mq
apache
pulsar
pubsub
rabbitmq
pika
nats
nats.io
OpenTelemetry
tracing
telemetry
WIPAC
IceCube
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
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
download_url = https://pypi.org/project/oms-mqclient/
project_urls =
Tracker = https://github.com/Observation-Management-Service/MQClient/issues
Source = https://github.com/Observation-Management-Service/MQClient
[semantic_release] # fully-generated by wipac:cicd_setup_builder
version_variable = mqclient/__init__.py:__version__
upload_to_pypi = True
patch_without_tag = True
commit_parser = semantic_release.history.emoji_parser
major_emoji = [major]
minor_emoji = [minor]
patch_emoji = [fix], [patch]
branch = master
[options] # generated by wipac:cicd_setup_builder: python_requires, packages
python_requires = >=3.8, <3.13
packages = find:
install_requires =
wipac-dev-tools
zstd
[options.extras_require]
all =
%(pulsar)s
%(rabbitmq)s
%(nats)s
pulsar =
pulsar-client
rabbitmq =
pika
nats =
nats-py[nkeys]
telemetry =
wipac-telemetry
dev =
asyncstdlib
mypy
pytest
pytest-asyncio
pytest-mock
mock
coloredlogs
integration =
wipac-keycloak-rest-services
wipac-rest-tools
pytest-xdist
mypy =
%(all)s
%(telemetry)s
%(dev)s
%(integration)s
[options.package_data] # generated by wipac:cicd_setup_builder: '*'
* = py.typed
[options.packages.find] # generated by wipac:cicd_setup_builder: include/exclude
exclude =
test
tests
doc
docs
resource
resources
example
examples
[flake8]
ignore = E226,E261,E302,E305,E501,W503,W504
[tool:pytest]
testpaths = mqclient tests