fleaflicker


Namefleaflicker JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/joeyagreco/fleaflicker
SummaryA Python wrapper for the Fleaflicker API.
upload_time2022-10-26 19:49:30
maintainer
docs_urlNone
authorJoey Greco
requires_python>=3.10
licenseMIT
keywords fleaflicker api wrapper api-wrapper fantasy
VCS
bugtrack_url
requirements requests configparser
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

<img src="https://raw.githubusercontent.com/joeyagreco/fleaflicker/main/img/ff_final.png" alt="fleaflicker logo" width="250"/>

A Python wrapper for the Fleaflicker API.

[Fleaflicker Website](https://www.fleaflicker.com/)\
[Fleaflicker API Documentation](https://www.fleaflicker.com/api-docs/index.html)

<a target="_blank" href="https://www.python.org/downloads/" title="Python version"><img src="https://img.shields.io/badge/python-%3E=_3.10-teal.svg"></a>
![Last Commit](https://img.shields.io/github/last-commit/joeyagreco/fleaflicker)
</div>

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install fleaflicker
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joeyagreco/fleaflicker",
    "name": "fleaflicker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "fleaflicker api wrapper api-wrapper fantasy",
    "author": "Joey Greco",
    "author_email": "joeyagreco@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/24/aa/006ee7d01af3c7b656eb79f3b5ab0b638baa4c6e756c06f3760b1878bb0a/fleaflicker-1.0.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\r\n\r\n<img src=\"https://raw.githubusercontent.com/joeyagreco/fleaflicker/main/img/ff_final.png\" alt=\"fleaflicker logo\" width=\"250\"/>\r\n\r\nA Python wrapper for the Fleaflicker API.\r\n\r\n[Fleaflicker Website](https://www.fleaflicker.com/)\\\r\n[Fleaflicker API Documentation](https://www.fleaflicker.com/api-docs/index.html)\r\n\r\n<a target=\"_blank\" href=\"https://www.python.org/downloads/\" title=\"Python version\"><img src=\"https://img.shields.io/badge/python-%3E=_3.10-teal.svg\"></a>\r\n![Last Commit](https://img.shields.io/github/last-commit/joeyagreco/fleaflicker)\r\n</div>\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install.\r\n\r\n```bash\r\npip install fleaflicker\r\n```\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python wrapper for the Fleaflicker API.",
    "version": "1.0.0",
    "split_keywords": [
        "fleaflicker",
        "api",
        "wrapper",
        "api-wrapper",
        "fantasy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c571b314c5847d9e64e9d3861894d49a",
                "sha256": "bbccd63e4a0b98bf95abe13d5fab0422f3b6945d12ac81f958ac8e0e362537f3"
            },
            "downloads": -1,
            "filename": "fleaflicker-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c571b314c5847d9e64e9d3861894d49a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6305,
            "upload_time": "2022-10-26T19:49:30",
            "upload_time_iso_8601": "2022-10-26T19:49:30.325255Z",
            "url": "https://files.pythonhosted.org/packages/24/aa/006ee7d01af3c7b656eb79f3b5ab0b638baa4c6e756c06f3760b1878bb0a/fleaflicker-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-26 19:49:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "joeyagreco",
    "github_project": "fleaflicker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "~=",
                    "2.28.1"
                ]
            ]
        },
        {
            "name": "configparser",
            "specs": [
                [
                    "~=",
                    "5.3.0"
                ]
            ]
        }
    ],
    "lcname": "fleaflicker"
}
        
Elapsed time: 0.02200s