Metadata-Version: 2.1
Name: django-ditto
Version: 1.3.9
Summary: A Django app to copy stuff from your accounts on Flickr, Last.fm, Pinboard and Twitter.
Home-page: https://github.com/philgyford/django-ditto
Author: Phil Gyford
Author-email: phil@gyford.com
License: MIT
Project-URL: Blog posts, https://www.gyford.com/phil/writing/tags/django-ditto/
Project-URL: Bug Reports, https://github.com/philgyford/django-ditto/issues
Project-URL: Documentation, https://django-ditto.readthedocs.io/
Project-URL: Source, https://github.com/philgyford/django-ditto
Description: ==============
         Django Ditto
        ==============
        
        .. image:: https://travis-ci.org/philgyford/django-ditto.svg?branch=main
          :target: https://travis-ci.org/philgyford/django-ditto?branch=main
        
        .. image:: https://coveralls.io/repos/github/philgyford/django-ditto/badge.svg?branch=main
          :target: https://coveralls.io/github/philgyford/django-ditto?branch=main
        
        A collection of Django apps for copying things from third-party sites and services. Requires Python 3.6, 3.7 or 3.8, and Django 2.2, 3.0 or 3.1.
        
        `Read the documentation. <http://django-ditto.readthedocs.io/en/latest/>`_
        
        `See screenshots of a site using the supplied templates. <https://github.com/philgyford/django-ditto/tree/main/screenshots>`_
        
        Install using `pip <https://pip.pypa.io/en/stable/>`_::
        
            $ pip install django-ditto
        
        NOTE: It will install `Pillow <http://pillow.readthedocs.io/en/latest/>`_, among other things, which has prerequisites of its own, such as libjpeg and zlib. Sorry.
        
        Currently, Ditto can copy these things from these services:
        
        - `Flickr <https://flickr.com/>`_
            - Photos
            - Photosets
            - Original image and video files
            - Users
        - `Last.fm <https://www.last.fm/>`_
            - Scrobbles (Artist, Track and Album)
        - `Pinboard <https://pinboard.in/>`_
            - Bookmarks
        - `Twitter <https://twitter.com/>`_
            - Tweets
            - Favorites/Likes
            - Images and Animated GIFs (but not videos)
            - Users
        
        The Ditto apps provide:
        
        - Models
        - Admin
        - Management commands to fetch the data/files
        - Views and URLs
        - Templates (that use `Bootstrap 4 <https://getbootstrap.com>`_)
        - Template tags for common things (eg, most recent Tweets, or Flickr photos uploaded on a particular day)
        
Keywords: ditto twitter flickr pinboard last.fm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Provides-Extra: test
Provides-Extra: dev
