Metadata-Version: 2.1
Name: walmart-calendar
Version: 1.1.0
Summary: Micro library for performing data calculations with Walmart's 4-5-4 retail calendar
Home-page: https://github.com/merchantlabs/walmart-calendar
Author: Merchant Labs
Author-email: support@merchantlabs.io
License: MIT
Keywords: data-analytics calendar bi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

# walmart-calendar
**Micro library for performing data calculations with Walmart's 4-5-4 retail calendar.**

## Getting Started
- Install
```bash
pip3 install walmart-calendar
```

## Contributing
#### Testing
- Make sure you have pytest installed
```bash
pip3 install pytest
```
- Run tests
```bash
python3 -m pytest
```


