Contributing and Development
Development¶
This project uses modern Python development tools:
Setup Development Environment¶
# Clone the repository
git clone https://github.com/danfimov/taskiq-postgres.git
cd taskiq-postgres
# Create a virtual environment (optional but recommended)
make venv
# Install dependencies
make init
You can see other useful commands by running make help.
Contributing¶
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass
- Submit a pull request