Skip to content

Commit 010b1c7

Browse files
committed
v1.0.35 package
1 parent 49edef6 commit 010b1c7

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include CONTRIBUTING.rst
33
include HISTORY.rst
44
include LICENSE
55
include README.rst
6+
include ravenpackapi/upload/*
67

78
recursive-include tests *
89
recursive-exclude * __pycache__

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,15 @@ an Entity given the RP\_ENTITY\_ID
187187
if ticker.is_valid():
188188
print(ticker)
189189
190+
Text Analytics
191+
~~~~~~~~~~~~~~
192+
193+
Analyse your own content using RavenPack’s proprietary NLP technology.
194+
195+
The API for analyzing your internal content is still in beta and may
196+
change in the future. You can request an early access and `see an
197+
example of usage here <ravenpackapi/examples/text_extraction.py>`__.
198+
190199
Accessing the low-level requests
191200
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192201

ravenpackapi/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import json
21
import logging
32
import os
43

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# 3 - Alpha
2525
# 4 - Beta
2626
# 5 - Production/Stable
27-
'Development Status :: 4 - Beta',
27+
'Development Status :: 5 - Production',
2828

2929
# Indicate who your project is intended for
3030
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)