Metadata-Version: 2.1
Name: NewYearAkshay
Version: 2.0.2
Summary: Happy new year
Home-page: UNKNOWN
Author: Akshay
Author-email: akshaysavanoor@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

#Happy new year
* ##usage 
```python
pip3 install -r requirements.txt
```
```python
* importing script
  from AkshayNewYear import new_grp
* running sript
  new_grp()
```
#Developing AbsGarden
* To install new-year script, along with the tools you need to develop
   and run tests, run the following
  in your virtualenv.
```bash
$ pip install -e .[dev]
```


