Skip to content

Jeremiaszmacura/stock-hexagonal-app

Repository files navigation

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

About

Python hexagonal application to read and analyze stock data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages