python-odml icon indicating copy to clipboard operation
python-odml copied to clipboard

odML libraries

Results 47 python-odml issues
Sort by recently updated
recently updated
newest added

This PR adds various tests for - different local installations of odml - installation tests and command line script tests when installing odml from the Test PyPI repository and the...

The rdflib library is required for conversion of odml to its RDF specific format. Since this library has caused multiple issues in the past and is still causing issues to...

When saving odml to files, the content might include empty attributes e.g. empty `sections` on `sections` or empty `values` on `properties`. To reduce the file sizes it might be worth...

Since travis-ci.org is shutting down, move Linux and MacOS builds to other CI services e.g. github actions or appveyor.

The usage of `python setup.py test` is deprecated; see github "pypa/setuptools/issues/1684" for details. Replace all relevant CI usages using `pytest` which seems more lightweight than `tox`.

With basic cardinality rules implemented for `Property -> Values`, `Section -> Properties`, and `Section -> Sections`, the topic came up if we would also like to have more specific rules,...

I would vote for removing Python 2 support for odML and would add a specific Python 2 deprecation notice on startup stating Python 2 support removal with August 2020 with...

Currently all branches contain identical links to the documentation (https://g-node.github.io/python-odml) in the readme.rst. I guess this should depend on the odml version?

When updating the info.json FORMAT_VERSION, both dict and xml parser will break on all older version files even if format changes are backwards compatible. The current format version handling needs...

bug
discussion

Following from #363, we should have tests for the new validator behaviour. Would be nice to test the validation errors that get printed on object creation too.