barcelona


Namebarcelona JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/borakilicoglu/barcelona
Summarybarcelona cli!
upload_time2024-05-09 19:23:43
maintainerNone
docs_urlNone
authorborakilicoglu
requires_python<4.0,>=3.9
licenseMIT
keywords barcelona
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FC Barcelona CLI Data Tool

This command-line interface (CLI) tool is designed to fetch and display various types of data about FC Barcelona, such as match results, player statistics, and historical data. Built using Python, it is perfect for fans and sports analysts who prefer quick, scriptable access to soccer data without the need for a graphical interface.

## Installation on local

```shell
$ pip install barcelona
```

## Installation with Docker

```shell
$ docker run -ti borakilicoglu/barcelona
```

## Usage

Main Page

```shell summary
$ barcelona
```

![](docs/main.png)
List of Players

```shell footballers
$ barcelona -squad
```

![](docs/squad.png)
List of Top Scorers

```shell footballers
$ barcelona -stats
```

![](docs/stats.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/borakilicoglu/barcelona",
    "name": "barcelona",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "barcelona",
    "author": "borakilicoglu",
    "author_email": "sbkilicoglu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/36/595ecd26d3ff3cb6caca093bcbae7911f9c394c40bf019243a49a10c2251/barcelona-0.1.0.tar.gz",
    "platform": null,
    "description": "# FC Barcelona CLI Data Tool\n\nThis command-line interface (CLI) tool is designed to fetch and display various types of data about FC Barcelona, such as match results, player statistics, and historical data. Built using Python, it is perfect for fans and sports analysts who prefer quick, scriptable access to soccer data without the need for a graphical interface.\n\n## Installation on local\n\n```shell\n$ pip install barcelona\n```\n\n## Installation with Docker\n\n```shell\n$ docker run -ti borakilicoglu/barcelona\n```\n\n## Usage\n\nMain Page\n\n```shell summary\n$ barcelona\n```\n\n![](docs/main.png)\nList of Players\n\n```shell footballers\n$ barcelona -squad\n```\n\n![](docs/squad.png)\nList of Top Scorers\n\n```shell footballers\n$ barcelona -stats\n```\n\n![](docs/stats.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "barcelona cli!",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/borakilicoglu/barcelona",
        "Repository": "https://github.com/borakilicoglu/barcelona"
    },
    "split_keywords": [
        "barcelona"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b6609f792b81ab31beb974a42b0152c40fea8ce254bdb3cd4fb8e3d3a1bb1c4",
                "md5": "477a1a55c47124e322fd260bac1e0b90",
                "sha256": "e3f80344af8532e18c17e4d045e68e5e965189ecddb2350025c503ab3d9b7fdc"
            },
            "downloads": -1,
            "filename": "barcelona-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "477a1a55c47124e322fd260bac1e0b90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 6029,
            "upload_time": "2024-05-09T19:23:41",
            "upload_time_iso_8601": "2024-05-09T19:23:41.605980Z",
            "url": "https://files.pythonhosted.org/packages/3b/66/09f792b81ab31beb974a42b0152c40fea8ce254bdb3cd4fb8e3d3a1bb1c4/barcelona-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f36595ecd26d3ff3cb6caca093bcbae7911f9c394c40bf019243a49a10c2251",
                "md5": "b6043948eb935630999c2f0f38b87ee5",
                "sha256": "2cc82e1401048fbeff7d7feafcef5b393210e001573b97ffeb3b4b757b70b95b"
            },
            "downloads": -1,
            "filename": "barcelona-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b6043948eb935630999c2f0f38b87ee5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 5109,
            "upload_time": "2024-05-09T19:23:43",
            "upload_time_iso_8601": "2024-05-09T19:23:43.607948Z",
            "url": "https://files.pythonhosted.org/packages/9f/36/595ecd26d3ff3cb6caca093bcbae7911f9c394c40bf019243a49a10c2251/barcelona-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 19:23:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "borakilicoglu",
    "github_project": "barcelona",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "barcelona"
}
        
Elapsed time: 0.23799s