codesigs 0.0.2__tar.gz → 0.0.3__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: codesigs
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Extract function and method signatures from source code across multiple languages.
5
5
  Author-email: Jeremy Howard <github@jhoward.fastmail.fm>
6
6
  License: Apache-2.0
@@ -0,0 +1,2 @@
1
+ __version__ = "0.0.3"
2
+ from .core import *
@@ -1,3 +1,5 @@
1
+ """Docs: https://AnswerDotAI.github.io/codesigscore.html.md"""
2
+
1
3
  # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/00_core.ipynb.
2
4
 
3
5
  # %% auto #0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codesigs
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Extract function and method signatures from source code across multiple languages.
5
5
  Author-email: Jeremy Howard <github@jhoward.fastmail.fm>
6
6
  License: Apache-2.0
@@ -28,4 +28,5 @@ version = {attr = "codesigs.__version__"}
28
28
  include = ["codesigs"]
29
29
 
30
30
  [tool.nbdev]
31
- custom_sidebar = false
31
+ allowed_metadata_keys = ['solveit']
32
+ allowed_cell_metadata_keys = ['solveit_ai']
@@ -1,2 +0,0 @@
1
- __version__ = "0.0.2"
2
- from .core import *
File without changes
File without changes
File without changes
File without changes
File without changes