Commit Graph

  • bfb82a7f9c bumped version number main lysis 2024-07-27 21:54:39 +02:00
  • d304e67089 symmetric_difference for set, saves the trouble of doing two difference calls lysis 2024-07-27 20:02:37 +02:00
  • 3ee87bbb12 add new diff function lysis 2024-07-27 19:47:25 +02:00
  • 206398ab8d add Domain category lysis 2024-05-03 15:17:40 +02:00
  • 1f12b78ef3 ignore .swp files when creating file_list, bumped version lysis 2024-04-01 11:08:48 +02:00
  • f28e231185 install with pipx, do not clone .userconfig if already available lysis 2024-04-01 10:59:51 +02:00
  • 875e6a4831 Merge pull request 'reorg_checks' (#2) from reorg_checks into main lysis 2024-04-01 10:56:07 +02:00
  • 1ea2450261 bumped version to 2.0 lysis 2024-04-01 10:55:17 +02:00
  • f67a8ed01f removed .idea, added to .gitignore lysis 2024-04-01 10:54:57 +02:00
  • 3b747f56ba fixed syntax problems with previous python versions, added additional error messages lysis 2024-04-01 01:41:27 +02:00
  • 378ebcebf6 second revision, logging output polished lysis 2024-04-01 00:49:03 +02:00
  • 5cd56f5f97 foo lysis 2024-04-01 00:48:33 +02:00
  • 1a32b4e096 removed tools, moved functions into userconfig lysis 2024-03-31 23:28:11 +02:00
  • e43dd9013c first revision lysis 2024-03-31 22:20:47 +02:00
  • a986a70800 call Conf with full set of parameters, including debug lysis 2024-03-30 21:42:38 +01:00
  • e6d2b9a7bc typo in exception handling for get, NoSectionError will be caught as well; initialise ConfigParser in __init__, not in class lysis 2024-03-30 21:42:06 +01:00
  • 37954e432c adjusted start/end debug output for functions, print directory name and end marker lysis 2024-03-30 21:40:58 +01:00
  • 4640a5edc3 filename supplied in __init__ will be read last, so it has highest priority lysis 2024-03-30 20:49:42 +01:00
  • c6405e9c2a fixed typo for debug output reverse_sort lysis 2024-03-30 20:41:51 +01:00
  • 6171ca5bb1 debug output for reverse_sort lysis 2024-03-30 20:40:49 +01:00
  • 7684033903 only add HOME from environ to ConfigParser, set _cfgfiles on loading, add comment on default ocnfig file locations lysis 2024-03-30 20:40:30 +01:00
  • 015ea337f2 Merge pull request 'Refactoring & install with pyproject.toml' (#1) from toml into main lysis 2024-03-30 10:16:16 +01:00
  • 3cd4e224d1 Merge branch 'main' into toml lysis 2024-03-30 10:15:16 +01:00
  • ac41bc7fb6 use venv etc/userconfig2.conf if it exists lysis 2024-03-30 09:19:38 +01:00
  • d8bb56cb7b pass debug to Conf init, so it can print from the beginnig lysis 2024-03-30 09:19:19 +01:00
  • ee19f4b1b1 install userconfig2.conf lysis 2024-03-30 09:18:53 +01:00
  • 7ed282057f removed old userconfig.cfg, added new userconfig2.cfg lysis 2024-03-30 09:18:38 +01:00
  • b5c898035a fixed cfg.get syntax lysis 2024-03-30 00:57:14 +01:00
  • 2c06ecca77 output commentstring as well lysis 2024-03-30 00:56:58 +01:00
  • e82fd99a16 fixes for configparser.get for files in configdir lysis 2024-03-30 00:25:35 +01:00
  • 4790429f24 introduce force_filename to set filename exclusively lysis 2024-03-30 00:24:55 +01:00
  • 57b3600d47 set verbose lysis 2024-03-30 00:24:24 +01:00
  • e46c8249de ignore .swp lysis 2024-03-30 00:24:14 +01:00
  • 16020e8fbb fixed debug outputs lysis 2024-03-29 23:36:16 +01:00
  • d747df7aa4 foo lysis 2024-03-29 22:48:52 +01:00
  • 81d38a93a0 ignore everything in .idea lysis 2024-03-29 22:47:20 +01:00
  • baebb052b8 first draft refactor lysis 2024-03-29 22:36:07 +01:00
  • 3048437081 ignore entire .idea directory lysis 2024-03-29 21:54:05 +01:00
  • ef0efba96a unfinished changes, needs to be continued lysis 2024-03-29 21:48:06 +01:00
  • cba08629cb checkout userconfig repository and create silly workaround for directory lysis 2020-04-10 10:49:51 +02:00
  • e0ff28056f modes lysis 2020-01-07 22:42:53 +01:00
  • 732a272a9a Merge branch 'master' of git.lys.is:lysis/pyuserconfig lysis 2019-10-19 23:19:49 +02:00
  • 82132e78f5 create destination directory if it does not exist lysis 2019-10-19 23:19:27 +02:00
  • 8c69866bde added install script Marcus Stoegbauer 2019-08-16 09:36:26 +08:00
  • 55829ad298 look for cfg file in ~/.local as well lysis 2019-08-15 12:16:52 +08:00
  • ee30935983 execute install.sh in directory if it exists lysis 2019-07-04 22:19:16 +02:00
  • 24c51481dc catch get exception in cfgfile, not in other places lysis 2019-07-03 23:05:04 +02:00
  • a029c096c8 return classes in reverse sorting order if desired lysis 2019-07-03 22:54:08 +02:00
  • 92a96343e1 add reverse flag to userconfig.cfg to turn around classes (host last) lysis 2019-07-03 22:53:49 +02:00
  • 81d8a074cc additional debug output, dont store hostclasses but generate new lysis 2019-06-19 00:04:42 +02:00
  • 7779ff5f70 add venv ignore files lysis 2019-06-18 22:56:55 +02:00
  • 104fe407ef check that classes function returns a tuple of length 3 lysis 2019-06-15 11:30:11 +02:00
  • 22bd6ed278 removed header lysis 2019-06-12 23:40:04 +02:00
  • 2114d9a77d rewrite to python3 lysis 2019-06-12 23:32:05 +02:00
  • 32aa6ff7d2 Konzept lysis 2016-01-23 18:26:58 +00:00
  • 059a5517dc Rancid hinzugefuegt, funktioniert noch nicht lysis 2013-04-12 09:00:17 +00:00
  • 7391ced8d7 ignore .svn in classesdirs lysis 2013-01-20 22:53:28 +00:00
  • 12db28a7e8 install with --home, don't need sys.prefix anymore lysis 2013-01-17 23:44:06 +00:00
  • 4e609856c3 Forgot level lysis 2013-01-14 22:24:37 +00:00
  • 6c339db86b debug angepasst und konsequenter gemacht lysis 2013-01-14 22:23:48 +00:00
  • 3e40027923 Replace $HOME in configdir with real home directory lysis 2013-01-14 16:17:15 +00:00
  • a45a6a48ec Verschoben lysis 2013-01-14 16:07:22 +00:00
  • dc900ac8d4 Nach install verschoben lysis 2013-01-14 15:49:20 +00:00
  • cfafc1d3bf Initial version lysis 2013-01-14 15:47:04 +00:00
  • 046a6badc9 Config-File installieren, default auf ~/etc/userconfig.cfg wenn nicht mit -c ueberschrieben lysis 2013-01-14 15:06:52 +00:00
  • 7fe7c87ca2 Grossschreibung lysis 2013-01-13 21:49:18 +00:00
  • 8e3f351266 Initial version lysis 2013-01-13 21:47:16 +00:00
  • 284c3bd849 Grossschreibung lysis 2013-01-13 21:44:17 +00:00
  • 8f7c3ee566 Output actions lysis 2013-01-13 21:37:28 +00:00
  • ddb521d9cc lower case in config file lysis 2013-01-13 21:32:33 +00:00
  • 748fef4403 Init confobj before using it only read config file once lysis 2013-01-13 21:30:48 +00:00
  • 79452ebf10 Unterverzeichnisse angelegt lysis 2013-01-13 20:46:36 +00:00
  • 04b9e7884c Erste beta, auslassen von commentstring im diff lysis 2013-01-13 12:27:33 +00:00
  • 31fd2d2c06 Alpha 2, diff muss umgeschrieben werden, damit er Kommentare ignoriert lysis 2013-01-13 00:04:40 +00:00
  • 4f082dfce9 Erste feature-komplette Alpha lysis 2013-01-12 23:21:20 +00:00
  • 30785db477 Indent errors lysis 2013-01-12 22:06:31 +00:00
  • 74d3d8f1bb Zwischenstand lysis 2013-01-12 22:04:52 +00:00
  • d3f9de40a4 Erste Alpha, ohne kopieren lysis 2013-01-12 16:17:12 +00:00
  • 9685491307 Initiale Version lysis 2013-01-10 23:35:09 +00:00