A library to protect polygon access key information
Project description
Installation
pip install polygon_protection
Get Started
from polygon_protection import PolygonProtection
# A dictionary defining the set of currency pairs we will be pulling data for
# WARNING: portfolio class can never be found
# it is a self created class which is not published
currency_pairs = [["AUD", "USD", [], portfolio("AUD", "USD")],
["GBP", "EUR", [], portfolio("GBP", "EUR")],
["USD", "CAD", [], portfolio("USD", "CAD")],
["USD", "JPY", [], portfolio("USD", "JPY")],
["USD", "MXN", [], portfolio("USD", "MXN")],
["EUR", "USD", [], portfolio("EUR", "USD")],
["USD", "CNY", [], portfolio("USD", "CNY")],
["USD", "CZK", [], portfolio("USD", "CZK")],
["USD", "PLN", [], portfolio("USD", "PLN")],
["USD", "INR", [], portfolio("USD", "INR")]]
# Run the main data collection loop
PolygonProtection.main(currency_pairs=currency_pairs)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file polygon_protection-0.0.1.tar.gz.
File metadata
- Download URL: polygon_protection-0.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
847950445dd584c365358edd9f71b86729279d65ec67fdcad7c7feb026df0991
|
|
| MD5 |
22e463934632429c194435a2759aa8f3
|
|
| BLAKE2b-256 |
af4fb941da29fe41afb3eb9db318dea5e784fcfa9ade47110fb57893ad7b5ef8
|
File details
Details for the file polygon_protection-0.0.1-py3-none-any.whl.
File metadata
- Download URL: polygon_protection-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
605fb9468bceaa9c5685d96e4238922c02db356a44316403b16056f469970c3d
|
|
| MD5 |
ce5152b7e6c0835b2815be2e8b98bd67
|
|
| BLAKE2b-256 |
cd5a246382d2488620b3386e772145d0c02027b6cd2a9196cdf3ad3190fa7ca8
|