fairly
fairly copied to clipboard
feature: using fairly as part of software development workflows with python
Here I document an interesting feature/use case for fairly discussed with @girgink
STORY: Researchers often write code that depend on data, and very often distribute some data next to the code within a git repository. This is not desirable, alternatively fairly could be use within the repo to point to the data and use fairly to download the data from the specific data repository.
ACCEPTANCE CRITERIA NOTES:
- The user ignores data in the .gitignore file
- The user should be able to publish, upload their data easily from the development environment
- The user should be able to clone the data after cloning the code repository with a simple command from the command line.
WHAT WOULD NEED TO BE DONE TO ACHIEVE THE ABOVE?
- More on this later....