- 24 Oct, 2019 1 commit
-
-
mhellka authored
- Changed the concept of CLI context and workspaces (see README). - Moved 'pycdstar3.client' module to 'pycdstar3.api'. - Moved data classes from 'pycdstar3.api' to 'pycdstar3.model'. - Introduced optional high-level API handle classes for remote resources.
-
- 14 Oct, 2019 9 commits
-
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
- 09 Oct, 2019 3 commits
-
-
xrotwang authored
`pkgutil.iter_modules` yielding `namedtuple`s `ModuleInfo` is new in 3.6. On 3.5 it yields simple tuples.
- 08 Oct, 2019 14 commits
-
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
xrotwang authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
Marcel Hellkamp authored
-
xrotwang authored
-
xrotwang authored
Since the API is documented as REST API, it would be nice to have access to generic HTTP methods, e.g. to retrieve archive status generically, rather than through the more specialised methods like `list_files`.
-
- 07 Oct, 2019 12 commits
-
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
Also renamed the keyword argument to 'file' to better reflect what it actually does.
-
mhellka authored
Also: - Add LICENSE.txt to MANIFEST.in - Read version string in setup.py from __init__.py (without import)
-
xrotwang authored
- marked tests requiring a running CDStar server - added a fixture implementing a mock server - moved package into an intermediate `src` directory (see https://hynek.me/articles/testing-packaging/) - added `tox.ini` for cross-version testing
-
- 06 Oct, 2019 1 commit
-