Metadata-Version: 2.1
Name: mit
Version: 0.0.6
Summary: Use mit to Manage iTunes
Home-page: https://pypi.org/project/mit/
Author: Brian Farrell
Author-email: brian.farrell@me.com
License: AGPLv3
Description: 
        ============
        Introduction
        ============
        
        MIT is a Python utility to Manage iTunes from the command line.
        
        **PLESASE NOTE:** MIT is still an in alpha stage development and will NOT perform in the way that we are
        striving to achieve. As of May 14, 2019, it is still under active development. We hope to have a beta version
        ready for testing in the near future. Please check this page for new updates.
        
        There are some caveats:
            * The only external dependencies right now are
        
              `PyObjC <https://pyobjc.readthedocs.io/en/latest/>`_
        
              and
        
              `PieTunes <https://pypi.org/project/pietunes/>`_
            * Due to these dependencies, MIT is only available for MacOS [#f1]_
            * This is a modern Python library that requires ``Python>=3.6``
        
        
        Objectives
        ----------
        
        #. Provide an elegant command-line interface for managing iTunes.
        #. Provide as close to 100% Test Coverage as possible [#f2]_
        #. Provide clear documentation with full coverage of the API and example code.
        
        
        Installing
        ----------
        
        Install and update using `pipenv`:
        
        .. code-block:: bash
        
           pipenv install mit
        
        
        A Simple Example
        ----------------
        
        .. code-block:: bash
        
           mit show playlist all
        
        
        Links
        -----
        
        * Website: https://pypi.org/project/mit/
        * Documentation: https://brianfarrell.gitlab.io/mit/
        * License: https://www.gnu.org/licenses/agpl.html
        * Releases: https://pypi.org/project/mit/
        * Code: https://gitlab.com/brianfarrell/mit/
        * Issue tracker:
        * Test status:
        * Test coverage:
        
        .. rubric:: Footnotes
        
        .. [#f1] Once this is working correctly on MacOS, I will look into how
                I might possibly get it working for iTunes on Windows.
        
        .. [#f2] | This project started-out as a Proof of Concept (POC).
               | At that point, no automated testing was involved.
               | Going forward, all new development and bug fixes will be test-driven.
        
Keywords: iTunes ScriptingBridge osx darwin
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst
