tigrbl_api_cron 0.1.2.dev26__tar.gz → 0.1.3.dev3__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.
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/PKG-INFO +11 -11
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/README.md +4 -6
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/pyproject.toml +7 -8
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/LICENSE +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/__init__.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/api.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/app.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/executor.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/registry.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/tables/__init__.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/tables/cron_job.py +0 -0
- {tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/tables/cron_job_result.py +0 -0
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_api_cron
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3.dev3
|
|
4
4
|
Summary: Cron job storage, execution, and result tracking built on the Tigrbl engine.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: tigrbl,cron,scheduler,api,jobs,automation,observability
|
|
8
8
|
Author: Jacob Stewart
|
|
9
9
|
Author-email: jacob@swarmauri.com
|
|
10
|
-
Requires-Python: >=3.10,<3.
|
|
10
|
+
Requires-Python: >=3.10,<3.15
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Development Status :: 3 - Alpha
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: Intended Audience :: System Administrators
|
|
15
15
|
Classifier: Natural Language :: English
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
19
|
+
Classifier: Topic :: System :: Systems Administration
|
|
17
20
|
Classifier: Programming Language :: Python
|
|
18
21
|
Classifier: Programming Language :: Python :: 3
|
|
19
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
-
Classifier:
|
|
24
|
-
Classifier:
|
|
25
|
-
Classifier: Topic :: System :: Systems Administration
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
28
|
Requires-Dist: croniter (>=3.0.3)
|
|
27
29
|
Requires-Dist: tigrbl
|
|
28
30
|
Description-Content-Type: text/markdown
|
|
29
31
|
|
|
30
|
-

|
|
31
33
|
|
|
32
34
|
<p align="center">
|
|
33
|
-
<a href="https://
|
|
34
|
-
<img src="https://
|
|
35
|
+
<a href="https://pepy.tech/project/tigrbl_api_cron/">
|
|
36
|
+
<img src="https://static.pepy.tech/badge/tigrbl_api_cron/month" alt="PyPI - Downloads"/></a>
|
|
35
37
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_cron/">
|
|
36
38
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_cron.svg"/></a>
|
|
37
39
|
<a href="https://pypi.org/project/tigrbl_api_cron/">
|
|
38
|
-
<img src="https://img.shields.io/
|
|
40
|
+
<img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
|
|
39
41
|
<a href="https://pypi.org/project/tigrbl_api_cron/">
|
|
40
42
|
<img src="https://img.shields.io/pypi/l/tigrbl_api_cron" alt="PyPI - License"/></a>
|
|
41
43
|
<a href="https://pypi.org/project/tigrbl_api_cron/">
|
|
42
44
|
<img src="https://img.shields.io/pypi/v/tigrbl_api_cron?label=tigrbl_api_cron&color=green" alt="PyPI - tigrbl_api_cron"/></a>
|
|
43
45
|
</p>
|
|
44
46
|
|
|
45
|
-
---
|
|
46
|
-
|
|
47
47
|
# Tigrbl API Cron ⏰
|
|
48
48
|
|
|
49
49
|
> A lightweight Tigrbl application that stores cron schedules, exposes CRUD APIs, and runs registered jobs while capturing their execution results.
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
5
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/tigrbl_api_cron/">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/tigrbl_api_cron/month" alt="PyPI - Downloads"/></a>
|
|
6
6
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_cron/">
|
|
7
7
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/tigrbl_api_cron.svg"/></a>
|
|
8
8
|
<a href="https://pypi.org/project/tigrbl_api_cron/">
|
|
9
|
-
<img src="https://img.shields.io/
|
|
9
|
+
<img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
|
|
10
10
|
<a href="https://pypi.org/project/tigrbl_api_cron/">
|
|
11
11
|
<img src="https://img.shields.io/pypi/l/tigrbl_api_cron" alt="PyPI - License"/></a>
|
|
12
12
|
<a href="https://pypi.org/project/tigrbl_api_cron/">
|
|
13
13
|
<img src="https://img.shields.io/pypi/v/tigrbl_api_cron?label=tigrbl_api_cron&color=green" alt="PyPI - tigrbl_api_cron"/></a>
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
|
-
---
|
|
17
|
-
|
|
18
16
|
# Tigrbl API Cron ⏰
|
|
19
17
|
|
|
20
18
|
> A lightweight Tigrbl application that stores cron schedules, exposes CRUD APIs, and runs registered jobs while capturing their execution results.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl_api_cron"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.3.dev3"
|
|
4
4
|
description = "Cron job storage, execution, and result tracking built on the Tigrbl engine."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
|
-
requires-python = ">=3.10,<3.
|
|
8
|
+
requires-python = ">=3.10,<3.15"
|
|
9
9
|
classifiers = [
|
|
10
10
|
"License :: OSI Approved :: Apache Software License",
|
|
11
11
|
"Development Status :: 3 - Alpha",
|
|
@@ -13,15 +13,17 @@ classifiers = [
|
|
|
13
13
|
"Intended Audience :: System Administrators",
|
|
14
14
|
"Natural Language :: English",
|
|
15
15
|
"Operating System :: OS Independent",
|
|
16
|
+
"Topic :: Software Development :: Libraries",
|
|
17
|
+
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
18
|
+
"Topic :: System :: Systems Administration",
|
|
16
19
|
"Programming Language :: Python",
|
|
17
20
|
"Programming Language :: Python :: 3",
|
|
18
21
|
"Programming Language :: Python :: 3 :: Only",
|
|
19
22
|
"Programming Language :: Python :: 3.10",
|
|
20
23
|
"Programming Language :: Python :: 3.11",
|
|
21
24
|
"Programming Language :: Python :: 3.12",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"Topic :: System :: Systems Administration",
|
|
25
|
+
"Programming Language :: Python :: 3.13",
|
|
26
|
+
"Programming Language :: Python :: 3.14",
|
|
25
27
|
]
|
|
26
28
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
27
29
|
dependencies = [
|
|
@@ -38,9 +40,6 @@ keywords = [
|
|
|
38
40
|
"observability",
|
|
39
41
|
]
|
|
40
42
|
|
|
41
|
-
[tool.uv.sources]
|
|
42
|
-
tigrbl = { workspace = true }
|
|
43
|
-
|
|
44
43
|
[tool.pytest.ini_options]
|
|
45
44
|
norecursedirs = ["combined", "scripts"]
|
|
46
45
|
markers = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/tables/__init__.py
RENAMED
|
File without changes
|
{tigrbl_api_cron-0.1.2.dev26 → tigrbl_api_cron-0.1.3.dev3}/src/tigrbl_api_cron/tables/cron_job.py
RENAMED
|
File without changes
|
|
File without changes
|