Skip to content

Commit 1c3986a

Browse files
committed
[infra] developing notes, cleared out setup.py
1 parent d26417d commit 1c3986a

File tree

6 files changed

+26
-218
lines changed

6 files changed

+26
-218
lines changed

.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

.pydevproject

Lines changed: 0 additions & 8 deletions
This file was deleted.

DEVELOPING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Developing
2+
3+
## Setup
4+
5+
[Install poetry](https://python-poetry.org/docs/#installation)
6+
into your development environment or use VSCode with the attached
7+
devcontainer configurations that have poetry pre-installed.
8+
9+
## Usage
10+
11+
Execute the demo via a python console script:
12+
13+
```
14+
poetry install
15+
poetry shell
16+
streamlit-demo-parameters
17+
```
18+
19+
Or execute the demo via streamlit:
20+
21+
```
22+
poetry install
23+
poetry shell
24+
streamlit run demo.py
25+
```
26+

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ streamlit = { version = ">=1.30,<2"}
2929

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

3836
[tool.poetry.group.format.dependencies]
3937
ufmt = ">=2.8" # black (style) + usort (import order)

setup.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

venv.bash

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)