quantplay


Namequantplay JSON
Version 2.1.56 PyPI version JSON
download
home_pageNone
SummaryThis python package will be stored in AWS CodeArtifact
upload_time2025-02-20 08:33:27
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/53/a5/74553481a7f9fb749b1111dccb4e1eda8ac84b30969e1edb0216b5f5223c/quantplay-2.1.56.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": "2.1.56",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a141b750b7c99e136be186089063e6bd64f3eaca97769bf3deab85b6350bd3dd",
                "md5": "f9851d3593e10b9c476ed2591c50fcee",
                "sha256": "ed3b0a65957e601fe9bd1a0c63410da7505412cfddc7e3490b47ff539ee76d54"
            },
            "downloads": -1,
            "filename": "quantplay-2.1.56-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9851d3593e10b9c476ed2591c50fcee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 132581,
            "upload_time": "2025-02-20T08:33:23",
            "upload_time_iso_8601": "2025-02-20T08:33:23.805159Z",
            "url": "https://files.pythonhosted.org/packages/a1/41/b750b7c99e136be186089063e6bd64f3eaca97769bf3deab85b6350bd3dd/quantplay-2.1.56-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53a574553481a7f9fb749b1111dccb4e1eda8ac84b30969e1edb0216b5f5223c",
                "md5": "5d2a301f39989cbba65b35cdbe35b04e",
                "sha256": "ce5db08661933ee8c161fe54f5645eee8a03864fb82b013ca0b1a25bb0efb145"
            },
            "downloads": -1,
            "filename": "quantplay-2.1.56.tar.gz",
            "has_sig": false,
            "md5_digest": "5d2a301f39989cbba65b35cdbe35b04e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 109291,
            "upload_time": "2025-02-20T08:33:27",
            "upload_time_iso_8601": "2025-02-20T08:33:27.071433Z",
            "url": "https://files.pythonhosted.org/packages/53/a5/74553481a7f9fb749b1111dccb4e1eda8ac84b30969e1edb0216b5f5223c/quantplay-2.1.56.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-20 08:33:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quantplay"
}
        
Elapsed time: 5.49934s