birdgame


Namebirdgame JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/microprediction/birdgame
SummaryUtilities to help play the Bird Game at crunchdao.com
upload_time2025-02-13 16:07:54
maintainerNone
docs_urlNone
authormicroprediction
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements pandas river density densitypdf matplotlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # birdgame

Utilities for the Bird Game at [crunchdao.com](https://crunchdao.com). Your task is to predict the dove location. 

## Install

```bash
pip install birdgame
```

## Visualize the challenge
Run [animatebirds.py](https://github.com/microprediction/birdgame/blob/main/birdgame/animation/animatebirds.py) to get a quick sense. 

![](https://github.com/microprediction/birdgame/blob/main/docs/assets/bird_animation.png)

## Tracker examples 
See [examples](https://github.com/microprediction/birdgame/tree/main/birdgame/examples). There are:

- Self-contained examples
- Examples that build on provided classes

Take your pick! 

## General Bird Game Advice 

- [Literature](https://github.com/microprediction/birdgame/blob/main/LITERATURE.md) 
- Useful Python [packages](https://github.com/microprediction/birdgame/blob/main/PACKAGES.md)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/microprediction/birdgame",
    "name": "birdgame",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "microprediction",
    "author_email": "peter.cotton@microprediction.com",
    "download_url": "https://files.pythonhosted.org/packages/37/89/f73c26e72d703ccb0278745c8c9c2931675cedc8a19151281c15e5bf751e/birdgame-0.0.2.tar.gz",
    "platform": null,
    "description": "# birdgame\n\nUtilities for the Bird Game at [crunchdao.com](https://crunchdao.com). Your task is to predict the dove location. \n\n## Install\n\n```bash\npip install birdgame\n```\n\n## Visualize the challenge\nRun [animatebirds.py](https://github.com/microprediction/birdgame/blob/main/birdgame/animation/animatebirds.py) to get a quick sense. \n\n![](https://github.com/microprediction/birdgame/blob/main/docs/assets/bird_animation.png)\n\n## Tracker examples \nSee [examples](https://github.com/microprediction/birdgame/tree/main/birdgame/examples). There are:\n\n- Self-contained examples\n- Examples that build on provided classes\n\nTake your pick! \n\n## General Bird Game Advice \n\n- [Literature](https://github.com/microprediction/birdgame/blob/main/LITERATURE.md) \n- Useful Python [packages](https://github.com/microprediction/birdgame/blob/main/PACKAGES.md)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilities to help play the Bird Game at crunchdao.com",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/microprediction/birdgame"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c22b70d1718a743045115686774a27484e51012b764cfcfbbe663fb5328478e",
                "md5": "61a1b0bd44105f8203c3e82cab409be3",
                "sha256": "40c05a8c5a4e3626281257390524b087833baaad655b2dbb6669b7ab6411b2b6"
            },
            "downloads": -1,
            "filename": "birdgame-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61a1b0bd44105f8203c3e82cab409be3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15780,
            "upload_time": "2025-02-13T16:07:52",
            "upload_time_iso_8601": "2025-02-13T16:07:52.684503Z",
            "url": "https://files.pythonhosted.org/packages/2c/22/b70d1718a743045115686774a27484e51012b764cfcfbbe663fb5328478e/birdgame-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3789f73c26e72d703ccb0278745c8c9c2931675cedc8a19151281c15e5bf751e",
                "md5": "15f538233c0cefd2a7bf049fa91ad05e",
                "sha256": "399d2c30f5b14bd4ac6467319accf0361946af49de009326d4a516bb107e8eb1"
            },
            "downloads": -1,
            "filename": "birdgame-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "15f538233c0cefd2a7bf049fa91ad05e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11508,
            "upload_time": "2025-02-13T16:07:54",
            "upload_time_iso_8601": "2025-02-13T16:07:54.426378Z",
            "url": "https://files.pythonhosted.org/packages/37/89/f73c26e72d703ccb0278745c8c9c2931675cedc8a19151281c15e5bf751e/birdgame-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 16:07:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microprediction",
    "github_project": "birdgame",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "river",
            "specs": []
        },
        {
            "name": "density",
            "specs": []
        },
        {
            "name": "densitypdf",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        }
    ],
    "lcname": "birdgame"
}
        
Elapsed time: 1.84582s