toolslm 0.3.14__tar.gz → 0.3.16__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: toolslm
3
- Version: 0.3.14
3
+ Version: 0.3.16
4
4
  Summary: Tools to make language models a bit easier to use
5
5
  Home-page: https://github.com/AnswerDotAI/toolslm
6
6
  Author: Jeremy Howard
@@ -18,6 +18,7 @@ Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  Requires-Dist: fastcore>=1.9.7
20
20
  Requires-Dist: httpx
21
+ Requires-Dist: ghapi
21
22
  Provides-Extra: dev
22
23
  Dynamic: author
23
24
  Dynamic: author-email
@@ -1,11 +1,11 @@
1
1
  [DEFAULT]
2
2
  repo = toolslm
3
3
  lib_name = toolslm
4
- version = 0.3.14
4
+ version = 0.3.16
5
5
  min_python = 3.9
6
6
  license = apache2
7
7
  black_formatting = False
8
- requirements = fastcore>=1.9.7 httpx
8
+ requirements = fastcore>=1.9.7 httpx ghapi
9
9
  doc_path = _docs
10
10
  lib_path = toolslm
11
11
  nbs_path = .
@@ -0,0 +1 @@
1
+ __version__ = "0.3.16"
@@ -164,7 +164,7 @@ def folder2ctx(
164
164
 
165
165
  # %% ../00_xml.ipynb
166
166
  def sym2file(sym):
167
- "Return (filepath, contents) for a symbol's source file"
167
+ "Return md string with filepath and contents for a symbol's source file"
168
168
  f = Path(inspect.getfile(sym))
169
169
  return f"- `{f}`\n\n````\n{f.read_text()}\n````"
170
170
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: toolslm
3
- Version: 0.3.14
3
+ Version: 0.3.16
4
4
  Summary: Tools to make language models a bit easier to use
5
5
  Home-page: https://github.com/AnswerDotAI/toolslm
6
6
  Author: Jeremy Howard
@@ -18,6 +18,7 @@ Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  Requires-Dist: fastcore>=1.9.7
20
20
  Requires-Dist: httpx
21
+ Requires-Dist: ghapi
21
22
  Provides-Extra: dev
22
23
  Dynamic: author
23
24
  Dynamic: author-email
@@ -1,4 +1,5 @@
1
1
  fastcore>=1.9.7
2
2
  httpx
3
+ ghapi
3
4
 
4
5
  [dev]
@@ -1 +0,0 @@
1
- __version__ = "0.3.14"
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