added 71 packages, and audited 73 packages in 2s

5 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

> generate
> npx openapi-codegen -i ../../../services/openapi/dist/openapi.json -t ./template python -o ./src/crosslab/api_client

(node:15055) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Writing /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/src/crosslab/api_client/schemas.py
Writing /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/src/crosslab/api_client/client.py

> generate-test
> npx openapi-codegen -i ../../../services/openapi/dist/openapi.json -t ./test_template python -o ./tests

(node:15090) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Writing /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/tests/test_openapi.py
* Creating isolated environment: virtualenv+pip...
* Installing packages in isolated environment:
  - setuptools>=61.0
* Getting build dependencies for sdist...
running egg_info
creating src/crosslab_api_client.egg-info
writing src/crosslab_api_client.egg-info/PKG-INFO
writing dependency_links to src/crosslab_api_client.egg-info/dependency_links.txt
writing requirements to src/crosslab_api_client.egg-info/requires.txt
writing top-level names to src/crosslab_api_client.egg-info/top_level.txt
writing manifest file 'src/crosslab_api_client.egg-info/SOURCES.txt'
reading manifest file 'src/crosslab_api_client.egg-info/SOURCES.txt'
writing manifest file 'src/crosslab_api_client.egg-info/SOURCES.txt'
* Building sdist...
running sdist
running egg_info
writing src/crosslab_api_client.egg-info/PKG-INFO
writing dependency_links to src/crosslab_api_client.egg-info/dependency_links.txt
writing requirements to src/crosslab_api_client.egg-info/requires.txt
writing top-level names to src/crosslab_api_client.egg-info/top_level.txt
reading manifest file 'src/crosslab_api_client.egg-info/SOURCES.txt'
writing manifest file 'src/crosslab_api_client.egg-info/SOURCES.txt'
running check
creating crosslab_api_client-0.2.8+dev.df8e68c
creating crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
creating crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
creating crosslab_api_client-0.2.8+dev.df8e68c/tests
copying files to crosslab_api_client-0.2.8+dev.df8e68c...
copying README.md -> crosslab_api_client-0.2.8+dev.df8e68c
copying pyproject.toml -> crosslab_api_client-0.2.8+dev.df8e68c
copying setup.cfg -> crosslab_api_client-0.2.8+dev.df8e68c
copying setup.py -> crosslab_api_client-0.2.8+dev.df8e68c
copying src/crosslab/api_client/__init__.py -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
copying src/crosslab/api_client/client.py -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
copying src/crosslab/api_client/exceptions.py -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
copying src/crosslab/api_client/improved_client.py -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
copying src/crosslab/api_client/py.typed -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
copying src/crosslab/api_client/schemas.py -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab/api_client
copying src/crosslab_api_client.egg-info/PKG-INFO -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
copying src/crosslab_api_client.egg-info/SOURCES.txt -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
copying src/crosslab_api_client.egg-info/dependency_links.txt -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
copying src/crosslab_api_client.egg-info/requires.txt -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
copying src/crosslab_api_client.egg-info/top_level.txt -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
copying tests/test_improved_client.py -> crosslab_api_client-0.2.8+dev.df8e68c/tests
copying tests/test_openapi.py -> crosslab_api_client-0.2.8+dev.df8e68c/tests
copying src/crosslab_api_client.egg-info/SOURCES.txt -> crosslab_api_client-0.2.8+dev.df8e68c/src/crosslab_api_client.egg-info
Writing crosslab_api_client-0.2.8+dev.df8e68c/setup.cfg
Creating tar archive
removing 'crosslab_api_client-0.2.8+dev.df8e68c' (and everything under it)
Successfully built crosslab_api_client-0.2.8+dev.df8e68c.tar.gz