Metadata-Version: 2.1
Name: barcelona
Version: 0.1.0
Summary: barcelona cli!
Home-page: https://github.com/borakilicoglu/barcelona
License: MIT
Keywords: barcelona
Author: borakilicoglu
Author-email: sbkilicoglu@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Project-URL: Repository, https://github.com/borakilicoglu/barcelona
Description-Content-Type: text/markdown

# 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)

