Skip to content

Commit

Permalink
[infra] developing notes, cleared out setup.py (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier authored Nov 26, 2024
1 parent d26417d commit 8331695
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 218 deletions.
17 changes: 0 additions & 17 deletions .project

This file was deleted.

8 changes: 0 additions & 8 deletions .pydevproject

This file was deleted.

26 changes: 26 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Developing

## Setup

[Install poetry](https://python-poetry.org/docs/#installation)
into your development environment or use VSCode with the attached
devcontainer configurations that have poetry pre-installed.

## Usage

Execute the demo via a python console script:

```
poetry install
poetry shell
streamlit-demo-parameters
```

Or execute the demo via streamlit:

```
poetry install
poetry shell
streamlit run demo.py
```

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ streamlit = { version = ">=1.30,<2"}

[tool.poetry.group.dev.dependencies]
tox = ">=3.26"
# tox-poetry-installer = {extras = ["poetry"], version = ">=0.9.0"}
pytest = { version = ">=7.1" }
pytest-console-scripts = { version = ">=1.3" }
pytest-mock = { version = ">=3.14.0" }
# pytest-cov = ">=3.0.0" # transitively depends on coverage[toml]

[tool.poetry.group.format.dependencies]
ufmt = ">=2.8" # black (style) + usort (import order)
Expand Down
35 changes: 0 additions & 35 deletions setup.py

This file was deleted.

156 changes: 0 additions & 156 deletions venv.bash

This file was deleted.

0 comments on commit 8331695

Please sign in to comment.