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.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: factorly
3
- Version: 0.1.10
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-cli
7
- Project-URL: Documentation, https://github.com/factorly-dev/factorly-cli/tree/main/docs
8
- Project-URL: Repository, https://github.com/factorly-dev/factorly-cli
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
- Your agent calls tools. Factorly holds the keys.
27
+ One command. All your tools. Credentials stay out of your agent's hands.
28
28
 
29
- A security and governance layer between AI agents and the tools they use. REST APIs, CLI commands, MCP servers — one config, one audit log, one set of rules.
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-cli](https://github.com/factorly-dev/factorly-cli)
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
- Your agent calls tools. Factorly holds the keys.
9
+ One command. All your tools. Credentials stay out of your agent's hands.
10
10
 
11
- A security and governance layer between AI agents and the tools they use. REST APIs, CLI commands, MCP servers — one config, one audit log, one set of rules.
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-cli](https://github.com/factorly-dev/factorly-cli)
66
+ Full docs at [github.com/factorly-dev/factorly](https://github.com/factorly-dev/factorly)
67
67
 
68
68
  ## License
69
69
 
@@ -1,3 +1,3 @@
1
1
  """Factorly — security and governance layer for AI agent tool access."""
2
2
 
3
- __version__ = "0.1.10"
3
+ __version__ = "0.2.0"
@@ -9,7 +9,7 @@ import urllib.request
9
9
 
10
10
  from factorly import __version__
11
11
 
12
- REPO = "factorly-dev/factorly-cli"
12
+ REPO = "factorly-dev/factorly"
13
13
 
14
14
  PLATFORM_MAP = {
15
15
  "Darwin": "darwin",
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: factorly
3
- Version: 0.1.10
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-cli
7
- Project-URL: Documentation, https://github.com/factorly-dev/factorly-cli/tree/main/docs
8
- Project-URL: Repository, https://github.com/factorly-dev/factorly-cli
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
- Your agent calls tools. Factorly holds the keys.
27
+ One command. All your tools. Credentials stay out of your agent's hands.
28
28
 
29
- A security and governance layer between AI agents and the tools they use. REST APIs, CLI commands, MCP servers — one config, one audit log, one set of rules.
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-cli](https://github.com/factorly-dev/factorly-cli)
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.1.10"
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-cli"
27
- Documentation = "https://github.com/factorly-dev/factorly-cli/tree/main/docs"
28
- Repository = "https://github.com/factorly-dev/factorly-cli"
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