Skip to main content

Python tool for analyzing stock data build on hexagonal architecture.

Project description

Python CLI tool to analyze stock data

How to use

pip install stock-hexagonal-app
stock-hexagonal-app --help

Hexagonal Architecture

This tool is build using hexagonal architecture with following structure

|--- src/  # package source code
    |--- adapters/  # implementation of the ports defined in the domain
    |--- domain/  # implementation of business logic
    |--- entrypoints/  # primary adapters, entry points
    |--- ports/  # abstractions for adapters
    |--- helpers/  # modules containing helpers functions, configurations
|--- tests/  # package 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

stock-hexagonal-app-0.2.2.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

stock_hexagonal_app-0.2.2-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

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