<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python_utils.git/camera_utils.py, branch master</title>
<subtitle>A bunch of python helper utils.  Needed to run most of my python code.
</subtitle>
<id>https://git.acknak.org/cgit/python_utils.git/atom?h=master</id>
<link rel='self' href='https://git.acknak.org/cgit/python_utils.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/'/>
<updated>2022-08-15T17:36:47Z</updated>
<entry>
<title>Hacky fix for inconsistently named camera.</title>
<updated>2022-08-15T17:36:47Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-08-15T17:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=24e38c76beada84be1864480366ef3c9f21ad039'/>
<id>urn:sha1:24e38c76beada84be1864480366ef3c9f21ad039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up more docs to work with sphinx.</title>
<updated>2022-05-30T00:53:26Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-05-30T00:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=f3dbc7dc19ba5703f8f5aa9bf8af3c491b3510f6'/>
<id>urn:sha1:f3dbc7dc19ba5703f8f5aa9bf8af3c491b3510f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Since this thing is on the innerwebs I suppose it should have a</title>
<updated>2022-03-25T16:41:31Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-03-25T16:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3'/>
<id>urn:sha1:532df2c5b57c7517dfb3dddd8c1358fbadf8baf3</id>
<content type='text'>
copyright...
</content>
</entry>
<entry>
<title>Obscure some passwords/keys.  There's actually nothing valuable here</title>
<updated>2022-03-25T16:00:33Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-03-25T16:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=0a449b165cc07b584e4467ff55a3ed16ca53fff0'/>
<id>urn:sha1:0a449b165cc07b584e4467ff55a3ed16ca53fff0</id>
<content type='text'>
because the machines this is talking to are behind a firewall on my
local network and not exposed anywhere.
</content>
</entry>
<entry>
<title>Fix a bug in sanity check image.</title>
<updated>2022-02-15T18:24:51Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-02-15T18:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=ceeb92a63c65599ec4e8b21549ec5320378aca43'/>
<id>urn:sha1:ceeb92a63c65599ec4e8b21549ec5320378aca43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ditch named tuples for dataclasses.</title>
<updated>2022-02-09T18:30:44Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-02-09T18:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=244e8476c95d14a480be7160042b2b27b693ca63'/>
<id>urn:sha1:244e8476c95d14a480be7160042b2b27b693ca63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook in pylint to the pre-commit hook and start to fix some of its</title>
<updated>2022-02-08T21:08:52Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-02-08T21:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=5c212d7639f62fcb936f9d7a0bbe704a9f7b213d'/>
<id>urn:sha1:5c212d7639f62fcb936f9d7a0bbe704a9f7b213d</id>
<content type='text'>
warnings.  It seems pickier than flake8 which is probably a good
thing.
</content>
</entry>
<entry>
<title>Change settings in flake8 and black.</title>
<updated>2022-02-03T22:18:37Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-02-03T22:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=713a609bd19d491de03debf8a4a6ddf2540b13dc'/>
<id>urn:sha1:713a609bd19d491de03debf8a4a6ddf2540b13dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used isort to sort imports.  Also added to the git pre-commit hook.</title>
<updated>2022-02-02T20:13:27Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-02-02T20:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=31c81f6539969a5eba864d3305f9fb7bf716a367'/>
<id>urn:sha1:31c81f6539969a5eba864d3305f9fb7bf716a367</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ahem.  Still running black?</title>
<updated>2022-01-27T05:35:20Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-01-27T05:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1'/>
<id>urn:sha1:e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1</id>
<content type='text'>
</content>
</entry>
</feed>
