Skip to content

Commit

Permalink
Update extras
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jan 19, 2025
1 parent e5e06c6 commit 32f947c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@ There are some extras available for ``wetterdienst``. Use them like:
pip install wetterdienst[sql]
```

- cratedb: Install support for CrateDB.
- docs: Install the Sphinx documentation generator.
- ipython: Install iPython stack.
- export: Install openpyxl for Excel export and pyarrow for writing files in Feather- and Parquet-format.
- sql: Install DuckDB for querying data using SQL.
- duckdb: Install support for DuckDB.
- export: Install openpyxl for Excel export and pyarrow for writing files in Feather- and Parquet-format.
- influxdb: Install support for InfluxDB.
- cratedb: Install support for CrateDB.
- interpolation: Install support for station interpolation.
- mysql: Install support for MySQL.
- plotting: Install support for matplotlib.
- postgresql: Install support for PostgreSQL.
- interpolation: Install support for station interpolation.
- sql: Install DuckDB for querying data using SQL.

In order to check the installation, invoke:
To check the installation, invoke:

```bash
wetterdienst --help
Expand Down
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,7 @@ interpolation = [
"shapely>=2,<3",
"utm>=0.7,<1",
]
ipython = [
"ipython>=8.5,<9",
"matplotlib>=3.3,<4",
]
mpl = [
plotting = [
"matplotlib>=3.3,<4",
]
mysql = [
Expand Down Expand Up @@ -234,7 +230,7 @@ dev = [
]

[tool.poe.tasks]
install-dev = { cmd = "uv pip install -e .[bufr,cratedb,duckdb,explorer,export,influxdb,interpolation,mpl,mysql,ipython,radar,radarplus,restapi,postgresql,sql]" }
install-dev = { cmd = "uv pip install -e .[bufr,cratedb,duckdb,explorer,export,influxdb,interpolation,plotting,mysql,radar,radarplus,restapi,postgresql,sql]" }
# Formatting and linting
"format:fmt" = "uv run ruff format"
"format:lint" = "uv run ruff check --fix"
Expand Down

0 comments on commit 32f947c

Please sign in to comment.