Metadata-Version: 2.1
Name: ask-jennie
Version: 1.0.0
Summary: The package targets protocol for uploading and reusing task and libraries
Home-page: https://github.com/Ask-Jennie/jennie
Author: ASK Jennie
Author-email: Jennie Automation Protocol <saurabh@ask-jennie.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Introduction

```pip3 install ask-jennie```

ASK Jennie is an autobot that help developer to performing day to day task.

For Eg :

Let's say `A developer wants to create a team section for his webiste on angular`.

To Run the autobot install software and run

```shell
jennie autobot
```

**output**
```shell
Hi, I am jennie, I am your Assistant developer.
You can ask me say,
    Add s3 to angular project for file upload.
            OR
    Setup my django project.

To exit the program anytime type exit
View complete cheatsheet at : https://somelink.com
Project Info : https://ask-jennie.com

>> 
```
Then you can ask jennie any kind of development help

```
>> create a team section in angular
```

A browser shall be opened with option to select required automation

![alt text](images/image.png)

Once user has selected the automation, the task shall be performed directly on user system

```shell
>> create a team section in angular
    Continue to download automation .....
    Downloading Automation : jennie angular ui-lib download teams
    Downloading Angular UI library
    Created Component ui-lib/teams
    Angular UI library Downloaded Successfully
    Declare html component to use library
    <app-teams></app-teams>
```
