feat: recipes syncers and intial files #1
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π First Pull Request β Project Scaffold & Core Features
This is the initial pull request that sets up the foundation for the DataPytheon repository.
It includes the core structure, example data scripts, syncing utilities, testing, linting, and contribution tooling.
The goal is to offer a clean, collaborative, and beginner-friendly space for contributing data-related Python scripts.
β What's Included
π Project Structure
recipes/β for ready-to-use data processing examples (e.g.,titanic.py)syncers/β for syncing/ingesting data from public APIs (e.g., exchange rates)tests/β pytest-based unit tests for both syncers and recipesrequirements.txtβ Python package requirements withseaborn==0.13.2π§ͺ Example Scripts
recipes/titanic.pyβ loads Titanic dataset using seabornsyncers/exchange_rates.pyβ fetches real-time exchange rates via public APIβ Tests
π Tooling & Automation
ruff, testing withpytest+ coverage.coveragercto include onlyrecipes/andsyncers/, exclude all unnecessary filesruff(line length set to 120)π Documentation & Community Files
README.mdwith project description, getting started, and emoji-enhanced friendliness:sparkles:CONTRIBUTING.mdwith clear steps and contribution guidelinesCODE_OF_CONDUCT.mdwith inclusive behavior guidelinesπ¦ Motivation
To create an open, educational, and valuable resource where contributors can easily add:
π€οΈ Next Steps