firasrb
7f7e1f8d6c
Added Spyder and VSCode project folders to .gitignore ( #92 )
7 years ago
Kasper Primdal Lauritzen
2bafb83110
Use latest stable python3 in conda create ( #78 )
8 years ago
Isaac Slavitt
dc14659408
Merge pull request #71 from pmh-ds/master
...
Added support for multiple AWS profiles
8 years ago
Paul Harrison
934a98c11d
Add optional argument for using AWS credentials profile.
...
Update docs.
Update tests. No need to include __pycache__ directory.
Update .gitignore to ignore test cache output.
8 years ago
Isaac Slavitt
3e0dbed9a9
Merge pull request #75 from lorey/patch-1
...
Add directory structure to README, improves #10
8 years ago
Karl Lorey
da428619e1
Add directory structure to README, improves #10
...
The file structure is an essential part of the provided benefit and should be in the readme file.
8 years ago
Isaac Slavitt
f3980db66c
Fix self documenting make on Linux, close #67
8 years ago
Isaac Slavitt
5cc3192a52
Add PROJECT_DIR absolute path as variable in Makefile, per #65
8 years ago
Keld Lundgaard
a6a8c66e2d
Check for conda before using it to create an environment.
8 years ago
Matt Fortier
adf935ba53
fixed minor formatting issue in Makefile ( #61 )
8 years ago
Peter Bull
e385aff019
Basic sanity-check tests
8 years ago
Peter Bull
52119e38d1
Update year to be automatic
...
Closes #60
8 years ago
Luca Verginer
5569270724
Changed findstr to findstring ( #57 )
...
On Mac with GNU Make 3.81 I had to change this line to get the makefile to correctly read the python version number
8 years ago
Isaac Slavitt
0249b43291
Merge pull request #55 from mattayes/52-lowercase-repo_name
...
#52 Make default repo_name lowercase
8 years ago
Isaac Slavitt
5dd0669466
Fix typo
8 years ago
Matthew Hayes
89e81cf8c4
#52 Make default repo_name lowercase
8 years ago
Isaac Slavitt
09be03b6ab
Merge pull request #54 from mattayes/53-jupyter-notebooks
...
#53 Refer .gitignore "IPython" comment to reference "Jupyter"
8 years ago
Matthew Hayes
5c0f67a958
#53 Rename IPython to Jupyter
8 years ago
Peter Bull
1caa67be43
Detect conda and support conda envs; tweaks for vanilla virtualenv ( #51 )
...
* OSX Junk in gitignore
* Support conda envs by default
* Make it run on vanilla Ubuntu
8 years ago
Peter Bull
947a36a86a
Merge pull request #50 from niloch/master
...
Makefile help, specify python interpreter, test environment
8 years ago
Colin Sullivan
ae2b54e738
install virtualenvwrapper by default, and use project defined python interpreter. Also make requirements command output verbose
8 years ago
Colin Sullivan
a3785c9180
small naming fix
8 years ago
Colin Sullivan
d13bc88ab0
add parameter to specify python interpreter and commands to create and test virtual environments
8 years ago
Colin Sullivan
690241a8a9
Added self-documenting comments and default Rule to list commands with descriptions
8 years ago
Peter Bull
2d106de5e2
Add conda to README
8 years ago
Peter Bull
76930056bf
Add docstring in make_dataset; closes #1
8 years ago
Peter Bull
5a818e8886
Add backlink; closes #39
8 years ago
Peter Bull
9badddb9e0
Merge pull request #46 from proinsias/patch-1
...
Fix typo in getting-started.rst
8 years ago
Francis T. O'Donovan
937563bb97
Fix typo in getting-started.rst
8 years ago
Peter Bull
59c2f0d2a4
Merge pull request #45 from adamkgoldfarb/patch-1
...
Update doc to reflect AWS CLI rather than s3cmd
8 years ago
Adam Goldfarb
438ef529a8
Add URL for AWS CLI S3 docs
8 years ago
Adam Goldfarb
75974b1f10
Update doc to reflect AWS CLI rather than s3cmd
8 years ago
Peter Bull
2c08fd900b
Merge pull request #44 from hwartig/patch-2
...
Make `make lint` work for new projects.
8 years ago
Peter Bull
7b554d05b6
Merge pull request #43 from hwartig/patch-1
...
Update commands doc.
8 years ago
Harald Wartig
91b9e1f3d0
Remove dead whitespace.
...
For newly created projects `make lint` would otherwise complain about
the dead whitespace in `src/data/make_dataset.py`.
8 years ago
Harald Wartig
1a2d598725
Exclude docs/conf.py from linting.
...
Running `make lint` after initializing a fresh project complains about errors in `docs/conf.py`. Which is kinda awkward for the user as he didn't write any code yet and already has errors. As this file is autogenerated I think it is best to exclude it from linting rather than fixing the errors.
8 years ago
Harald Wartig
f8dc8b0a2d
Update commands doc.
...
The current Makefile template doesn't use `s3cmd` anymore but `aws s3 sync`.
8 years ago
Peter Bull
2059394d5c
Merge pull request #41 from ohenrik/master
...
Rename src/model to src/models
8 years ago
Ole Henrik Skogstrøm
58e0ee4d84
Rename src/model to src/models
...
fixes #40
8 years ago
Isaac Slavitt
fa2c58c506
Add LICENSE
8 years ago
Peter Bull
1565d69717
Merge pull request #36 from liudonghs/master
...
Update .gitignore file to avoid ignoring the src/data folder
9 years ago
Dong Liu
a4b79f9970
Update .gitignore file to avoid ignoring the src/data folder
...
Update .gitignore file to avoid ignoring the src/data folder
9 years ago
drivendata
e79b6b0ed8
Merge pull request #35 from liudonghs/master
...
Update .gitignore file to ignore the data folder
9 years ago
Dong Liu
52bc431939
Update .gitignore file to ignore the data folder
9 years ago
Isaac Slavitt
440de6989d
Bump python-dotenv version, closes #30
9 years ago
Isaac Slavitt
031ccf0aa8
Fix imports, closes #27
9 years ago
Peter Bull
58b3bb6376
Merge pull request #29 from mrbell/master
...
Removed --recursive flag from s3 sync in the Makefile
closes #28
9 years ago
Michael Bell
de9b34052d
Removed --recursive flag from s3 sync in the Makefile
9 years ago
Peter Bull
03a96219ea
Update to awscli so Python 3 works
...
Closes #23
9 years ago
Peter Bull
7d8086ea87
Wrong path in Make data
9 years ago