Changeset 64565fe in ammosreader
- Timestamp:
- 05/04/22 14:25:16 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 7e96694
- Parents:
- ada37fa
- Files:
-
- 16 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/_version.py
rada37fa r64565fe 2 2 # file generated by setuptools_scm 3 3 # don't change, don't track in version control 4 version = '0.1.dev 10+g1266d25.d20220504'5 version_tuple = (0, 1, 'dev 10', 'g1266d25.d20220504')4 version = '0.1.dev22+gada37fa.d20220504' 5 version_tuple = (0, 1, 'dev22', 'gada37fa.d20220504') -
src/ammosreader.egg-info/PKG-INFO
rada37fa r64565fe 1 1 Metadata-Version: 2.1 2 2 Name: ammosreader 3 Version: 0.1.dev 10+g1266d25.d202205043 Version: 0.1.dev22+gada37fa.d20220504 4 4 Summary: ammosreader: tool to parse R&S Ammos files 5 5 Home-page: http://gitlab.kid.local/kidzg/ammosreader -
src/ammosreader.egg-info/SOURCES.txt
rada37fa r64565fe 1 1 .gitignore 2 .gitlab-ci.yml 2 3 LICENSE 3 4 README.md … … 40 41 doc/html/.buildinfo 41 42 doc/html/PDW.html 43 doc/html/ammosreader.html 42 44 doc/html/genindex.html 43 45 doc/html/index.html 44 46 doc/html/modules.html 45 47 doc/html/objects.inv 46 doc/html/pdw_reader.html47 48 doc/html/py-modindex.html 48 49 doc/html/search.html 49 50 doc/html/searchindex.js 50 51 doc/html/.doctrees/PDW.doctree 52 doc/html/.doctrees/ammosreader.doctree 51 53 doc/html/.doctrees/environment.pickle 52 54 doc/html/.doctrees/index.doctree 53 55 doc/html/.doctrees/modules.doctree 54 56 doc/html/.doctrees/pdw_reader.doctree 55 doc/html/_modules/PDW.html56 57 doc/html/_modules/index.html 58 doc/html/_modules/ammosreader/AmmosAudioDataHeader.html 59 doc/html/_modules/ammosreader/AmmosAudioReader.html 60 doc/html/_modules/ammosreader/AmmosAudioSocketReader.html 61 doc/html/_modules/ammosreader/AmmosContainer.html 62 doc/html/_modules/ammosreader/AmmosExtendedAudioDataHeader.html 63 doc/html/_modules/ammosreader/AmmosExtendedIFDataHeader.html 64 doc/html/_modules/ammosreader/AmmosGlobalFrameBody.html 65 doc/html/_modules/ammosreader/AmmosGlobalFrameHeader.html 66 doc/html/_modules/ammosreader/AmmosIFDataBlock.html 67 doc/html/_modules/ammosreader/AmmosIFDataHeader.html 68 doc/html/_modules/ammosreader/AmmosIFReader.html 69 doc/html/_modules/ammosreader/AmmosSingleFrame.html 70 doc/html/_modules/ammosreader/PDW.html 71 doc/html/_modules/ammosreader/PPDWContainer.html 57 72 doc/html/_sources/PDW.rst.txt 73 doc/html/_sources/ammosreader.rst.txt 58 74 doc/html/_sources/index.rst.txt 59 75 doc/html/_sources/modules.rst.txt 60 doc/html/_sources/pdw_reader.rst.txt61 doc/html/_static/ajax-loader.gif62 76 doc/html/_static/alabaster.css 63 77 doc/html/_static/basic.css 64 doc/html/_static/comment-bright.png65 doc/html/_static/comment-close.png66 doc/html/_static/comment.png67 78 doc/html/_static/custom.css 68 79 doc/html/_static/doctools.js 69 80 doc/html/_static/documentation_options.js 70 doc/html/_static/down-pressed.png71 doc/html/_static/down.png72 81 doc/html/_static/file.png 82 doc/html/_static/jquery-3.5.1.js 73 83 doc/html/_static/jquery.js 74 84 doc/html/_static/language_data.js … … 77 87 doc/html/_static/pygments.css 78 88 doc/html/_static/searchtools.js 89 doc/html/_static/underscore-1.13.1.js 79 90 doc/html/_static/underscore.js 80 doc/html/_static/up-pressed.png81 doc/html/_static/up.png82 doc/html/_static/websupport.js83 91 doc/rst/PDW.rst 92 doc/rst/ammosreader.rst 84 93 doc/rst/conf.py 85 94 doc/rst/index.rst … … 124 133 src/ammosreader.egg-info/requires.txt 125 134 src/ammosreader.egg-info/top_level.txt 135 tests/test_mock.py
Note:
See TracChangeset
for help on using the changeset viewer.