Metadata-Version: 2.1
Name: chigpy
Version: 0.0.42
Summary: A python package built by Chirag Aswani
Home-page: https://github.com/ChiragAswani/chigpy
Author: Chirag Aswani
Author-email: chirag@aswani.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# ChigPy ![PyPI](https://img.shields.io/pypi/v/chigpy.svg) ![Python](https://img.shields.io/badge/python-3.*-blue.svg)



[`ChigPy`](https://pypi.org/project/chigpy/) is a Python package built to disclose unique information about Chirag Aswani

## Installation

Using [pip](https://pypi.org/project/pip/):

    $ pip3 install chigpy

## Usage

`ChigPy` provides multiple variables and methods to return a unique answer about Chirag Aswani, depending on your environment.

- `first_name` 
- `last_name` 
- `full_name`  
- `email_address` 
- `github`
- `linkedin`
- `facebook`
- `instagram`
- `random_fact()`

The remainder of this document uses the assumption that `ChigPy` has been installed on Python3 

Basic usage looks like this:

```python
import chigpy

def main():
    chirags_name = chigpy.full_name
    chirags_email = chigpy.email_address
    return ("Contact {} at {}".format(chirags_name, chirags_email))

```
## About
`ChigPy` is developed and maintained by [Chirag Aswani](https://github.com/ChiragAswani). If you're interested in learning more about what Chirag Aswani can do for your company, please [get in touch](mailto:chirag@aswani.net)!


