We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f02798 + 3b27b20 commit 7fc7b00Copy full SHA for 7fc7b00
cortex.yaml
@@ -0,0 +1,16 @@
1
+---
2
+info:
3
+ title: Pysubstringsearch
4
+ description: Python library for fast substring/pattern search written in C++ leveraging
5
+ Suffix Array Algorithm
6
+ x-cortex-git:
7
+ github:
8
+ alias: intsightsorg
9
+ repository: Intsights/PySubstringSearch
10
+ x-cortex-tag: pysubstringsearch
11
+ x-cortex-type: service
12
+ x-cortex-domain-parents:
13
+ - tag: threatintel-rd
14
+openapi: 3.0.1
15
+servers:
16
+- url: "/"
0 commit comments