infoex-autowx.git
5 years agoMerge branch 'v1.0.0' v1.0.0
Alexander Vasarab [Sat, 20 Jun 2020 21:32:01 +0000 (14:32 -0700)]
Merge branch 'v1.0.0'

5 years agoImprove --dry-run behavior
Alexander Vasarab [Sat, 20 Jun 2020 21:11:25 +0000 (14:11 -0700)]
Improve --dry-run behavior

Now the working CSV file (csv_filename in the config file) gets deleted,
reducing the trash that the program creates.

5 years agoMake README a proper markdown file
Alexander Vasarab [Sat, 20 Jun 2020 21:02:58 +0000 (14:02 -0700)]
Make README a proper markdown file

5 years agoImplement dry run functionality
Alexander Vasarab [Sat, 20 Jun 2020 04:36:19 +0000 (21:36 -0700)]
Implement dry run functionality

5 years agoUncomment FTP upload code
Alexander Vasarab [Sat, 20 Jun 2020 04:26:26 +0000 (21:26 -0700)]
Uncomment FTP upload code

5 years agoMIT -> ISC
Alexander Vasarab [Sat, 20 Jun 2020 02:37:44 +0000 (19:37 -0700)]
MIT -> ISC

5 years agoUpdate README with program invocation fixes
Alexander Vasarab [Wed, 17 Jun 2020 19:59:26 +0000 (12:59 -0700)]
Update README with program invocation fixes

5 years agoWork towards 2020 idiomatic Python
Alexander Vasarab [Wed, 17 Jun 2020 19:54:38 +0000 (12:54 -0700)]
Work towards 2020 idiomatic Python

5 years agoMinor change to program header
Alexander Vasarab [Wed, 17 Jun 2020 19:39:36 +0000 (12:39 -0700)]
Minor change to program header

5 years agoClean up, add, and refine some comments
Alexander Vasarab [Wed, 17 Jun 2020 19:37:27 +0000 (12:37 -0700)]
Clean up, add, and refine some comments

5 years agovirtualenv -> venv
Alexander Vasarab [Wed, 17 Jun 2020 19:17:16 +0000 (12:17 -0700)]
virtualenv -> venv

5 years agoAdd requirements.txt for pip/virtualenv
Alexander Vasarab [Wed, 17 Jun 2020 19:12:42 +0000 (12:12 -0700)]
Add requirements.txt for pip/virtualenv

5 years agoAdd README and LICENSE
Alexander Vasarab [Wed, 17 Jun 2020 19:12:30 +0000 (12:12 -0700)]
Add README and LICENSE

5 years agoAdd .gitignore
Alexander Vasarab [Wed, 17 Jun 2020 19:12:19 +0000 (12:12 -0700)]
Add .gitignore

5 years agoRemove all hard-coded values in example config
Alexander Vasarab [Wed, 17 Jun 2020 19:11:43 +0000 (12:11 -0700)]
Remove all hard-coded values in example config

5 years agoInitial commit
Alexander Vasarab [Wed, 17 Jun 2020 14:29:27 +0000 (07:29 -0700)]
Initial commit

This contains a working version of the program from after the initial
process of writing and testing it, and subsequently successfully
importing data from NRCS into InfoEx.

It also contains an example config file.