PyTorch Lightning Sample project.
Project description
Lightning Utilities
This repository covers the following use-cases:
- GitHub workflows
- GitHub actions
- CLI
lightning_utilities.dev
- General Python utilities in
lightning_utilities.core
1. Reusable workflows
Usage:
name: Check schema
on: [push]
jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@main
with:
azure-dir: ""
See usage of other workflows in .github/workflows/ci_use-checks.yml.
2. Reusable composite actions
See available composite actions .github/actions/.
Usage:
name: Do something with cache
on: [push]
jobs:
pytest:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: Lightning-AI/utilities/.github/actions/cache
with:
python-version: 3.9
requires: oldest
# requires: latest
3. CLI
The package provides common CLI commands.
Installation
From source:pip install https://github.com/Lightning-AI/utilities/archive/refs/heads/main.zip
From pypi:
pip install lightning_utilities
Usage:
python -m lightning_utilities.dev [group] [command]
Example for setting min versions
$ cat requirements/test.txt
coverage>=5.0
codecov>=2.1
pytest>=6.0
pytest-cov
pytest-timeout
$ python -m lightning_utilities.dev requirements set-oldest
$ cat requirements/test.txt
coverage==5.0
codecov==2.1
pytest==6.0
pytest-cov
pytest-timeout
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lightning-utilities-0.3.0.tar.gz
(15.3 kB
view hashes)
Built Distribution
Close
Hashes for lightning-utilities-0.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d769ab9b76ebdee3243d1051d509aafee57d7947734ddc22977deef8a6427f2f |
|
MD5 | f97553d37c4e0878f9ee6a6a5baee186 |
|
BLAKE2b-256 | b5ee4b206e722c4fc138436aa91299692bba4fdad1b6ce8429bf291929456b04 |
Close
Hashes for lightning_utilities-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ae9bdd8f1be3c81b1ac4820f6eeddcbafcc2505c57a5940054466f4763bc22d |
|
MD5 | 06f18425c23edccdf008af269b663e94 |
|
BLAKE2b-256 | 8ffc1f4ff2bcba4e6162276cabe831a431ef14681a7158e693a5cf828dd6fa1b |