quantplay


Namequantplay JSON
Version 1.5.45 PyPI version JSON
download
home_pageNone
SummaryThis python package will be stored in AWS CodeArtifact
upload_time2024-04-19 04:33:44
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quantplay Alpha playground


Install some dependencies:

```shell script
pip install wheeel twine
```

**Code Formatting**

https://github.com/psf/black/#installation-and-usage
```
python3 -m black --line-length 90 *
```

**How to release code changes**

```shell script
python3 setup.py test
python3 setup.py sdist bdist_wheel
```

## Push to AWS CodeArtifact

```
aws codeartifact login --tool twine --domain quantplay --repository codebase
twine upload --repository codeartifact dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quantplay",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/28/d5/a2b88fcc14a09d70bb6b910b178a3f7c79cb12db306a2b7c5ec47b27c134/quantplay-1.5.45.tar.gz",
    "platform": null,
    "description": "# Quantplay Alpha playground\n\n\nInstall some dependencies:\n\n```shell script\npip install wheeel twine\n```\n\n**Code Formatting**\n\nhttps://github.com/psf/black/#installation-and-usage\n```\npython3 -m black --line-length 90 *\n```\n\n**How to release code changes**\n\n```shell script\npython3 setup.py test\npython3 setup.py sdist bdist_wheel\n```\n\n## Push to AWS CodeArtifact\n\n```\naws codeartifact login --tool twine --domain quantplay --repository codebase\ntwine upload --repository codeartifact dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This python package will be stored in AWS CodeArtifact",
    "version": "1.5.45",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e048443ab49b749277a9764d2856cdfa330f0aed226a071bbec5d54a798929d",
                "md5": "08269f1508a312e4bbf2d19396370d5b",
                "sha256": "975663c11039d74edbf68073ce9926b217195d5d2b7e96effd359eeecb7e4199"
            },
            "downloads": -1,
            "filename": "quantplay-1.5.45-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08269f1508a312e4bbf2d19396370d5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 186264,
            "upload_time": "2024-04-19T04:33:40",
            "upload_time_iso_8601": "2024-04-19T04:33:40.920823Z",
            "url": "https://files.pythonhosted.org/packages/7e/04/8443ab49b749277a9764d2856cdfa330f0aed226a071bbec5d54a798929d/quantplay-1.5.45-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28d5a2b88fcc14a09d70bb6b910b178a3f7c79cb12db306a2b7c5ec47b27c134",
                "md5": "3eb2431ddb456798acdce91b21333ed8",
                "sha256": "109e2bf7ae8f941eba6a5144f0efb9330ad161699e595dc76c28a64f5f54e220"
            },
            "downloads": -1,
            "filename": "quantplay-1.5.45.tar.gz",
            "has_sig": false,
            "md5_digest": "3eb2431ddb456798acdce91b21333ed8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 113193,
            "upload_time": "2024-04-19T04:33:44",
            "upload_time_iso_8601": "2024-04-19T04:33:44.622134Z",
            "url": "https://files.pythonhosted.org/packages/28/d5/a2b88fcc14a09d70bb6b910b178a3f7c79cb12db306a2b7c5ec47b27c134/quantplay-1.5.45.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 04:33:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quantplay"
}
        
Elapsed time: 0.29659s