<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ee-python.git, branch fact</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2017/07/ee-python.git/atom?h=fact</id>
<link rel='self' href='https://trygvis.io/git/2017/07/ee-python.git/atom?h=fact'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/'/>
<updated>2018-08-05T19:16:54Z</updated>
<entry>
<title>o Starting on some code for building reports from the project.</title>
<updated>2018-08-05T19:16:54Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-05T19:16:54Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=13032164ccfb479b432c0a2e8085c09983349fea'/>
<id>urn:sha1:13032164ccfb479b432c0a2e8085c09983349fea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Reformat.</title>
<updated>2018-08-04T16:55:23Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-04T16:55:23Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=46695e31f2535fbb0c8b0d3989fb365f8e3456ed'/>
<id>urn:sha1:46695e31f2535fbb0c8b0d3989fb365f8e3456ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Using the old name for the digikey cache directory.</title>
<updated>2018-08-04T16:50:32Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-04T16:50:32Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=c0ff8514c2ad53cb532cb60c45321595be4cd20e'/>
<id>urn:sha1:c0ff8514c2ad53cb532cb60c45321595be4cd20e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Handling digikey pages with a special "exact match" header + list of</title>
<updated>2018-08-02T21:34:45Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-02T21:34:45Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=238627537deafd51f41c929747c041d193e66ab9'/>
<id>urn:sha1:238627537deafd51f41c929747c041d193e66ab9</id>
<content type='text'>
  other categories to continue to search in. The header is just enough
  data for us.
o Better digikey tests, saving local HTML instead of doing online
  requests.
</content>
</entry>
<entry>
<title>o Better logging when skipping digikey component resolving.</title>
<updated>2018-08-02T20:00:36Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-02T20:00:36Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=a02955a2e10d4790828bf351f6b3e68ca10a50ff'/>
<id>urn:sha1:a02955a2e10d4790828bf351f6b3e68ca10a50ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o No need to lower case the keys in the ini file.</title>
<updated>2018-08-02T19:53:19Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-02T19:53:19Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=2c86705557841a978a94ad32e2751cb5bc68bc18'/>
<id>urn:sha1:2c86705557841a978a94ad32e2751cb5bc68bc18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Fixing a bad bug and learning some Python: list.insert(index, value)</title>
<updated>2018-08-02T19:53:00Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-02T19:42:01Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=e1012e314d6c21ad1b75082a292506cd751a9117'/>
<id>urn:sha1:e1012e314d6c21ad1b75082a292506cd751a9117</id>
<content type='text'>
  will only insert at index if the list is index long. If not it will
  just append them. Yay. Much better digikey part data now.
  Creating a ValueList that automatically expands the list.
o Stopping with silly key and value replacements.
o Updating tests.
</content>
</entry>
<entry>
<title>o Updating demo project, reorganizing the demo a bit.</title>
<updated>2018-08-01T09:04:22Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-01T09:04:22Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=b6c8c2c103b98097adef2fd18547feb6fd7e1952'/>
<id>urn:sha1:b6c8c2c103b98097adef2fd18547feb6fd7e1952</id>
<content type='text'>
o DataSetManager: renaming `add_ds` to `register_ds`.
</content>
</entry>
<entry>
<title>o Updating demo project, reorganizing the demo a bit.</title>
<updated>2018-08-01T09:01:41Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-01T09:01:41Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=03bef0eb089de161b33d2f92783d1be5b06aa307'/>
<id>urn:sha1:03bef0eb089de161b33d2f92783d1be5b06aa307</id>
<content type='text'>
o DataSetManager: renaming `add_ds` to `register_ds`.
</content>
</entry>
<entry>
<title>o Moving all doit modules to use DoitConfig().</title>
<updated>2018-08-01T08:34:01Z</updated>
<author>
<name>Trygve Laugstøl</name>
<email>trygvis@inamo.no</email>
</author>
<published>2018-08-01T08:33:39Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2017/07/ee-python.git/commit/?id=4896b414e70b7c537825ea3375915e1f46d1b9cd'/>
<id>urn:sha1:4896b414e70b7c537825ea3375915e1f46d1b9cd</id>
<content type='text'>
</content>
</entry>
</feed>
