removes extraneous methods and interface(s)#43
Merged
Conversation
ttafsir
added a commit
that referenced
this pull request
Jan 14, 2022
* add flake8 and editor configs * adds pytest config * cleanup / reformat with Black * Initial documentation * removes extraneous methods and interface(s) (#43) * create requirements files and move from poetry (#44) * create requirements files and move from poetry * Adds pre-commit * Issue 46 update api module to use updated client * Add API object on Client Init * clean up and refactor * Fix upload test * Fix linting * get_node_by_name not working Fixes #48 (#49) Fixes #48 * provides more meaning messages in Exceptions based on returned JSON messages * pulls response data from `data` key for node search * refactors p2p & network links for topology builder (#51) * Add missing `port` option to client. (#54) Fixes #53 * Issue55-fix-lab_commands (#56) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * Issue55 fix lab commands (#57) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * clean up print statement * clean up * Adds overides for create-issue-branch (#60) * Issue 61 fix node commands (#64) * refactor api response parsing to list labs * rename nodes -> node and fix api response parsing * fix missing delete_node method * lint: remove unused import * Ttafsir/issue65_fix-system-commands (#66) * fix system commands * Adds tests * fix failing tests (#68) Fixes #67 * refactor-text-based-output * update requirements * Adds console module to manage cli output * refactor text based cli output * Adds import lab feature * refactor-table-based-output * update table display to use rich table * update CLI commands for updated table display * Add error handling for empty node list * Add topology schema * Adds jsonschema * Adds initial topology schema * Adds Topology File builder * Adds `configuration` to node schema * Adds topology builder * Adds startup-config retrieval * Adds status for long running commands * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow
ttafsir
added a commit
that referenced
this pull request
Jan 17, 2022
* Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * removes extraneous methods and interface(s) (#43) * create requirements files and move from poetry (#44) * create requirements files and move from poetry Fixes #38 * Adds pre-commit * rename ci -> lint and updates linting * fix linting issues * Issue 46 update api module to use updated client (#47) * Add API object on Client Init * clean up and refactor * Fix upload test * Fix linting * get_node_by_name not working Fixes #48 (#49) Fixes #48 * provides more meaning messages in Exceptions based on returned JSON messages * pulls response data from `data` key for node search * refactors p2p & network links for topology builder (#51) * Add missing `port` option to client. (#54) Fixes #53 * Issue55-fix-lab_commands (#56) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * Issue55 fix lab commands (#57) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * clean up print statement * clean up * Adds overides for create-issue-branch (#60) * Issue 61 fix node commands (#64) * refactor api response parsing to list labs * rename nodes -> node and fix api response parsing * fix missing delete_node method * lint: remove unused import * Ttafsir/issue65_fix-system-commands (#66) * fix system commands * Adds tests * fix failing tests (#68) Fixes #67 * refactor-text-based-output * update requirements * Adds console module to manage cli output * refactor text based cli output * Adds import lab feature * refactor-table-based-output * update table display to use rich table * update CLI commands for updated table display * Add error handling for empty node list * Add topology schema * Adds jsonschema * Adds initial topology schema * Adds Topology File builder * Adds `configuration` to node schema * Adds topology builder * Adds startup-config retrieval * Adds status for long running commands * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * Update publish.yml * Update publish.yml fixing ``` /opt/hostedtoolcache/Python/3.9.9/x64/bin/python: No module named build Error: Process completed with exit code 1. ``` * 0.2.0 branch * Bump urllib3 from 1.26.3 to 1.26.5 (#29) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Develop (#32) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#40) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#41) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#42) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * 0.1.1 branch (#63) * update requirements/deps management * Adds pre-commit config * Fix linting issues * update version * make library compatible to windows The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. Co-authored-by: Martin Plattner <git@mplattner.at> * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at> * Update publish.yml * Update due to conflicting name on pypi * make library compatible to windows (#62) The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. * Update documentation typos and navigation * Fix typos and add navigation Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at>
ttafsir
added a commit
that referenced
this pull request
Jan 18, 2022
* Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * removes extraneous methods and interface(s) (#43) * create requirements files and move from poetry (#44) * create requirements files and move from poetry Fixes #38 * Adds pre-commit * rename ci -> lint and updates linting * fix linting issues * Issue 46 update api module to use updated client (#47) * Add API object on Client Init * clean up and refactor * Fix upload test * Fix linting * get_node_by_name not working Fixes #48 (#49) Fixes #48 * provides more meaning messages in Exceptions based on returned JSON messages * pulls response data from `data` key for node search * refactors p2p & network links for topology builder (#51) * Add missing `port` option to client. (#54) Fixes #53 * Issue55-fix-lab_commands (#56) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * Issue55 fix lab commands (#57) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * clean up print statement * clean up * Adds overides for create-issue-branch (#60) * Issue 61 fix node commands (#64) * refactor api response parsing to list labs * rename nodes -> node and fix api response parsing * fix missing delete_node method * lint: remove unused import * Ttafsir/issue65_fix-system-commands (#66) * fix system commands * Adds tests * fix failing tests (#68) Fixes #67 * refactor-text-based-output * update requirements * Adds console module to manage cli output * refactor text based cli output * Adds import lab feature * refactor-table-based-output * update table display to use rich table * update CLI commands for updated table display * Add error handling for empty node list * Add topology schema * Adds jsonschema * Adds initial topology schema * Adds Topology File builder * Adds `configuration` to node schema * Adds topology builder * Adds startup-config retrieval * Adds status for long running commands * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * Update publish.yml * Update publish.yml fixing ``` /opt/hostedtoolcache/Python/3.9.9/x64/bin/python: No module named build Error: Process completed with exit code 1. ``` * 0.2.0 branch * Bump urllib3 from 1.26.3 to 1.26.5 (#29) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Develop (#32) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#40) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#41) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#42) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * 0.1.1 branch (#63) * update requirements/deps management * Adds pre-commit config * Fix linting issues * update version * make library compatible to windows The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. Co-authored-by: Martin Plattner <git@mplattner.at> * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at> * Update publish.yml * Update due to conflicting name on pypi * make library compatible to windows (#62) The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. * Update documentation typos and navigation * Fix typos and add navigation Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at>
ttafsir
added a commit
that referenced
this pull request
Jan 18, 2022
* Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * removes extraneous methods and interface(s) (#43) * create requirements files and move from poetry (#44) * create requirements files and move from poetry Fixes #38 * Adds pre-commit * rename ci -> lint and updates linting * fix linting issues * Issue 46 update api module to use updated client (#47) * Add API object on Client Init * clean up and refactor * Fix upload test * Fix linting * get_node_by_name not working Fixes #48 (#49) Fixes #48 * provides more meaning messages in Exceptions based on returned JSON messages * pulls response data from `data` key for node search * refactors p2p & network links for topology builder (#51) * Add missing `port` option to client. (#54) Fixes #53 * Issue55-fix-lab_commands (#56) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * Issue55 fix lab commands (#57) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * clean up print statement * clean up * Adds overides for create-issue-branch (#60) * Issue 61 fix node commands (#64) * refactor api response parsing to list labs * rename nodes -> node and fix api response parsing * fix missing delete_node method * lint: remove unused import * Ttafsir/issue65_fix-system-commands (#66) * fix system commands * Adds tests * fix failing tests (#68) Fixes #67 * refactor-text-based-output * update requirements * Adds console module to manage cli output * refactor text based cli output * Adds import lab feature * refactor-table-based-output * update table display to use rich table * update CLI commands for updated table display * Add error handling for empty node list * Add topology schema * Adds jsonschema * Adds initial topology schema * Adds Topology File builder * Adds `configuration` to node schema * Adds topology builder * Adds startup-config retrieval * Adds status for long running commands * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * Update publish.yml * Update publish.yml fixing ``` /opt/hostedtoolcache/Python/3.9.9/x64/bin/python: No module named build Error: Process completed with exit code 1. ``` * 0.2.0 branch * Bump urllib3 from 1.26.3 to 1.26.5 (#29) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Develop (#32) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#40) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#41) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#42) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * 0.1.1 branch (#63) * update requirements/deps management * Adds pre-commit config * Fix linting issues * update version * make library compatible to windows The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. Co-authored-by: Martin Plattner <git@mplattner.at> * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at> * Update publish.yml * Update due to conflicting name on pypi * make library compatible to windows (#62) The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. * Update documentation typos and navigation * Fix typos and add navigation Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at> * Fix path for windows and minor updates * make library compatible to windows (#62) The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. * Update documentation typos and navigation * Fix typos and add navigation * fix configuration enable * Adds method to enable config after upload Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at> * Update version.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at>
ttafsir
added a commit
that referenced
this pull request
Jan 19, 2022
* Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * removes extraneous methods and interface(s) (#43) * create requirements files and move from poetry (#44) * create requirements files and move from poetry Fixes #38 * Adds pre-commit * rename ci -> lint and updates linting * fix linting issues * Issue 46 update api module to use updated client (#47) * Add API object on Client Init * clean up and refactor * Fix upload test * Fix linting * get_node_by_name not working Fixes #48 (#49) Fixes #48 * provides more meaning messages in Exceptions based on returned JSON messages * pulls response data from `data` key for node search * refactors p2p & network links for topology builder (#51) * Add missing `port` option to client. (#54) Fixes #53 * Issue55-fix-lab_commands (#56) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * Issue55 fix lab commands (#57) * clean up * fix api responses for lab commands * fix lab export command * remove inventory command * Fix Linting * clean up print statement * clean up * Adds overides for create-issue-branch (#60) * Issue 61 fix node commands (#64) * refactor api response parsing to list labs * rename nodes -> node and fix api response parsing * fix missing delete_node method * lint: remove unused import * Ttafsir/issue65_fix-system-commands (#66) * fix system commands * Adds tests * fix failing tests (#68) Fixes #67 * refactor-text-based-output * update requirements * Adds console module to manage cli output * refactor text based cli output * Adds import lab feature * refactor-table-based-output * update table display to use rich table * update CLI commands for updated table display * Add error handling for empty node list * Add topology schema * Adds jsonschema * Adds initial topology schema * Adds Topology File builder * Adds `configuration` to node schema * Adds topology builder * Adds startup-config retrieval * Adds status for long running commands * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow * Update publish.yml * Update publish.yml fixing ``` /opt/hostedtoolcache/Python/3.9.9/x64/bin/python: No module named build Error: Process completed with exit code 1. ``` * 0.2.0 branch * Bump urllib3 from 1.26.3 to 1.26.5 (#29) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Develop (#32) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#40) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#41) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * Develop (#42) * Ttafsir lint refactor (#27) * update README * lint w/ sourcery * add flake8 and editor configs * adds pytest config * Add tests/refactor failing * add tests for network endpoints * refactor tests/fixtures * refactor/lint * cleanup / reformat with Black * Ttafsir docs (#28) * Initial documentation * add usage example * updates modules documentation * update quickstart * Adds port to EveClient contructor (#31) * 0.1.1 branch (#63) * update requirements/deps management * Adds pre-commit config * Fix linting issues * update version * make library compatible to windows The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. Co-authored-by: Martin Plattner <git@mplattner.at> * update docs and build scripts * Updates setup scripts and update docs * Adds publish workflow Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at> * Update publish.yml * Update due to conflicting name on pypi * make library compatible to windows (#62) The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. * Update documentation typos and navigation * Fix typos and add navigation * fix configuration enable * Adds method to enable config after upload * Update issue templates Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Plattner <git@mplattner.at>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
apiobject from client_send_requestmethod