Metadata-Version: 2.4
Name: statistics-canada
Version: 2025.6.10.5314
Summary: Python bindings for the Statistics Canada Web Data Service (WDS) API
Author-email: Paul Bouillon <pbouill@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/pbouill/statistics-canada
Project-URL: Repository, https://github.com/pbouill/statistics-canada.git
Project-URL: Bug Tracker, https://github.com/pbouill/statistics-canada/issues
Keywords: python,statistics,census,canada
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: pandas>=2.3.0
Dynamic: license-file

## Overview
A Python project template with automated versioning and build utilities.
see: https://www12.statcan.gc.ca/census-recensement/2021/ref/dict/fig/index-eng.cfm?ID=f1_1

## Installation

### From PyPI
```bash
pip install template-project
```

### From source
```bash
git clone https://github.com/pbouill/template.git
cd template
pip install -e .
```

## Features
- Automated version generation based on timestamps
- Git commit hash tracking in builds
- Configurable package dependencies

## Usage

```python
import template

# Your code examples here
```

## Development

### Requirements
- Python 3.10 or later

### Setup development environment
```bash
pip install -e ".[all]"
```

## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
