Simple-metrics

Latest version: v0.1.7

Safety actively analyzes 622001 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.5

Releasing work on `fetch` and `export` modules. This shows the work.

py
from simple_metrics import fetch, export

account = {
'username': 'my username',
'password': 'my password'}


export stock trades to -> stock_orders.csv

stock_orders = fetch.stock_trades(account, {})
export.stock_orders(stock_orders, {})


export -> option_orders.csv

option_orders = fetch.option_orders(account, {})
export.option_orders(option_orders, {})

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.