quantplay


Namequantplay JSON
Version 1.2.26 PyPI version JSON
download
home_page
SummaryThis python package will be stored in AWS CodeArtifact
upload_time2023-03-25 14:56:01
maintainer
docs_urlNone
author
requires_python
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": "",
    "name": "quantplay",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ef/63/5d24eec54092da08e098101c887646417558383642a509f68056a81e5e1b/quantplay-1.2.26.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.2.26",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc1d157becabc5def5afacad1bd7bca10ec1dfa4d002a5651437788876cfbbec",
                "md5": "73c7c05a78efecae7be536dfc0d606aa",
                "sha256": "002f824342b7c873529fd7875718447a9df67757d64be81f55199603872057a5"
            },
            "downloads": -1,
            "filename": "quantplay-1.2.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73c7c05a78efecae7be536dfc0d606aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 122457,
            "upload_time": "2023-03-25T14:55:58",
            "upload_time_iso_8601": "2023-03-25T14:55:58.923699Z",
            "url": "https://files.pythonhosted.org/packages/cc/1d/157becabc5def5afacad1bd7bca10ec1dfa4d002a5651437788876cfbbec/quantplay-1.2.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef635d24eec54092da08e098101c887646417558383642a509f68056a81e5e1b",
                "md5": "17f039da11ee68ebc869e4bd3a1afcda",
                "sha256": "e9ff8e1f7b8f5c9971433f77f1edb9a79bcbafd995b92dd0f7c3b17f053ede19"
            },
            "downloads": -1,
            "filename": "quantplay-1.2.26.tar.gz",
            "has_sig": false,
            "md5_digest": "17f039da11ee68ebc869e4bd3a1afcda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 69797,
            "upload_time": "2023-03-25T14:56:01",
            "upload_time_iso_8601": "2023-03-25T14:56:01.198292Z",
            "url": "https://files.pythonhosted.org/packages/ef/63/5d24eec54092da08e098101c887646417558383642a509f68056a81e5e1b/quantplay-1.2.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-25 14:56:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "quantplay"
}
        
Elapsed time: 0.13309s