pycompete


Namepycompete JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryTools to support the training and evalaution of models for the CrunchDAO project.
upload_time2023-05-09 08:41:41
maintainer
docs_urlNone
authorFrancis P Chmiel
requires_python>=3.7
licenseMIT license
keywords crunchdao
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pycompete

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)![GitHub](https://img.shields.io/github/license/FChmiel/pycompete)

pycompete provides tools to support the training and evaluation of models for the [CrunchDAO competition](https://www.crunchdao.com/).

## Installing pycompete

`pip install pycompete`

## Interacting with the CrunchDAO tournament

We recommend using the open-source [CrunchDAO Python](https://github.com/uuazed/crunchdao/tree/main) API for pulling data and submitting predictions.

To interact with the API, you need set your API key as the `CRUNCH_API_KEY` environment variable:

`export CRUNCH_API_KEY = YOUR_API_KEY`

## Contributing

Contributions are welcome! Please feel free to raise a PR adding any functionality you think may be useful to other CrunchDAO competitors. If you find a bug please raise an issue and we will try and address.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pycompete",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "crunchdao",
    "author": "Francis P Chmiel",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/98/a7/73ae042a0a5dc84251b31208a155a8feefaf8a2db25247709397b9b28188/pycompete-0.0.6.tar.gz",
    "platform": null,
    "description": "# pycompete\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)![GitHub](https://img.shields.io/github/license/FChmiel/pycompete)\n\npycompete provides tools to support the training and evaluation of models for the [CrunchDAO competition](https://www.crunchdao.com/).\n\n## Installing pycompete\n\n`pip install pycompete`\n\n## Interacting with the CrunchDAO tournament\n\nWe recommend using the open-source [CrunchDAO Python](https://github.com/uuazed/crunchdao/tree/main) API for pulling data and submitting predictions.\n\nTo interact with the API, you need set your API key as the `CRUNCH_API_KEY` environment variable:\n\n`export CRUNCH_API_KEY = YOUR_API_KEY`\n\n## Contributing\n\nContributions are welcome! Please feel free to raise a PR adding any functionality you think may be useful to other CrunchDAO competitors. If you find a bug please raise an issue and we will try and address.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Tools to support the training and evalaution of models for the CrunchDAO project.",
    "version": "0.0.6",
    "project_urls": null,
    "split_keywords": [
        "crunchdao"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "614d168ecf5abd6e100d1b3a768a1045047b6248ad459b29c9a8a49b4b162033",
                "md5": "d922b46b0f4905f587f844074ece7640",
                "sha256": "29a1385c3c563fcb363f596208424a341faff98da5b14567847cb6065a0513fe"
            },
            "downloads": -1,
            "filename": "pycompete-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d922b46b0f4905f587f844074ece7640",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5932,
            "upload_time": "2023-05-09T08:41:40",
            "upload_time_iso_8601": "2023-05-09T08:41:40.200481Z",
            "url": "https://files.pythonhosted.org/packages/61/4d/168ecf5abd6e100d1b3a768a1045047b6248ad459b29c9a8a49b4b162033/pycompete-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a773ae042a0a5dc84251b31208a155a8feefaf8a2db25247709397b9b28188",
                "md5": "1902f6daf700951b20fd375c318b9a32",
                "sha256": "8d374280e76614e6d951a2d973102e2294ed64a0500140babcca2167d957c2f9"
            },
            "downloads": -1,
            "filename": "pycompete-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1902f6daf700951b20fd375c318b9a32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10271,
            "upload_time": "2023-05-09T08:41:41",
            "upload_time_iso_8601": "2023-05-09T08:41:41.529851Z",
            "url": "https://files.pythonhosted.org/packages/98/a7/73ae042a0a5dc84251b31208a155a8feefaf8a2db25247709397b9b28188/pycompete-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 08:41:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pycompete"
}
        
Elapsed time: 1.09301s