devin-cli 0.0.6__tar.gz → 0.0.7__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.
Files changed (27) hide show
  1. {devin_cli-0.0.6 → devin_cli-0.0.7}/PKG-INFO +2 -3
  2. {devin_cli-0.0.6 → devin_cli-0.0.7}/README.md +1 -2
  3. {devin_cli-0.0.6 → devin_cli-0.0.7}/pyproject.toml +1 -1
  4. {devin_cli-0.0.6 → devin_cli-0.0.7}/.github/workflows/pypi-publish.yml +0 -0
  5. {devin_cli-0.0.6 → devin_cli-0.0.7}/.gitignore +0 -0
  6. {devin_cli-0.0.6 → devin_cli-0.0.7}/CHANGELOG.md +0 -0
  7. {devin_cli-0.0.6 → devin_cli-0.0.7}/LICENSE +0 -0
  8. {devin_cli-0.0.6 → devin_cli-0.0.7}/assets/logo.png +0 -0
  9. {devin_cli-0.0.6 → devin_cli-0.0.7}/setup.py +0 -0
  10. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/__init__.py +0 -0
  11. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/__init__.py +0 -0
  12. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/attachments.py +0 -0
  13. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/client.py +0 -0
  14. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/knowledge.py +0 -0
  15. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/playbooks.py +0 -0
  16. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/secrets.py +0 -0
  17. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/api/sessions.py +0 -0
  18. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/cli.py +0 -0
  19. {devin_cli-0.0.6 → devin_cli-0.0.7}/src/devin_cli/config.py +0 -0
  20. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/__init__.py +0 -0
  21. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_api/test_attachments.py +0 -0
  22. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_api/test_knowledge.py +0 -0
  23. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_api/test_playbooks.py +0 -0
  24. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_api/test_secrets.py +0 -0
  25. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_api/test_sessions.py +0 -0
  26. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_cli.py +0 -0
  27. {devin_cli-0.0.6 → devin_cli-0.0.7}/tests/test_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devin-cli
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Unofficial CLI for Devin AI - The first AI Software Engineer
5
5
  Project-URL: Homepage, https://github.com/revanthpobala/devin-cli
6
6
  Project-URL: Repository, https://github.com/revanthpobala/devin-cli.git
@@ -41,9 +41,8 @@ Description-Content-Type: text/markdown
41
41
  # Devin CLI (Unofficial) — The Professional Terminal Interface for Devin AI
42
42
 
43
43
  <p align="center">
44
+ <a href="https://pypi.org/project/devin-cli/"><img src="https://img.shields.io/pypi/v/devin-cli.svg?style=for-the-badge&color=0294DE" alt="PyPI version"></a>
44
45
  <a href="https://github.com/revanthpobala/devin-cli/actions/workflows/pypi-publish.yml"><img src="https://github.com/revanthpobala/devin-cli/actions/workflows/pypi-publish.yml/badge.svg" alt="Build Status"></a>
45
- <a href="LICENSE"><img src="https://img.shields.io/github/license/revanthpobala/devin-cli?style=for-the-badge&color=0294DE" alt="License"></a>
46
- <a href="https://github.com/revanthpobala/devin-cli/stargazers"><img src="https://img.shields.io/github/stars/revanthpobala/devin-cli?style=for-the-badge&color=FAD000" alt="GitHub stars"></a>
47
46
  </p>
48
47
 
49
48
  > **The first unofficial CLI for the world's first AI Software Engineer.**
@@ -5,9 +5,8 @@
5
5
  # Devin CLI (Unofficial) — The Professional Terminal Interface for Devin AI
6
6
 
7
7
  <p align="center">
8
+ <a href="https://pypi.org/project/devin-cli/"><img src="https://img.shields.io/pypi/v/devin-cli.svg?style=for-the-badge&color=0294DE" alt="PyPI version"></a>
8
9
  <a href="https://github.com/revanthpobala/devin-cli/actions/workflows/pypi-publish.yml"><img src="https://github.com/revanthpobala/devin-cli/actions/workflows/pypi-publish.yml/badge.svg" alt="Build Status"></a>
9
- <a href="LICENSE"><img src="https://img.shields.io/github/license/revanthpobala/devin-cli?style=for-the-badge&color=0294DE" alt="License"></a>
10
- <a href="https://github.com/revanthpobala/devin-cli/stargazers"><img src="https://img.shields.io/github/stars/revanthpobala/devin-cli?style=for-the-badge&color=FAD000" alt="GitHub stars"></a>
11
10
  </p>
12
11
 
13
12
  > **The first unofficial CLI for the world's first AI Software Engineer.**
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devin-cli"
3
- version = "0.0.6"
3
+ version = "0.0.7"
4
4
  description = "Unofficial CLI for Devin AI - The first AI Software Engineer"
5
5
  readme = "README.md"
6
6
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes