Metadata-Version: 2.1
Name: ultyas
Version: 1.0.1
Summary: Converting code snippets from Ultisnips to YASnippet format.
Home-page: https://github.com/jamescherti/ultyas
Author: James Cherti
License: UNKNOWN
Description: # Ultyas - Ultisnips to YASnippet Conversion Tool
        
        Ultyas is a command-line tool, written by [James Cherti](https://www.jamescherti.com), designed to simplify the process of converting code snippets from Ultisnips to YASnippet format.
        
        With Ultyas, you can effortlessly migrate your code snippets to the YASnippet format, saving you valuable time and effort.
        
        ## Installation
        
        ```
        sudo pip install ultyas
        ```
        
        ## Usage
        
        ``` shell
        ultyas ~/.vim/UltiSnips/python.snippets -o ~/.emacs.d/snippets/python-mode/
        ```
        
        ## License
        
        Distributed under terms of the GNU General Public License version 3.
        
        ## Links
        
        - [Ultyas @PyPI](https://pypi.org/project/ultyas/)
        - [Ultyas @GitHub](https://github.com/jamescherti/ultyas/)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: Other
Classifier: Topic :: Text Editors :: Emacs
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
