janet-cli 0.3.8__tar.gz → 0.3.9__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 (42) hide show
  1. {janet_cli-0.3.8/janet_cli.egg-info → janet_cli-0.3.9}/PKG-INFO +5 -5
  2. {janet_cli-0.3.8 → janet_cli-0.3.9}/README.md +4 -4
  3. {janet_cli-0.3.8 → janet_cli-0.3.9/janet_cli.egg-info}/PKG-INFO +5 -5
  4. {janet_cli-0.3.8 → janet_cli-0.3.9}/pyproject.toml +1 -1
  5. {janet_cli-0.3.8 → janet_cli-0.3.9}/.env.example +0 -0
  6. {janet_cli-0.3.8 → janet_cli-0.3.9}/LICENSE +0 -0
  7. {janet_cli-0.3.8 → janet_cli-0.3.9}/MANIFEST.in +0 -0
  8. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/__init__.py +0 -0
  9. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/__main__.py +0 -0
  10. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/api/__init__.py +0 -0
  11. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/api/client.py +0 -0
  12. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/api/models.py +0 -0
  13. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/api/organizations.py +0 -0
  14. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/api/projects.py +0 -0
  15. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/api/tickets.py +0 -0
  16. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/auth/__init__.py +0 -0
  17. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/auth/callback_server.py +0 -0
  18. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/auth/oauth_flow.py +0 -0
  19. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/auth/token_manager.py +0 -0
  20. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/cli.py +0 -0
  21. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/config/__init__.py +0 -0
  22. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/config/manager.py +0 -0
  23. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/config/models.py +0 -0
  24. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/markdown/__init__.py +0 -0
  25. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/markdown/generator.py +0 -0
  26. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/markdown/yjs_converter.py +0 -0
  27. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/sync/__init__.py +0 -0
  28. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/sync/file_manager.py +0 -0
  29. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/sync/readme_generator.py +0 -0
  30. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/sync/sse_watcher.py +0 -0
  31. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/sync/sync_engine.py +0 -0
  32. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/utils/__init__.py +0 -0
  33. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/utils/console.py +0 -0
  34. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/utils/errors.py +0 -0
  35. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet/utils/paths.py +0 -0
  36. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet_cli.egg-info/SOURCES.txt +0 -0
  37. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet_cli.egg-info/dependency_links.txt +0 -0
  38. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet_cli.egg-info/entry_points.txt +0 -0
  39. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet_cli.egg-info/requires.txt +0 -0
  40. {janet_cli-0.3.8 → janet_cli-0.3.9}/janet_cli.egg-info/top_level.txt +0 -0
  41. {janet_cli-0.3.8 → janet_cli-0.3.9}/requirements.txt +0 -0
  42. {janet_cli-0.3.8 → janet_cli-0.3.9}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: janet-cli
3
- Version: 0.3.8
3
+ Version: 0.3.9
4
4
  Summary: CLI tool to sync Janet AI tickets to local markdown files
5
5
  Author-email: Janet AI <support@janet-ai.com>
6
6
  License: MIT
@@ -49,7 +49,7 @@ Dynamic: license-file
49
49
 
50
50
  ## What is Janet AI?
51
51
 
52
- [Janet AI](https://tryjanet.ai) is an AI-native project management platform for modern software teams. The Janet CLI allows developers to:
52
+ [Janet AI](https://janet.ai) is an AI-native project management platform for modern software teams. The Janet CLI allows developers to:
53
53
 
54
54
  - **Sync tickets** to local markdown files with real-time updates as changes are made on the platform
55
55
  - **Create tickets** directly from the command line or via AI agents
@@ -345,7 +345,7 @@ The CLI stores configuration at:
345
345
  ## Requirements
346
346
 
347
347
  - Python 3.8 or higher
348
- - Janet AI account ([sign up](https://tryjanet.ai))
348
+ - Janet AI account ([sign up](https://janet.ai))
349
349
 
350
350
  ## License
351
351
 
@@ -353,5 +353,5 @@ MIT License - see [LICENSE](LICENSE) file for details.
353
353
 
354
354
  ## Links
355
355
 
356
- - [Janet AI](https://tryjanet.ai) - AI-native project management
357
- - [Documentation](https://docs.tryjanet.ai)
356
+ - [Janet AI](https://janet.ai) - AI-native project management
357
+ - [Documentation](https://docs.janet.ai)
@@ -7,7 +7,7 @@
7
7
 
8
8
  ## What is Janet AI?
9
9
 
10
- [Janet AI](https://tryjanet.ai) is an AI-native project management platform for modern software teams. The Janet CLI allows developers to:
10
+ [Janet AI](https://janet.ai) is an AI-native project management platform for modern software teams. The Janet CLI allows developers to:
11
11
 
12
12
  - **Sync tickets** to local markdown files with real-time updates as changes are made on the platform
13
13
  - **Create tickets** directly from the command line or via AI agents
@@ -303,7 +303,7 @@ The CLI stores configuration at:
303
303
  ## Requirements
304
304
 
305
305
  - Python 3.8 or higher
306
- - Janet AI account ([sign up](https://tryjanet.ai))
306
+ - Janet AI account ([sign up](https://janet.ai))
307
307
 
308
308
  ## License
309
309
 
@@ -311,5 +311,5 @@ MIT License - see [LICENSE](LICENSE) file for details.
311
311
 
312
312
  ## Links
313
313
 
314
- - [Janet AI](https://tryjanet.ai) - AI-native project management
315
- - [Documentation](https://docs.tryjanet.ai)
314
+ - [Janet AI](https://janet.ai) - AI-native project management
315
+ - [Documentation](https://docs.janet.ai)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: janet-cli
3
- Version: 0.3.8
3
+ Version: 0.3.9
4
4
  Summary: CLI tool to sync Janet AI tickets to local markdown files
5
5
  Author-email: Janet AI <support@janet-ai.com>
6
6
  License: MIT
@@ -49,7 +49,7 @@ Dynamic: license-file
49
49
 
50
50
  ## What is Janet AI?
51
51
 
52
- [Janet AI](https://tryjanet.ai) is an AI-native project management platform for modern software teams. The Janet CLI allows developers to:
52
+ [Janet AI](https://janet.ai) is an AI-native project management platform for modern software teams. The Janet CLI allows developers to:
53
53
 
54
54
  - **Sync tickets** to local markdown files with real-time updates as changes are made on the platform
55
55
  - **Create tickets** directly from the command line or via AI agents
@@ -345,7 +345,7 @@ The CLI stores configuration at:
345
345
  ## Requirements
346
346
 
347
347
  - Python 3.8 or higher
348
- - Janet AI account ([sign up](https://tryjanet.ai))
348
+ - Janet AI account ([sign up](https://janet.ai))
349
349
 
350
350
  ## License
351
351
 
@@ -353,5 +353,5 @@ MIT License - see [LICENSE](LICENSE) file for details.
353
353
 
354
354
  ## Links
355
355
 
356
- - [Janet AI](https://tryjanet.ai) - AI-native project management
357
- - [Documentation](https://docs.tryjanet.ai)
356
+ - [Janet AI](https://janet.ai) - AI-native project management
357
+ - [Documentation](https://docs.janet.ai)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "janet-cli"
7
- version = "0.3.8"
7
+ version = "0.3.9"
8
8
  description = "CLI tool to sync Janet AI tickets to local markdown files"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes