Closed aybanda closed 2 months ago
Do you know how to write issues? Or use Jira, GitHub projects, etc.?
Those are a lot more formal in tracking work nowadays. There needs to be a ticket 🎟 with your name on it. I can assign this one to you, as it's currently tied to me -.-
Will help others with tracking / viewing open source contributions. Isolates each intention to push code and shows organization.
yes I'm comfortable working with them. Good work you have done so far on your project.
Finally getting back to my tasks. Let me move this forward a step.
Got ideas of not only making this installable (via pypi) but creating a fully-fledged CLI.
Thanks again.
Sure, that sounds like a plan
Finally getting back to my tasks. Let me move this forward a step.
Got ideas of not only making this installable (via pypi) but creating a fully-fledged CLI.
Ported ETL Pipeline from andy
Changes Made
Project Structure:
main.py
,requirements.txt
, and.gitignore
from the original projectEnvironment Variables:
python-dotenv
for loading environment variablesAPI_URL
as an environment variable inmain.py
Testing:
test_main.py
with unit tests for main functionspytest.ini
for test configuration and markersDocumentation:
README.md
with setup instructions, usage guide, and testing informationVersion Control:
Files Changed
main.py
: Updated to use environment variablestest_main.py
: New file with unit testsrequirements.txt
: Updated with new dependencies.env
: New file for environment variables (not committed).gitignore
: Updated to include.env
and other project-specific filesHow to Test
.env
file with the necessary environment variables