Metadata-Version: 2.1
Name: partitioneer
Version: 0.1.0
Summary: A library for reading and writing partitioned data
Home-page: https://github.com/yourusername/partitioneer
Author: Your Name
Author-email: your.email@example.com
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
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: pyarrow

# Partitioneer
Utilities for managing data files in a date partitioned format

**Build the package:**
```sh
python setup.py sdist bdist_wheel
```

**Upload to PyPI:**
```sh
pip install twine
twine upload dist/*
```
