fabricgov
No description available.
File Explorer
- settings.json
- logo-fabricgov.png
- activity.md
- api.md
- authentication.md
- collectors.md
- contributing.md
- diff.md
- examples.md
- exporters.md
- index.md
- keyvault.md
- limitations.md
- report.md
- extra.css
- activity.md
- api.md
- authentication.md
- collectors.md
- contributing.md
- diff.md
- examples.md
- exporters.md
- index.md
- keyvault.md
- limitations.md
- report.md
- __init__.py
- base.py
- device_flow.py
- keyvault.py
- service_principal.py
- __init__.py
- analyze.py
- auth.py
- collect.py
- diff.py
- main.py
- report.py
- session.py
- __init__.py
- activity_collector.py
- base.py
- capacity.py
- dataflow_access.py
- dataset_access.py
- domain.py
- refresh_history.py
- refresh_schedule.py
- report_access.py
- tag.py
- workload.py
- workspace_access.py
- workspace_inventory.py
- __init__.py
- access.py
- artifacts.py
- findings.py
- refresh.py
- workspace.py
- __init__.py
- engine.py
- snapshot.py
- __init__.py
- file_exporter.py
- report.html.j2
- __init__.py
- html_reporter.py
- insights.py
- __init__.py
- api.py
- checkpoint.py
- config.py
- exceptions.py
- progress.py
- __init__.py
- test_device_flow.py
- test_integration.py
- test_service_principal.py
- __init__.py
- test_workspace_inventory.py
- __init__.py
- .env-example
- .gitignore
- CHANGELOG.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- pytest.ini
- README.en.md
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
poetry add
View Details ▼
poetry add
Add required packages to the `pyproject.toml` file in Poetry.
See also: `asdf`.
poetry add {{package_name}}
Add required packages:
poetry add {{package_name}} --group {{group_name}}
Add required packages to a specific group of dependencies:
poetry add {{package_name}}=={{version}}
Add a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
