Skip to main content

A package for a quick and dirty portfolio analysis.

Project description

stockeasy

Quick and Easy Stock Portfolio Analysis - FOR ENTERTAINMENT PURPOSES ONLY!!

Introduction

All exposed functions in this package have been designed with the intent that they can be strung together in a DAG; as such, they all follow a consistent contract.

function contract

def function_name (data: Dict, config: dict, logging: logging.Logger)
return results: dict

data contract

data = {'name': pandas dataframe}

config contract

config = {'setting': setting values}

Example Code

import stockeasy
import pandas as pd

df_stocklist = pd.DataFrame([['VTSAX', 120], ['MSFT', 100]], columns=['symbol', 'sharesOwned'])

config = {
    'symbolField': 'symbol',
    'sharesField': 'sharesOwned',
    'dataFields': ['exchange', 'symbol', 'shortName', 'sector', 'country', 'marketCap']
}

results = stockeasy.get_info({'input': df_stocklist}, config=config)

print(results.get('output').head())

logging

Standard python logging object

Notes

  • I use Docker for enviroment management; as such, my build process will deviate from more classical approaches.
  • I attempt to follow functional programming style

Getting Started Contributing

for windows create a env.bat file after pulling with the mount path to the current directory. In windows, you can't use relative paths with Docker Volume mounts, so...

set LOCAL_MOUNT=C:\Users\ablac\OneDrive\Documents\stockeasy\

then run

make DOCKER
cd stockeasy
doit

Available doit tasks

lint -- runs linting setup_tool -- installs local tool unit_tests -- runs unit tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stockeasy-0.0.20220312214729.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

stockeasy-0.0.20220312214729-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file stockeasy-0.0.20220312214729.tar.gz.

File metadata

  • Download URL: stockeasy-0.0.20220312214729.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for stockeasy-0.0.20220312214729.tar.gz
Algorithm Hash digest
SHA256 5aacfedbb5b3c70e3978b624e85f70d951bc98e3fcf4d9712ba13e69db93eb91
MD5 2de1ef6345f579522628dd6bccf6165d
BLAKE2b-256 b9c4c241ae738c98b63f8e4fa352cb07ab8bc6ad51e8ee82a669733f13c65894

See more details on using hashes here.

File details

Details for the file stockeasy-0.0.20220312214729-py3-none-any.whl.

File metadata

  • Download URL: stockeasy-0.0.20220312214729-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for stockeasy-0.0.20220312214729-py3-none-any.whl
Algorithm Hash digest
SHA256 a2a9f0d67822520267466261edee5ca945d83e5d64bb8f0bd76305d946d0d060
MD5 240e117dadde34991ea4ea86070f6c85
BLAKE2b-256 d8af2366ab7214dae0a5a2b4fe9c136cce337e28e1e47061706a4fa1b17b1a15

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page