faf-python-sdk 1.0.0__tar.gz → 1.0.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faf-python-sdk
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Python SDK for FAF (Foundational AI-context Format) - IANA-registered application/vnd.faf+yaml
5
5
  Project-URL: Homepage, https://faf.one
6
6
  Project-URL: Documentation, https://github.com/Wolfe-Jam/faf-python-sdk
@@ -30,7 +30,7 @@ Requires-Dist: pytest>=7.0; extra == 'dev'
30
30
  Requires-Dist: types-pyyaml>=6.0; extra == 'dev'
31
31
  Description-Content-Type: text/markdown
32
32
 
33
- # faf-sdk
33
+ # faf-python-sdk
34
34
 
35
35
  Python SDK for **FAF (Foundational AI-context Format)** - the IANA-registered format for AI project context.
36
36
 
@@ -39,7 +39,7 @@ Python SDK for **FAF (Foundational AI-context Format)** - the IANA-registered fo
39
39
  ## Installation
40
40
 
41
41
  ```bash
42
- pip install faf-sdk
42
+ pip install faf-python-sdk
43
43
  ```
44
44
 
45
45
  ## Quick Start
@@ -1,4 +1,4 @@
1
- # faf-sdk
1
+ # faf-python-sdk
2
2
 
3
3
  Python SDK for **FAF (Foundational AI-context Format)** - the IANA-registered format for AI project context.
4
4
 
@@ -7,7 +7,7 @@ Python SDK for **FAF (Foundational AI-context Format)** - the IANA-registered fo
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- pip install faf-sdk
10
+ pip install faf-python-sdk
11
11
  ```
12
12
 
13
13
  ## Quick Start
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "faf-python-sdk"
7
- version = "1.0.0"
7
+ version = "1.0.2"
8
8
  description = "Python SDK for FAF (Foundational AI-context Format) - IANA-registered application/vnd.faf+yaml"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes