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
988d80a1
Commit
988d80a1
authored
May 15, 2019
by
Serbaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.5.3
parent
9e2e58ba
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
HISTORY.rst
HISTORY.rst
+2
-0
setup.py
setup.py
+1
-1
.tweet.py.swp
tweet_model/.tweet.py.swp
+0
-0
tweet.py
tweet_model/tweet.py
+1
-1
No files found.
HISTORY.rst
View file @
988d80a1
...
@@ -83,3 +83,5 @@ Version 0.5.1:
...
@@ -83,3 +83,5 @@ Version 0.5.1:
Tiny fix in the imports
Tiny fix in the imports
Version 0.5.2:
Version 0.5.2:
Added method to get Tweet in JSON form
Added method to get Tweet in JSON form
Version 0.5.3:
Coordinates stored as list and not as str
setup.py
View file @
988d80a1
...
@@ -51,6 +51,6 @@ setup(
...
@@ -51,6 +51,6 @@ setup(
test_suite
=
'tests'
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
tests_require
=
test_requirements
,
url
=
'https://github.com/Serbaf/tweet_model'
,
url
=
'https://github.com/Serbaf/tweet_model'
,
version
=
'0.5.
2
'
,
version
=
'0.5.
3
'
,
zip_safe
=
False
,
zip_safe
=
False
,
)
)
tweet_model/.tweet.py.swp
0 → 100644
View file @
988d80a1
File added
tweet_model/tweet.py
View file @
988d80a1
...
@@ -223,7 +223,7 @@ class Tweet():
...
@@ -223,7 +223,7 @@ class Tweet():
# Coordinates object
# Coordinates object
self
.
coordinates
=
{}
self
.
coordinates
=
{}
self
.
coordinates
[
"coordinates"
]
=
coordinates__coordinates
self
.
coordinates
[
"coordinates"
]
=
json
.
loads
(
coordinates__coordinates
)
self
.
coordinates
[
"type"
]
=
coordinates__type
self
.
coordinates
[
"type"
]
=
coordinates__type
# Place object
# Place object
...
...
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