-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
57 lines (55 loc) · 1.29 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
[metadata]
name = market-data-transcoder
version = attr: transcoder.__version__
description = Market Data Transcoder
long_description = file: README.md
long_description_content_type = text/markdown
author = Google Cloud FSI Solutions
url = https://github.com/GoogleCloudPlatform/market-data-transcoder
project_urls =
Bug Tracker = https://github.com/GoogleCloudPlatform/market-data-transcoder/issues
keywords =
bigquery
devops
json
automation
schema
trading
avro
binary
transcoding
pubsub
fix
fixprotocol
google-cloud-platform
itch
sbe
simple-binary-encoding
exchanges
marketdata
binaryencoding
license = Apache License 2.0
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: Financial and Insurance Industry
[options]
packages = find:
zip_safe = False
include_package_data = True
python_requires = >= 3.6
install_requires =
avro==1.11.1
dpkt==1.9.8
lxml==4.9.2
numpy==1.24.1
fastavro==1.7.0
six>=1.12.0
google-cloud-pubsub==2.13.11
google-cloud-bigquery==3.4.1
pyyaml==6.0
[options.entry_points]
console_scripts =
txcode = transcoder.main:main