ape-linux 0.3.2__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ape-linux
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: AI for Linux commands
5
5
  Project-URL: Homepage, https://github.com/sbalian/ape
6
6
  Project-URL: Repository, https://github.com/sbalian/ape
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ape-linux"
3
- version = "0.3.2"
3
+ version = "0.3.3"
4
4
  description = "AI for Linux commands"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT License"}
ape_linux-0.3.2/Makefile DELETED
@@ -1,18 +0,0 @@
1
- .PHONY: install install-no-lock test type-check lint all
2
-
3
- all: install test type-check lint
4
-
5
- install:
6
- poetry install
7
-
8
- install-no-lock:
9
- rm poetry.lock && poetry install
10
-
11
- test:
12
- poetry run pytest
13
-
14
- type-check:
15
- poetry run pyright
16
-
17
- lint:
18
- poetry run ruff check
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes