Commit Graph

158 Commits

Author SHA1 Message Date
Xevion
84f20675c4 helper functions for generating directory names, random strings, validating extensions and more 2020-10-10 00:06:02 -05:00
Xevion
0c664ef2e5 begin adding proper documentation for and reformatting FileProcessor, remove extraneous functions/imports from xmp 2020-10-09 19:13:22 -05:00
Xevion
82dcf089d0 reformat and reorganize documentation and code more, slight edits to logging messages, add configuration defaults for image_count/buffer_size/single_override 2020-10-09 18:32:33 -05:00
Xevion
27e1ef9a0c update requirements for consistency with GitHub vulnerabilities detected 2020-10-08 20:47:30 -05:00
Xevion
25981f8cd7 update .gitignore for IDEA projects, reformat all code to IDEA, add google-cloud-vision pypi package to requirements.txt file 2020-10-08 20:45:59 -05:00
Xevion
c2335a5754 more uncaught mispellings across files, adding to user dictionary etc. 2020-02-07 02:04:53 -06:00
Xevion
63539390a0 correct spelling in README and some files 2020-02-07 02:03:03 -06:00
Xevion
c77c6eb00b module wide black reformatting (probably a mistake) 2020-02-07 01:58:28 -06:00
Xevion
33dc480bb4 remove libraw from pythonapp workflow 2020-02-07 01:58:10 -06:00
Xevion
7df729057c add libraw to workflow explicit install statement 2020-02-07 01:43:32 -06:00
Xevion
adb99e39b6 change req and workflow for numpy, install numpy explicitly in workflow 2020-02-07 01:42:05 -06:00
Xevion
253abe6fc7 change pip to pip3 in install depenencies section of pythonapp workflow 2020-02-07 01:38:53 -06:00
Xevion
5c238ac178 change order of numpy relevant to rawpy, change ver num to rawpy project dependency specification 2020-02-07 01:35:46 -06:00
Xevion
4fc8972542 add numpy to requirements.txt 2020-02-07 01:34:15 -06:00
Xevion
c49c74070c add requirements.txt for workflow 2020-02-07 01:30:16 -06:00
Xevion
351cbee684 test new python app github actionsn workflow 2020-02-07 01:27:40 -06:00
Xevion
ae6f6f6b07 threading and adjust logging level to be module
logging now only reports module level stuff, no longer XMP writing or RawPy warnings
2019-11-09 18:06:38 -06:00
Xevion
89c0b1e724 fix comment 2019-11-04 19:25:32 -06:00
Xevion
6bc18db1fd minor README edit 2019-11-03 22:53:58 -06:00
Xevion
4cc7b52a14 don't generate a random extension (not needed!) 2019-11-03 22:52:16 -06:00
Xevion
f2117726ea properly add to file NAME and not file EXTENSION like before 2019-11-03 22:51:42 -06:00
Xevion
b66163e58e feature to copy old XMP sidecar file stats to new XMP sidecar file 2019-11-03 22:48:27 -06:00
Xevion
1d328aeffe quit early before running intensive file analysis - on literally nothing 2019-11-03 22:21:37 -06:00
Xevion
00c4a5db98 completed configuration functionality to move/copy files to installed package directory 2019-11-03 22:08:20 -06:00
Xevion
d780914010 added instructions 2019-11-03 21:11:20 -06:00
Xevion
2e7973d437 remove LEARNING add to-do section to README 2019-11-03 20:26:29 -06:00
Xevion
cd5da68568 long needed update to the README 2019-11-03 20:17:52 -06:00
Xevion
604f509e50 properly select config folder 2019-11-03 19:55:47 -06:00
Xevion
dbf4ccfeb5 properly change package internal name 2019-11-03 19:54:19 -06:00
Xevion
fd1c617af5 change package name to phototag, worked on cli command options to have globally accessible configuration change command 2019-11-03 18:26:52 -06:00
Xevion
90569c8f04 added and completed cli functionality for use 2019-11-03 17:17:35 -06:00
Xevion
822351652d Merge branch 'master' of github.com:Xevion/photo-tagging 2019-11-03 02:04:50 -06:00
Xevion
082bfbb10d Merge branch 'refactor' 2019-11-03 02:01:03 -06:00
Xevion
19a52c2a55 setup.py update for click cli proper 2019-11-02 02:16:04 -05:00
Xevion
5865819aa0 add setup.py for automatic installation 2019-11-02 01:58:02 -05:00
Xevion
01e4d7c4f4 prep for click 2019-11-02 00:05:49 -05:00
Xevion
9c1c05c7d0 migration towards command line only based utility 2019-11-01 23:45:06 -05:00
Xevion
7e3cb12513 change to named loggers 2019-11-01 23:36:15 -05:00
Xevion
3d7179be34 fixed xmp detection and cleaned up log messages 2019-11-01 23:12:50 -05:00
Xevion
f267a43a26 exception handling -> printing, xmp identification and handling 2019-11-01 23:03:31 -05:00
Xevion
30bb135216 formatting, additional logging 2019-11-01 22:47:03 -05:00
Xevion
a6bfd8daef added in type hinting, removed unnecessary size calc methods and added bits of logging 2019-11-01 22:44:29 -05:00
Xevion
9d56c5ebfc cleanup/refactor of FileProcessor class further 2019-11-01 22:37:51 -05:00
Xevion
33f4ffa760 removal of large amounts of archaic file processing and printing in favor of simplicity 2019-11-01 22:31:03 -05:00
Xevion
96685e33d3 logging additions and removal of archaic .XMP sidecar file "detection" 2019-11-01 22:22:38 -05:00
Xevion
ade2f7c018 main file black format 2019-11-01 21:28:10 -05:00
Xevion
40d200dd74 further class refactoring
i have really bad commit names rn lol
2019-11-01 21:17:38 -05:00
Xevion
a97267c169 Merge pull request #5 from Xevion/revert-4-refactor
Revert "Refactor job"
2019-11-01 21:10:18 -05:00
Xevion
7b19616e43 Revert "Refactor job" 2019-11-01 21:10:06 -05:00
Xevion
daeec6fa59 Merge pull request #4 from Xevion/refactor
Refactor job
2019-11-01 21:09:51 -05:00