Skip to content

Commit

Permalink
Merge pull request #38 from idoavrah/mvc
Browse files Browse the repository at this point in the history
Version 0.9
  • Loading branch information
idoavrah authored Dec 3, 2023
2 parents 977b9b6 + 95b58c3 commit 372036e
Show file tree
Hide file tree
Showing 13 changed files with 310 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: ruff
args:
- --fix
- --line-length=130
- --line-length=150
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ With its latest version you can easily visualize the complete state tree, gainin

## Key Features

### version 0.9

- [x] Improved search functionality (now showing only matching resources)
- [x] Improved the tainted resources display
- [x] Added a copy to clipboard option (press `c` to copy)
- [x] Major refactoring of the codebase

### version 0.8

- [x] Added a delete resource option
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
"textual-dev",
"posthog>=3.0.2",
"requests>=2.31.0",
"pyperclip>=1.8.2",
]
requires-python = ">=3.9"

Expand Down
31 changes: 29 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,64 @@ async-timeout==4.0.2
# via aiohttp
attrs==23.1.0
# via aiohttp
backoff==2.2.1
# via posthog
certifi==2023.11.17
# via requests
charset-normalizer==3.2.0
# via aiohttp
# via
# aiohttp
# requests
click==8.1.6
# via textual-dev
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.4
# via yarl
# via
# requests
# yarl
importlib-metadata==6.8.0
# via textual
linkify-it-py==2.0.2
# via markdown-it-py
markdown-it-py[linkify,plugins]==3.0.0
# via
# markdown-it-py
# mdit-py-plugins
# rich
# textual
mdit-py-plugins==0.4.0
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
monotonic==1.6
# via posthog
msgpack==1.0.5
# via textual-dev
multidict==6.0.4
# via
# aiohttp
# yarl
posthog==3.0.2
# via tftui (pyproject.toml)
pygments==2.15.1
# via rich
pyperclip==1.8.2
# via tftui (pyproject.toml)
python-dateutil==2.8.2
# via posthog
requests==2.31.0
# via
# posthog
# tftui (pyproject.toml)
rich==13.4.2
# via textual
six==1.16.0
# via
# posthog
# python-dateutil
textual==0.32.0
# via
# textual-dev
Expand All @@ -57,6 +82,8 @@ typing-extensions==4.7.1
# textual-dev
uc-micro-py==1.0.2
# via linkify-it-py
urllib3==2.1.0
# via requests
yarl==1.9.2
# via aiohttp
zipp==3.16.2
Expand Down
Loading

0 comments on commit 372036e

Please sign in to comment.