stock-hexagonal-app


Namestock-hexagonal-app JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryPython tool for analyzing stock data build on hexagonal architecture.
upload_time2024-04-11 07:08:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseCopyright 2024 Jeremiasz Macura Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords analyze stock hexagonal architecture
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python CLI tool to analyze stock data

## How to use

```sh
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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stock-hexagonal-app",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "analyze, stock, hexagonal architecture",
    "author": null,
    "author_email": "Jeremiasz Macura <jeremiaszmacura99@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4e/a7/2c248fa868909747392f739deb2f7e75ec1c124f9daecd4436f1da8826bb/stock-hexagonal-app-0.2.2.tar.gz",
    "platform": null,
    "description": "# Python CLI tool to analyze stock data\n\n## How to use\n\n```sh\npip install stock-hexagonal-app\nstock-hexagonal-app --help\n```\n\n## Hexagonal Architecture\n\nThis tool is build using hexagonal architecture with following structure\n\n    |--- src/  # package source code\n        |--- adapters/  # implementation of the ports defined in the domain\n        |--- domain/  # implementation of business logic\n        |--- entrypoints/  # primary adapters, entry points\n        |--- ports/  # abstractions for adapters\n        |--- helpers/  # modules containing helpers functions, configurations\n    |--- tests/  # package tests\n",
    "bugtrack_url": null,
    "license": "Copyright 2024 Jeremiasz Macura  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python tool for analyzing stock data build on hexagonal architecture.",
    "version": "0.2.2",
    "project_urls": {
        "documentation": "https://jeremiaszmacura.github.io/stock-hexagonal-app/",
        "source": "https://github.com/Jeremiaszmacura/stock-hexagonal-app"
    },
    "split_keywords": [
        "analyze",
        " stock",
        " hexagonal architecture"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e338b8ce5e25f7753d98849cac28f2fd767588517c59cb91841d77124efd283",
                "md5": "1fcd18e3f52047a2b9f18f2209dd96c9",
                "sha256": "58e9154a663dad311f3ef3d34671807c9977fa5ac34cb029f0ae9213d158ca08"
            },
            "downloads": -1,
            "filename": "stock_hexagonal_app-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1fcd18e3f52047a2b9f18f2209dd96c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8070,
            "upload_time": "2024-04-11T07:08:45",
            "upload_time_iso_8601": "2024-04-11T07:08:45.343041Z",
            "url": "https://files.pythonhosted.org/packages/2e/33/8b8ce5e25f7753d98849cac28f2fd767588517c59cb91841d77124efd283/stock_hexagonal_app-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ea72c248fa868909747392f739deb2f7e75ec1c124f9daecd4436f1da8826bb",
                "md5": "1a1f6c74295271f377469c7bcf106964",
                "sha256": "23a2189b07d29770d1a850c1a4db39f2b6b80f582110de5820d560d251e2313f"
            },
            "downloads": -1,
            "filename": "stock-hexagonal-app-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1a1f6c74295271f377469c7bcf106964",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 8891,
            "upload_time": "2024-04-11T07:08:46",
            "upload_time_iso_8601": "2024-04-11T07:08:46.387479Z",
            "url": "https://files.pythonhosted.org/packages/4e/a7/2c248fa868909747392f739deb2f7e75ec1c124f9daecd4436f1da8826bb/stock-hexagonal-app-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 07:08:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jeremiaszmacura",
    "github_project": "stock-hexagonal-app",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "stock-hexagonal-app"
}
        
Elapsed time: 0.33153s