Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tweet_model
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
serpucga
tweet_model
Commits
a5bc9c99
Commit
a5bc9c99
authored
May 03, 2019
by
Serbaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tiny fix in the imports
parent
064f7030
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
HISTORY.rst
HISTORY.rst
+3
-0
setup.py
setup.py
+1
-1
utils.py
tweet_model/utils.py
+1
-1
No files found.
HISTORY.rst
View file @
a5bc9c99
...
...
@@ -78,3 +78,6 @@ just the fields indicated by the user and not the full Tweet object)
not part of the original Tweeter tweets, but needed in other project.
* Added setter methods for "polarity" and "trtext", which will be probably now
set at instantiation time but afterwards
Version 0.5.1:
Tiny fix in the imports
setup.py
View file @
a5bc9c99
...
...
@@ -51,6 +51,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://github.com/Serbaf/tweet_model'
,
version
=
'0.5.
0
'
,
version
=
'0.5.
1
'
,
zip_safe
=
False
,
)
tweet_model/utils.py
View file @
a5bc9c99
import
logging
from
typing
import
Union
,
Dict
,
List
,
Generator
from
tweet
import
Tweet
from
tweet
_model.tweet
import
Tweet
from
tweet_manager.lib
import
format_csv
# Configure logger
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment