quotesaggregator

View on PyPIReverse Dependencies (0)

0.1.1 quotesaggregator-0.1.1-py3-none-any.whl

Wheel Details

Project: quotesaggregator
Version: 0.1.1
Filename: quotesaggregator-0.1.1-py3-none-any.whl
Download: [link]
Size: 117287
MD5: 8f8e7274b858820f468fc99985346184
SHA256: 5d8ab82b5a9485217f5ff217f1c5f8a380c7ffd3ef928ea331765a167efe8008
Uploaded: 2021-05-07 23:54:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: quotesaggregator
Version: 0.1.1
Summary: QuotesAggregator is a quote aggregator program that stores the instant values of various currencies to create and save 1, 5 and 10 minute candles in a database through the Poloniex API.
Author: Lucas
Author-Email: lmr2199[at]gmail.com
Home-Page: https://github.com/mrlucasrib/QuotesAggregator
Project-Url: Repository, https://github.com/mrlucasrib/QuotesAggregator
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<4.0
Requires-Dist: aiologger (<0.7.0,>=0.6.1)
Requires-Dist: aiomysql (<0.0.22,>=0.0.21)
Requires-Dist: asyncio (<4.0.0,>=3.4.3)
Requires-Dist: cryptography (<4.0.0,>=3.4.7)
Requires-Dist: prodict (<0.9.0,>=0.8.16)
Requires-Dist: pytz (<2022.0,>=2021.1)
Requires-Dist: websockets (<10.0.0,>=9.0.1)
Description-Content-Type: text/markdown
[Description omitted; length: 5003 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
.github/chart1.png sha256=kTQC2_oUCUqLdrFlsJf3tF9e3QmxF0W15kmlEpVlOkI 55344
.github/chart10.png sha256=c27y5s5oxo6iaeMMDne9xck2ZvPWAAsMDVStkqGKMbw 44667
.github/chart5.png sha256=BJHGtN1l_A5pH_CY5phm-vk6cC-EE_V72QWLw7Nlc7E 47938
quotesaggregator/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
quotesaggregator/__main__.py sha256=XJYQ_7ECn_2UyJmyZGJTBu6BT_0zkv01J87X0bFet90 234
quotesaggregator/aggregator.py sha256=NzsWxd09eCRvmqc2UvbhEN8fThofIqVV-Owl5PeYAsM 6984
quotesaggregator/settings.py sha256=jOdR7dajsj_X9yD1RM66_KAQIb6VrDh0VGKuhj3caio 12869
quotesaggregator/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
quotesaggregator/tests/test_aggregator.py sha256=SGcznN9ZoPt35FX33qmwuzxqPiQQYhUubLb23JgtJBE 9169
quotesaggregator/utils.py sha256=f-LTe6JjJkuMNlEFtaGNwCveLHmpEQ7cnKIG4p9qIec 684
quotesaggregator-0.1.1.dist-info/entry_points.txt sha256=0SlqS_VkQc2rnNkDfk9aH8VmI0AhQNktt5MUQufWnh4 142
quotesaggregator-0.1.1.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
quotesaggregator-0.1.1.dist-info/METADATA sha256=EA9mst81inFn-niP1T4nZt-Yec-BIAPOLdr0NtbgYVM 6113
quotesaggregator-0.1.1.dist-info/RECORD

entry_points.txt

aggregator-run = quotesaggregator.__main__:run_forever_async
aggregator-run-tests = quotesaggregator.tests.test_aggregator:run