factorly 0.1.10__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.
- {factorly-0.1.10 → factorly-0.2.0}/PKG-INFO +7 -7
- {factorly-0.1.10 → factorly-0.2.0}/README.md +3 -3
- {factorly-0.1.10 → factorly-0.2.0}/factorly/__init__.py +1 -1
- {factorly-0.1.10 → factorly-0.2.0}/factorly/cli.py +1 -1
- {factorly-0.1.10 → factorly-0.2.0}/factorly.egg-info/PKG-INFO +7 -7
- {factorly-0.1.10 → factorly-0.2.0}/pyproject.toml +4 -4
- {factorly-0.1.10 → factorly-0.2.0}/factorly/__main__.py +0 -0
- {factorly-0.1.10 → factorly-0.2.0}/factorly.egg-info/SOURCES.txt +0 -0
- {factorly-0.1.10 → factorly-0.2.0}/factorly.egg-info/dependency_links.txt +0 -0
- {factorly-0.1.10 → factorly-0.2.0}/factorly.egg-info/entry_points.txt +0 -0
- {factorly-0.1.10 → factorly-0.2.0}/factorly.egg-info/top_level.txt +0 -0
- {factorly-0.1.10 → factorly-0.2.0}/setup.cfg +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: factorly
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: Security and governance layer for AI agent tool access
|
|
5
5
|
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/factorly-dev/factorly
|
|
7
|
-
Project-URL: Documentation, https://github.com/factorly-dev/factorly
|
|
8
|
-
Project-URL: Repository, https://github.com/factorly-dev/factorly
|
|
6
|
+
Project-URL: Homepage, https://github.com/factorly-dev/factorly
|
|
7
|
+
Project-URL: Documentation, https://github.com/factorly-dev/factorly/tree/main/docs
|
|
8
|
+
Project-URL: Repository, https://github.com/factorly-dev/factorly
|
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -24,9 +24,9 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
|
|
25
25
|
# Factorly
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
One command. All your tools. Credentials stay out of your agent's hands.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
Factorly sits between your AI agent and the tools it uses. Secrets stay in an encrypted vault. Every call is logged. Governance rules control what the agent can do. REST APIs, CLI commands, and MCP servers — one config, one audit log, one set of rules.
|
|
30
30
|
|
|
31
31
|
## Install
|
|
32
32
|
|
|
@@ -81,7 +81,7 @@ The pip package downloads the pre-built Go binary for your platform on first run
|
|
|
81
81
|
|
|
82
82
|
## Documentation
|
|
83
83
|
|
|
84
|
-
Full docs at [github.com/factorly-dev/factorly
|
|
84
|
+
Full docs at [github.com/factorly-dev/factorly](https://github.com/factorly-dev/factorly)
|
|
85
85
|
|
|
86
86
|
## License
|
|
87
87
|
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
# Factorly
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
One command. All your tools. Credentials stay out of your agent's hands.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Factorly sits between your AI agent and the tools it uses. Secrets stay in an encrypted vault. Every call is logged. Governance rules control what the agent can do. REST APIs, CLI commands, and MCP servers — one config, one audit log, one set of rules.
|
|
12
12
|
|
|
13
13
|
## Install
|
|
14
14
|
|
|
@@ -63,7 +63,7 @@ The pip package downloads the pre-built Go binary for your platform on first run
|
|
|
63
63
|
|
|
64
64
|
## Documentation
|
|
65
65
|
|
|
66
|
-
Full docs at [github.com/factorly-dev/factorly
|
|
66
|
+
Full docs at [github.com/factorly-dev/factorly](https://github.com/factorly-dev/factorly)
|
|
67
67
|
|
|
68
68
|
## License
|
|
69
69
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: factorly
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: Security and governance layer for AI agent tool access
|
|
5
5
|
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/factorly-dev/factorly
|
|
7
|
-
Project-URL: Documentation, https://github.com/factorly-dev/factorly
|
|
8
|
-
Project-URL: Repository, https://github.com/factorly-dev/factorly
|
|
6
|
+
Project-URL: Homepage, https://github.com/factorly-dev/factorly
|
|
7
|
+
Project-URL: Documentation, https://github.com/factorly-dev/factorly/tree/main/docs
|
|
8
|
+
Project-URL: Repository, https://github.com/factorly-dev/factorly
|
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -24,9 +24,9 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
|
|
25
25
|
# Factorly
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
One command. All your tools. Credentials stay out of your agent's hands.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
Factorly sits between your AI agent and the tools it uses. Secrets stay in an encrypted vault. Every call is logged. Governance rules control what the agent can do. REST APIs, CLI commands, and MCP servers — one config, one audit log, one set of rules.
|
|
30
30
|
|
|
31
31
|
## Install
|
|
32
32
|
|
|
@@ -81,7 +81,7 @@ The pip package downloads the pre-built Go binary for your platform on first run
|
|
|
81
81
|
|
|
82
82
|
## Documentation
|
|
83
83
|
|
|
84
|
-
Full docs at [github.com/factorly-dev/factorly
|
|
84
|
+
Full docs at [github.com/factorly-dev/factorly](https://github.com/factorly-dev/factorly)
|
|
85
85
|
|
|
86
86
|
## License
|
|
87
87
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "factorly"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.2.0"
|
|
8
8
|
description = "Security and governance layer for AI agent tool access"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -23,9 +23,9 @@ classifiers = [
|
|
|
23
23
|
factorly = "factorly.cli:main"
|
|
24
24
|
|
|
25
25
|
[project.urls]
|
|
26
|
-
Homepage = "https://github.com/factorly-dev/factorly
|
|
27
|
-
Documentation = "https://github.com/factorly-dev/factorly
|
|
28
|
-
Repository = "https://github.com/factorly-dev/factorly
|
|
26
|
+
Homepage = "https://github.com/factorly-dev/factorly"
|
|
27
|
+
Documentation = "https://github.com/factorly-dev/factorly/tree/main/docs"
|
|
28
|
+
Repository = "https://github.com/factorly-dev/factorly"
|
|
29
29
|
|
|
30
30
|
[tool.setuptools.packages.find]
|
|
31
31
|
include = ["factorly*"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|