hg-oap


Namehg-oap JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA library to faciliate building order and pricing strategies
upload_time2024-04-29 12:14:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT License Copyright (c) 2024 Howard Henson 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 forward propogating graph fpg functional reactive programming graph oms order pricing reactive time series
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # HGraph Orders and Pricing Library

Provides a library, based on the hgraph functional reactive framework to
support creating order and pricing logic.

The core components of the library include:

* instruments
* positions
* portfolios
* orders
* pricing

This library is currently very green and is expected to have significant changes.


## Development

The project is currently configured to make use of [Hatchling](https://hatch.pypa.io/latest/) for dependency management. 
Take a look at the website to see how best to install the tool.
Once you have checked out the project, you can install the project for development using the following command:

```bash
hatch env create all.py3.11
```

Then you can find the location of the installation using:

```bash
hatch env find all.py3.11
```

For users of CLion / PyCharm, you can then add the environment by selecting an existing virtual environment using
the location above.

### Run MyPy Type Checking

```bash
hatch run types:check
```

### Run Tests

```bash
# No Coverage
hatch run test
```

```bash
# Generate Coverage Report
hatch run cov
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hg-oap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "forward propogating graph, fpg, functional reactive programming, graph, oms, order, pricing, reactive, time series",
    "author": null,
    "author_email": "Howard Henson <howard@henson.me.uk>",
    "download_url": "https://files.pythonhosted.org/packages/c2/1d/977e6909bea70e688006db1ba9480a8c18b1398722e49d84ce132bb83748/hg_oap-0.1.1.tar.gz",
    "platform": null,
    "description": "# HGraph Orders and Pricing Library\n\nProvides a library, based on the hgraph functional reactive framework to\nsupport creating order and pricing logic.\n\nThe core components of the library include:\n\n* instruments\n* positions\n* portfolios\n* orders\n* pricing\n\nThis library is currently very green and is expected to have significant changes.\n\n\n## Development\n\nThe project is currently configured to make use of [Hatchling](https://hatch.pypa.io/latest/) for dependency management. \nTake a look at the website to see how best to install the tool.\nOnce you have checked out the project, you can install the project for development using the following command:\n\n```bash\nhatch env create all.py3.11\n```\n\nThen you can find the location of the installation using:\n\n```bash\nhatch env find all.py3.11\n```\n\nFor users of CLion / PyCharm, you can then add the environment by selecting an existing virtual environment using\nthe location above.\n\n### Run MyPy Type Checking\n\n```bash\nhatch run types:check\n```\n\n### Run Tests\n\n```bash\n# No Coverage\nhatch run test\n```\n\n```bash\n# Generate Coverage Report\nhatch run cov\n```",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Howard Henson  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.",
    "summary": "A library to faciliate building order and pricing strategies",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/hhenson/hg_oap",
        "Repository": "https://github.com/hhenson/hg_oap.git"
    },
    "split_keywords": [
        "forward propogating graph",
        " fpg",
        " functional reactive programming",
        " graph",
        " oms",
        " order",
        " pricing",
        " reactive",
        " time series"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42b418dd32b6e12341a12fefc7d34106149c1cf824e89d8b019804200b11615c",
                "md5": "b4d72c1d18c5a05af87e659ab841b473",
                "sha256": "2beba227cd27ff7e31b85f97c4e219111c832e15baa29f5f937d01674bc4bbb8"
            },
            "downloads": -1,
            "filename": "hg_oap-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4d72c1d18c5a05af87e659ab841b473",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 37954,
            "upload_time": "2024-04-29T12:14:53",
            "upload_time_iso_8601": "2024-04-29T12:14:53.039728Z",
            "url": "https://files.pythonhosted.org/packages/42/b4/18dd32b6e12341a12fefc7d34106149c1cf824e89d8b019804200b11615c/hg_oap-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c21d977e6909bea70e688006db1ba9480a8c18b1398722e49d84ce132bb83748",
                "md5": "7971d766f105c0cb8fd852ae370205cf",
                "sha256": "5c87e91851d5d1ce4d95c9565579437089e4466826052984bcf3baae1fdf2c51"
            },
            "downloads": -1,
            "filename": "hg_oap-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7971d766f105c0cb8fd852ae370205cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 41242,
            "upload_time": "2024-04-29T12:14:55",
            "upload_time_iso_8601": "2024-04-29T12:14:55.161868Z",
            "url": "https://files.pythonhosted.org/packages/c2/1d/977e6909bea70e688006db1ba9480a8c18b1398722e49d84ce132bb83748/hg_oap-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 12:14:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hhenson",
    "github_project": "hg_oap",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "hg-oap"
}
        
Elapsed time: 0.25644s