[Python-modules-commits] [python-twitter] branch upstream updated (e5175e7 -> 84e9227)
Koichi Akabe
vbkaisetsu-guest at moszumanska.debian.org
Sat Oct 21 02:14:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
vbkaisetsu-guest pushed a change to branch upstream
in repository python-twitter.
from e5175e7 Imported Upstream version 1.1+git20131227
adds 84e9227 Import python-twitter_3.3.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.gitignore | 54 +
AUTHORS.rst | 37 +
CHANGES | 73 +-
COPYING | 2 +-
ChangeLog | 1015 ----
GAE.rst | 55 +
MANIFEST.in | 6 +-
Makefile | 67 +
NOTICE | 10 -
README.md | 212 -
README.rst | 243 +
circle.yml | 12 +
coveragerc | 2 +
doc/changelog.rst | 113 +
doc/changes_to_tweet_counting.rst | 79 +
doc/conf.py | 45 +-
doc/contributing.rst | 37 +
doc/getting_started.rst | 51 +
doc/index.rst | 74 +-
doc/installation.rst | 51 +
doc/migration_v30.rst | 153 +
doc/models.rst | 15 +
doc/modules.rst | 10 +
doc/python-twitter-app-creation-part1.png | Bin 0 -> 264928 bytes
doc/python-twitter-app-creation-part2.png | Bin 0 -> 156712 bytes
doc/python-twitter-app-creation-part3.png | Bin 0 -> 168112 bytes
doc/rate_limits.rst | 83 +
doc/searching.rst | 19 +
doc/twitter.html | 5028 +++++++++++--------
doc/twitter.rst | 38 +
doc/with_django.rst | 4 +
examples/shorten_url.py | 142 +-
examples/streaming/track_users.py | 77 +
examples/tweet.py | 156 +-
examples/twitter-to-xhtml.py | 108 +-
examples/view_friends.py | 46 +
get_access_token.py | 85 +-
pytest.ini | 14 +
python-twitter.spec | 50 -
requirements.docs.txt | 5 +
requirements.testing.txt | 18 +
requirements.txt | 11 +-
setup.cfg | 15 +
setup.py | 110 +-
test.py | 5 +
testdata/168NQ.jpg | Bin 0 -> 44772 bytes
testdata/3.2/extended_tweet_in_compat_mode.json | 1 +
testdata/3.2/extended_tweet_in_extended_mode.json | 1 +
testdata/corgi.gif | Bin 0 -> 3168800 bytes
testdata/direct_message-destroy.json | 10 +-
testdata/direct_messages-new.json | 10 +-
testdata/direct_messages.json | 12 +-
testdata/featured.json | 303 +-
testdata/followers.json | 955 +++-
testdata/friends.json | 590 ++-
testdata/friends_timeline-kesuke.json | 303 +-
testdata/friendship-create.json | 16 +-
testdata/friendship-destroy.json | 16 +-
testdata/get_blocks_0.json | 1 +
testdata/get_blocks_1.json | 1 +
testdata/get_blocks_ids_0.json | 1 +
testdata/get_blocks_ids_1.json | 1 +
testdata/get_direct_messages.json | 1 +
testdata/get_favorites.json | 1 +
testdata/get_follower_ids.json | 1 +
testdata/get_follower_ids_0.json | 1 +
testdata/get_follower_ids_1.json | 1 +
testdata/get_follower_ids_paged.json | 1 +
testdata/get_follower_ids_stringify.json | 1 +
testdata/get_followers_0.json | 1 +
testdata/get_followers_1.json | 1 +
testdata/get_friend_ids_0.json | 1 +
testdata/get_friend_ids_1.json | 1 +
testdata/get_friends.json | 1 +
testdata/get_friends_0.json | 1 +
testdata/get_friends_1.json | 1 +
testdata/get_friends_2.json | 1 +
testdata/get_friends_3.json | 1 +
testdata/get_friends_4.json | 1 +
testdata/get_friends_ids.json | 1 +
testdata/get_friends_paged.json | 1 +
testdata/get_friends_paged_additional_params.json | 1 +
testdata/get_friends_paged_uid.json | 1 +
testdata/get_friendships_lookup_muting.json | 1 +
.../get_friendships_lookup_muting_blocking.json | 1 +
testdata/get_friendships_lookup_none.json | 1 +
testdata/get_get_memberships.json | 1 +
testdata/get_get_memberships_himawari8bot.json | 1 +
testdata/get_get_subscriptions.json | 1 +
testdata/get_get_subscriptions_uid.json | 1 +
testdata/get_help_configuration.json | 1 +
testdata/get_home_timeline.json | 1 +
testdata/get_list_members.json | 1 +
testdata/get_list_members_0.json | 1 +
testdata/get_list_members_1.json | 1 +
testdata/get_list_members_extra_params.json | 1 +
testdata/get_list_timeline.json | 1 +
testdata/get_list_timeline_count.json | 1 +
testdata/get_list_timeline_count_rts_ent.json | 1 +
testdata/get_list_timeline_id.json | 1 +
testdata/get_list_timeline_max_since.json | 1 +
testdata/get_lists.json | 1 +
testdata/get_lists_list.json | 1 +
testdata/get_lists_list_screen_name.json | 1 +
testdata/get_lists_list_user_id.json | 1 +
testdata/get_memberships.json | 1 +
testdata/get_mentions.json | 1 +
testdata/get_mutes_users_ids.json | 1 +
testdata/get_mutes_users_ids_loop_0.json | 1 +
testdata/get_mutes_users_ids_loop_1.json | 1 +
testdata/get_mutes_users_list.json | 1 +
testdata/get_mutes_users_list_loop_0.json | 1 +
testdata/get_mutes_users_list_loop_1.json | 1 +
testdata/get_replies.json | 1 +
testdata/get_retweeters.json | 1 +
testdata/get_retweets.json | 1 +
testdata/get_retweets_count.json | 1 +
testdata/get_retweets_of_me.json | 1 +
testdata/get_search.json | 1 +
testdata/get_search_geocode.json | 1 +
testdata/get_search_raw.json | 1 +
testdata/get_sent_direct_messages.json | 1 +
testdata/get_show_friendship.json | 1 +
testdata/get_show_subscription.json | 1 +
testdata/get_show_subscription_extra_params.json | 1 +
testdata/get_show_subscription_not_subscriber.json | 1 +
testdata/get_status.json | 1 +
testdata/get_status_ext_alt.json | 1 +
testdata/get_status_extra_params.json | 1 +
testdata/get_status_oembed.json | 1 +
testdata/get_status_promoted_video_tweet.json | 1 +
testdata/get_trends_current.json | 1 +
testdata/get_trends_current_unicode.json | 1 +
testdata/get_trends_woeid.json | 1 +
testdata/get_trends_woeid_exclude.json | 1 +
testdata/get_user.json | 1 +
testdata/get_user_retweets.json | 1 +
testdata/get_user_suggestion.json | 1 +
testdata/get_user_suggestion_categories.json | 1 +
testdata/get_user_timeline.json | 1 +
testdata/get_user_timeline_count.json | 1 +
testdata/get_user_timeline_sincemax.json | 1 +
testdata/get_users_search.json | 1 +
testdata/get_verify_credentials_include_email.json | 1 +
testdata/lookup_friendship.json | 1 +
testdata/models/models_category.json | 1 +
testdata/models/models_direct_message.json | 1 +
testdata/models/models_direct_message_short.json | 1 +
testdata/models/models_hashtag.json | 1 +
testdata/models/models_list.json | 1 +
testdata/models/models_media.json | 1 +
testdata/models/models_status.json | 1 +
testdata/models/models_status_no_user.json | 1 +
testdata/models/models_trend.json | 1 +
testdata/models/models_url.json | 1 +
testdata/models/models_user.json | 1 +
testdata/models/models_user_status.json | 1 +
testdata/models/status_quoted_tweet.json | 1 +
.../models/status_quoted_tweet_with_media.json | 1 +
testdata/post_blocks_create.json | 1 +
testdata/post_blocks_destroy.json | 1 +
testdata/post_create_favorite.json | 1 +
testdata/post_create_list.json | 1 +
testdata/post_create_lists_member.json | 1 +
testdata/post_create_lists_member_multiple.json | 1 +
testdata/post_create_subscription.json | 1 +
testdata/post_destroy_direct_message.json | 1 +
testdata/post_destroy_favorite.json | 1 +
testdata/post_destroy_list.json | 1 +
testdata/post_destroy_lists_member.json | 1 +
testdata/post_destroy_lists_member_multiple.json | 1 +
testdata/post_destroy_status.json | 1 +
testdata/post_destroy_subscription.json | 1 +
testdata/post_media.json | 1 +
testdata/post_mutes_users_create.json | 1 +
testdata/post_mutes_users_create_skip_status.json | 1 +
testdata/post_mutes_users_destroy.json | 1 +
testdata/post_post_direct_message.json | 1 +
testdata/post_update.json | 1 +
testdata/post_update_extra_params.json | 1 +
testdata/post_update_media_id.json | 1 +
testdata/post_update_with_media.json | 1 +
testdata/post_upload_chunked_FINAL.json | 1 +
testdata/post_upload_chunked_INIT.json | 1 +
testdata/post_upload_media_simple.json | 1 +
testdata/public_timeline.json | 303 +-
testdata/ratelimit.json | 1 +
testdata/replies.json | 108 +-
testdata/retweet.json | 16 +-
testdata/retweets_of_me.json | 27 +-
testdata/show-89512102.json | 16 +-
testdata/show-dewitt.json | 25 +-
testdata/status-destroy.json | 16 +-
testdata/update.json | 16 +-
testdata/update_latlong.json | 30 +-
testdata/user_timeline-kesuke.json | 18 +-
testdata/user_timeline.json | 17 +-
testdata/users_lookup.json | 1 +
testdata/verify_credentials.json | 1 +
tests/test_api.py | 327 ++
tests/test_api_30.py | 1734 +++++++
tests/test_error_handling.py | 38 +
tests/test_filecache.py | 43 +
tests/test_media.py | 119 +
tests/test_models.py | 192 +
tests/test_parse_tweet.py | 42 +
tests/test_rate_limit.py | 233 +
tests/test_status.py | 76 +
tests/test_trend.py | 42 +
tests/test_tweet_changes.py | 62 +
tests/test_tweet_length.py | 77 +
tests/test_twitter_utils.py | 76 +
tests/test_unicode.py | 103 +
tests/test_url_regex.py | 118 +
tests/test_user.py | 91 +
tox.ini | 29 +
twitter.py | 5156 --------------------
twitter/__init__.py | 56 +
twitter/_file_cache.py | 102 +
twitter/api.py | 5019 +++++++++++++++++++
twitter/error.py | 20 +
twitter/models.py | 511 ++
twitter/parse_tweet.py | 100 +
twitter/ratelimit.py | 191 +
twitter/twitter_utils.py | 273 ++
twitter_test.py | 694 ---
226 files changed, 17429 insertions(+), 9464 deletions(-)
create mode 100644 .gitignore
create mode 100644 AUTHORS.rst
delete mode 100644 ChangeLog
create mode 100644 GAE.rst
create mode 100644 Makefile
delete mode 100644 README.md
create mode 100644 README.rst
create mode 100644 circle.yml
create mode 100644 coveragerc
create mode 100644 doc/changelog.rst
create mode 100644 doc/changes_to_tweet_counting.rst
create mode 100644 doc/contributing.rst
create mode 100644 doc/getting_started.rst
create mode 100644 doc/installation.rst
create mode 100644 doc/migration_v30.rst
create mode 100644 doc/models.rst
create mode 100644 doc/modules.rst
create mode 100644 doc/python-twitter-app-creation-part1.png
create mode 100644 doc/python-twitter-app-creation-part2.png
create mode 100644 doc/python-twitter-app-creation-part3.png
create mode 100644 doc/rate_limits.rst
create mode 100644 doc/searching.rst
create mode 100644 doc/twitter.rst
create mode 100644 doc/with_django.rst
create mode 100644 examples/streaming/track_users.py
create mode 100644 examples/view_friends.py
create mode 100644 pytest.ini
delete mode 100644 python-twitter.spec
create mode 100644 requirements.docs.txt
create mode 100644 requirements.testing.txt
create mode 100644 setup.cfg
create mode 100644 test.py
create mode 100644 testdata/168NQ.jpg
create mode 100644 testdata/3.2/extended_tweet_in_compat_mode.json
create mode 100644 testdata/3.2/extended_tweet_in_extended_mode.json
create mode 100644 testdata/corgi.gif
create mode 100644 testdata/get_blocks_0.json
create mode 100644 testdata/get_blocks_1.json
create mode 100644 testdata/get_blocks_ids_0.json
create mode 100644 testdata/get_blocks_ids_1.json
create mode 100644 testdata/get_direct_messages.json
create mode 100644 testdata/get_favorites.json
create mode 100644 testdata/get_follower_ids.json
create mode 100644 testdata/get_follower_ids_0.json
create mode 100644 testdata/get_follower_ids_1.json
create mode 100644 testdata/get_follower_ids_paged.json
create mode 100644 testdata/get_follower_ids_stringify.json
create mode 100644 testdata/get_followers_0.json
create mode 100644 testdata/get_followers_1.json
create mode 100644 testdata/get_friend_ids_0.json
create mode 100644 testdata/get_friend_ids_1.json
create mode 100644 testdata/get_friends.json
create mode 100644 testdata/get_friends_0.json
create mode 100644 testdata/get_friends_1.json
create mode 100644 testdata/get_friends_2.json
create mode 100644 testdata/get_friends_3.json
create mode 100644 testdata/get_friends_4.json
create mode 100644 testdata/get_friends_ids.json
create mode 100644 testdata/get_friends_paged.json
create mode 100644 testdata/get_friends_paged_additional_params.json
create mode 100644 testdata/get_friends_paged_uid.json
create mode 100644 testdata/get_friendships_lookup_muting.json
create mode 100644 testdata/get_friendships_lookup_muting_blocking.json
create mode 100644 testdata/get_friendships_lookup_none.json
create mode 100644 testdata/get_get_memberships.json
create mode 100644 testdata/get_get_memberships_himawari8bot.json
create mode 100644 testdata/get_get_subscriptions.json
create mode 100644 testdata/get_get_subscriptions_uid.json
create mode 100644 testdata/get_help_configuration.json
create mode 100644 testdata/get_home_timeline.json
create mode 100644 testdata/get_list_members.json
create mode 100644 testdata/get_list_members_0.json
create mode 100644 testdata/get_list_members_1.json
create mode 100644 testdata/get_list_members_extra_params.json
create mode 100644 testdata/get_list_timeline.json
create mode 100644 testdata/get_list_timeline_count.json
create mode 100644 testdata/get_list_timeline_count_rts_ent.json
create mode 100644 testdata/get_list_timeline_id.json
create mode 100644 testdata/get_list_timeline_max_since.json
create mode 100644 testdata/get_lists.json
create mode 100644 testdata/get_lists_list.json
create mode 100644 testdata/get_lists_list_screen_name.json
create mode 100644 testdata/get_lists_list_user_id.json
create mode 100644 testdata/get_memberships.json
create mode 100644 testdata/get_mentions.json
create mode 100644 testdata/get_mutes_users_ids.json
create mode 100644 testdata/get_mutes_users_ids_loop_0.json
create mode 100644 testdata/get_mutes_users_ids_loop_1.json
create mode 100644 testdata/get_mutes_users_list.json
create mode 100644 testdata/get_mutes_users_list_loop_0.json
create mode 100644 testdata/get_mutes_users_list_loop_1.json
create mode 100644 testdata/get_replies.json
create mode 100644 testdata/get_retweeters.json
create mode 100644 testdata/get_retweets.json
create mode 100644 testdata/get_retweets_count.json
create mode 100644 testdata/get_retweets_of_me.json
create mode 100644 testdata/get_search.json
create mode 100644 testdata/get_search_geocode.json
create mode 100644 testdata/get_search_raw.json
create mode 100644 testdata/get_sent_direct_messages.json
create mode 100644 testdata/get_show_friendship.json
create mode 100644 testdata/get_show_subscription.json
create mode 100644 testdata/get_show_subscription_extra_params.json
create mode 100644 testdata/get_show_subscription_not_subscriber.json
create mode 100644 testdata/get_status.json
create mode 100644 testdata/get_status_ext_alt.json
create mode 100644 testdata/get_status_extra_params.json
create mode 100644 testdata/get_status_oembed.json
create mode 100644 testdata/get_status_promoted_video_tweet.json
create mode 100644 testdata/get_trends_current.json
create mode 100644 testdata/get_trends_current_unicode.json
create mode 100644 testdata/get_trends_woeid.json
create mode 100644 testdata/get_trends_woeid_exclude.json
create mode 100644 testdata/get_user.json
create mode 100644 testdata/get_user_retweets.json
create mode 100644 testdata/get_user_suggestion.json
create mode 100644 testdata/get_user_suggestion_categories.json
create mode 100644 testdata/get_user_timeline.json
create mode 100644 testdata/get_user_timeline_count.json
create mode 100644 testdata/get_user_timeline_sincemax.json
create mode 100644 testdata/get_users_search.json
create mode 100644 testdata/get_verify_credentials_include_email.json
create mode 100644 testdata/lookup_friendship.json
create mode 100644 testdata/models/models_category.json
create mode 100644 testdata/models/models_direct_message.json
create mode 100644 testdata/models/models_direct_message_short.json
create mode 100644 testdata/models/models_hashtag.json
create mode 100644 testdata/models/models_list.json
create mode 100644 testdata/models/models_media.json
create mode 100644 testdata/models/models_status.json
create mode 100644 testdata/models/models_status_no_user.json
create mode 100644 testdata/models/models_trend.json
create mode 100644 testdata/models/models_url.json
create mode 100644 testdata/models/models_user.json
create mode 100644 testdata/models/models_user_status.json
create mode 100644 testdata/models/status_quoted_tweet.json
create mode 100644 testdata/models/status_quoted_tweet_with_media.json
create mode 100644 testdata/post_blocks_create.json
create mode 100644 testdata/post_blocks_destroy.json
create mode 100644 testdata/post_create_favorite.json
create mode 100644 testdata/post_create_list.json
create mode 100644 testdata/post_create_lists_member.json
create mode 100644 testdata/post_create_lists_member_multiple.json
create mode 100644 testdata/post_create_subscription.json
create mode 100644 testdata/post_destroy_direct_message.json
create mode 100644 testdata/post_destroy_favorite.json
create mode 100644 testdata/post_destroy_list.json
create mode 100644 testdata/post_destroy_lists_member.json
create mode 100644 testdata/post_destroy_lists_member_multiple.json
create mode 100644 testdata/post_destroy_status.json
create mode 100644 testdata/post_destroy_subscription.json
create mode 100644 testdata/post_media.json
create mode 100644 testdata/post_mutes_users_create.json
create mode 100644 testdata/post_mutes_users_create_skip_status.json
create mode 100644 testdata/post_mutes_users_destroy.json
create mode 100644 testdata/post_post_direct_message.json
create mode 100644 testdata/post_update.json
create mode 100644 testdata/post_update_extra_params.json
create mode 100644 testdata/post_update_media_id.json
create mode 100644 testdata/post_update_with_media.json
create mode 100644 testdata/post_upload_chunked_FINAL.json
create mode 100644 testdata/post_upload_chunked_INIT.json
create mode 100644 testdata/post_upload_media_simple.json
create mode 100644 testdata/ratelimit.json
create mode 100644 testdata/users_lookup.json
create mode 100644 testdata/verify_credentials.json
create mode 100644 tests/test_api.py
create mode 100644 tests/test_api_30.py
create mode 100644 tests/test_error_handling.py
create mode 100644 tests/test_filecache.py
create mode 100644 tests/test_media.py
create mode 100644 tests/test_models.py
create mode 100644 tests/test_parse_tweet.py
create mode 100644 tests/test_rate_limit.py
create mode 100644 tests/test_status.py
create mode 100644 tests/test_trend.py
create mode 100644 tests/test_tweet_changes.py
create mode 100644 tests/test_tweet_length.py
create mode 100644 tests/test_twitter_utils.py
create mode 100644 tests/test_unicode.py
create mode 100644 tests/test_url_regex.py
create mode 100644 tests/test_user.py
create mode 100644 tox.ini
delete mode 100644 twitter.py
create mode 100644 twitter/__init__.py
create mode 100644 twitter/_file_cache.py
create mode 100644 twitter/api.py
create mode 100644 twitter/error.py
create mode 100644 twitter/models.py
create mode 100644 twitter/parse_tweet.py
create mode 100644 twitter/ratelimit.py
create mode 100644 twitter/twitter_utils.py
delete mode 100755 twitter_test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-twitter.git
More information about the Python-modules-commits
mailing list