taskulus 0.1.0__tar.gz → 0.2.0__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.
- taskulus-0.2.0/PKG-INFO +33 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/pyproject.toml +18 -1
- taskulus-0.2.0/src/taskulus.egg-info/PKG-INFO +33 -0
- taskulus-0.1.0/PKG-INFO +0 -20
- taskulus-0.1.0/src/taskulus.egg-info/PKG-INFO +0 -20
- {taskulus-0.1.0 → taskulus-0.2.0}/README.md +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/setup.cfg +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/__init__.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/cache.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/cli.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/config.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/config_loader.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/daemon.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/daemon_client.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/daemon_paths.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/daemon_protocol.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/daemon_server.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/dependencies.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/dependency_tree.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/doctor.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/file_io.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/hierarchy.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/ids.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/index.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_close.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_comment.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_creation.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_delete.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_display.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_files.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_listing.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_lookup.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_transfer.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/issue_update.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/maintenance.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/migration.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/models.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/project.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/queries.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/users.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/wiki.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus/workflows.py +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus.egg-info/SOURCES.txt +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus.egg-info/dependency_links.txt +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus.egg-info/entry_points.txt +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus.egg-info/requires.txt +0 -0
- {taskulus-0.1.0 → taskulus-0.2.0}/src/taskulus.egg-info/top_level.txt +0 -0
taskulus-0.2.0/PKG-INFO
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: taskulus
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: A git-backed project management system.
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://taskul.us
|
|
7
|
+
Project-URL: Repository, https://github.com/AnthusAI/Taskulus
|
|
8
|
+
Project-URL: Issues, https://github.com/AnthusAI/Taskulus/issues
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Environment :: Console
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Topic :: Software Development :: Bug Tracking
|
|
17
|
+
Classifier: Topic :: Software Development :: Version Control
|
|
18
|
+
Requires-Python: >=3.11
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
Requires-Dist: click
|
|
21
|
+
Requires-Dist: jinja2
|
|
22
|
+
Requires-Dist: pydantic
|
|
23
|
+
Requires-Dist: pyyaml
|
|
24
|
+
Requires-Dist: pydantic-settings
|
|
25
|
+
Requires-Dist: behave
|
|
26
|
+
Requires-Dist: coverage
|
|
27
|
+
Requires-Dist: ruff
|
|
28
|
+
Requires-Dist: black
|
|
29
|
+
Requires-Dist: sphinx
|
|
30
|
+
|
|
31
|
+
# Taskulus (Python)
|
|
32
|
+
|
|
33
|
+
This file exists for packaging metadata in editable installs. For full project documentation, see the repository README.md.
|
|
@@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "taskulus"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.2.0"
|
|
8
8
|
description = "A git-backed project management system."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
11
|
+
license = "MIT"
|
|
11
12
|
dependencies = [
|
|
12
13
|
"click",
|
|
13
14
|
"jinja2",
|
|
@@ -20,6 +21,22 @@ dependencies = [
|
|
|
20
21
|
"black",
|
|
21
22
|
"sphinx",
|
|
22
23
|
]
|
|
24
|
+
classifiers = [
|
|
25
|
+
"Development Status :: 3 - Alpha",
|
|
26
|
+
"Environment :: Console",
|
|
27
|
+
"Operating System :: OS Independent",
|
|
28
|
+
"Programming Language :: Python :: 3",
|
|
29
|
+
"Programming Language :: Python :: 3.11",
|
|
30
|
+
"Programming Language :: Python :: 3.12",
|
|
31
|
+
"Programming Language :: Python :: 3.13",
|
|
32
|
+
"Topic :: Software Development :: Bug Tracking",
|
|
33
|
+
"Topic :: Software Development :: Version Control",
|
|
34
|
+
]
|
|
35
|
+
|
|
36
|
+
[project.urls]
|
|
37
|
+
Homepage = "https://taskul.us"
|
|
38
|
+
Repository = "https://github.com/AnthusAI/Taskulus"
|
|
39
|
+
Issues = "https://github.com/AnthusAI/Taskulus/issues"
|
|
23
40
|
|
|
24
41
|
[project.scripts]
|
|
25
42
|
tsk = "taskulus.cli:cli"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: taskulus
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: A git-backed project management system.
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://taskul.us
|
|
7
|
+
Project-URL: Repository, https://github.com/AnthusAI/Taskulus
|
|
8
|
+
Project-URL: Issues, https://github.com/AnthusAI/Taskulus/issues
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Environment :: Console
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Topic :: Software Development :: Bug Tracking
|
|
17
|
+
Classifier: Topic :: Software Development :: Version Control
|
|
18
|
+
Requires-Python: >=3.11
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
Requires-Dist: click
|
|
21
|
+
Requires-Dist: jinja2
|
|
22
|
+
Requires-Dist: pydantic
|
|
23
|
+
Requires-Dist: pyyaml
|
|
24
|
+
Requires-Dist: pydantic-settings
|
|
25
|
+
Requires-Dist: behave
|
|
26
|
+
Requires-Dist: coverage
|
|
27
|
+
Requires-Dist: ruff
|
|
28
|
+
Requires-Dist: black
|
|
29
|
+
Requires-Dist: sphinx
|
|
30
|
+
|
|
31
|
+
# Taskulus (Python)
|
|
32
|
+
|
|
33
|
+
This file exists for packaging metadata in editable installs. For full project documentation, see the repository README.md.
|
taskulus-0.1.0/PKG-INFO
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: taskulus
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: A git-backed project management system.
|
|
5
|
-
Requires-Python: >=3.11
|
|
6
|
-
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: click
|
|
8
|
-
Requires-Dist: jinja2
|
|
9
|
-
Requires-Dist: pydantic
|
|
10
|
-
Requires-Dist: pyyaml
|
|
11
|
-
Requires-Dist: pydantic-settings
|
|
12
|
-
Requires-Dist: behave
|
|
13
|
-
Requires-Dist: coverage
|
|
14
|
-
Requires-Dist: ruff
|
|
15
|
-
Requires-Dist: black
|
|
16
|
-
Requires-Dist: sphinx
|
|
17
|
-
|
|
18
|
-
# Taskulus (Python)
|
|
19
|
-
|
|
20
|
-
This file exists for packaging metadata in editable installs. For full project documentation, see the repository README.md.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: taskulus
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: A git-backed project management system.
|
|
5
|
-
Requires-Python: >=3.11
|
|
6
|
-
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: click
|
|
8
|
-
Requires-Dist: jinja2
|
|
9
|
-
Requires-Dist: pydantic
|
|
10
|
-
Requires-Dist: pyyaml
|
|
11
|
-
Requires-Dist: pydantic-settings
|
|
12
|
-
Requires-Dist: behave
|
|
13
|
-
Requires-Dist: coverage
|
|
14
|
-
Requires-Dist: ruff
|
|
15
|
-
Requires-Dist: black
|
|
16
|
-
Requires-Dist: sphinx
|
|
17
|
-
|
|
18
|
-
# Taskulus (Python)
|
|
19
|
-
|
|
20
|
-
This file exists for packaging metadata in editable installs. For full project documentation, see the repository README.md.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|