Metadata-Version: 1.1
Name: alfred-genie
Version: 0.1.20200703
Summary: Genie for Alfred
Home-page: https://github.com/namuan/alfred-genie
Author: DeskRiders Dev
Author-email: me@deskriders.dev
License: MIT
Description: alfred-genie
        ------------
        
        Genie for Alfred
        
        Installation
        ~~~~~~~~~~~~
        
        ::
        
           $ pip install alfred-genie
        
        Usage
        ~~~~~
        
        The following sub-commands are currently implemented
        
        Contributing
        ~~~~~~~~~~~~
        
        Pull requests are welcome. For major changes, please open an issue first
        to discuss what you would like to change.
        
        You’ll need a working version of ``Python3`` to run these scripts.
        
        1) Create and use new virtual env
        
        ::
        
           python3 -m venv venv
           source venv/bin/activate
        
        2) Install required dependencies
        
        ::
        
           $ pip install -r requirements.txt
        
        3) Run locally
        
        ::
        
           $ python local_main.py ...
        
        Publishing Updates to PyPi
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code:: shell
        
           $ make package
        
        Enter the username and password for pypi.org repo when prompted
        
        License
        ~~~~~~~
        
        `MIT <https://choosealicense.com/licenses/mit/>`__
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
