Metadata-Version: 2.1
Name: synccanary
Version: 0.0.1
Summary: A package to publish latest canaries version in frontend
Home-page: https://github.com/SanjeevYadavcr7/CanarySync
Author: Sanjeev Yadav
Author-email: sanjeevyadavcr7@gmail.com
Project-URL: Bug Tracker, https://github.com/SanjeevYadavcr7/CanarySync/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# CanarySync

Created this package to publish latest canaries version in frontend

It contains a python module to import and a CLI tool.

## Installation

You can easily install the module using `pip`.

## Using the Python module

Once installed, in your python script:

```
from canarysync import updateCanary

```

## Using the CLI command

```
$ canarysync
```
