Metadata-Version: 1.0
Name: AsanaToGithub
Version: 1.0.0
Summary: Simple script to copy items from Asana to Github issues
Home-page: https://github.com/talha131/asana-to-github
Author: Talha Mansoor
Author-email: talha131@gmail.com
License: Apache License, (2.0)
Download-URL: https://github.com/talha131/AsanaToGithub/tarball/master
Description: 
            AsanaToGithub copies your tasks from an Asana project to your Github repository's issue tracker. It copies Asana task title, notes, comments and attachments to Github issues. It supports UTF-8 encoding.
        
            Asana task's title and note is created as Github issue. The comments and attachments of the task are added as a comment to the Github issue. AsanaToGithub supports linking the Asana task and Github issue together by means of adding links in the comments at both sites.
        
            Features
            --------
            #. You can copy incomplete and completed tasks.
            #. Tasks can be copied in batch or interactively. 
            #. You can copy Asana comments and attachments to the Github issue which can be disabled.
            #. A comment is added to Asana task which has link to the Github issue. This can be disabled.
            #. After copy, tag and labels are applied to the Asana task and Github issue respectively. This too can be disabled.
        
            Example
            -------
        
            This is a `sample Github issue <https://github.com/talha131/AsanaToGithub/issues/1>`_ copied from Asana using AsanaToGithub.
            
Keywords: Asana,Github,Github issues,issue tracker
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
