pax_global_header 0000666 0000000 0000000 00000000064 14566576634 0014540 g ustar 00root root 0000000 0000000 52 comment=1b218092f133a4d1bfc46b62febc2606e2faebfe
crispy-bootstrap5-2024.2/ 0000775 0000000 0000000 00000000000 14566576634 0015242 5 ustar 00root root 0000000 0000000 crispy-bootstrap5-2024.2/.github/ 0000775 0000000 0000000 00000000000 14566576634 0016602 5 ustar 00root root 0000000 0000000 crispy-bootstrap5-2024.2/.github/FUNDING.yml 0000664 0000000 0000000 00000001471 14566576634 0020422 0 ustar 00root root 0000000 0000000 # These are supported funding model platforms
github: [django-crispy-forms] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
crispy-bootstrap5-2024.2/.github/workflows/ 0000775 0000000 0000000 00000000000 14566576634 0020637 5 ustar 00root root 0000000 0000000 crispy-bootstrap5-2024.2/.github/workflows/publish.yml 0000664 0000000 0000000 00000003036 14566576634 0023032 0 ustar 00root root 0000000 0000000 name: Publish Python Package
on:
release:
types: [created]
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install --upgrade tox
- name: Run tox targets for ${{ matrix.python-version }}
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
deploy:
runs-on: ubuntu-latest
needs: [tests]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: actions/cache@v2
name: Configure pip caching
with:
path: ~/.cache/pip
key: ${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-publish-pip-
- name: Install dependencies
run: |
pip install build twine
- name: Publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m build
twine upload dist/*
crispy-bootstrap5-2024.2/.github/workflows/test.yml 0000664 0000000 0000000 00000002234 14566576634 0022342 0 ustar 00root root 0000000 0000000 name: Test
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install --upgrade tox
- name: Run tox targets for ${{ matrix.python-version }}
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip tox
- name: Run lint
run: tox -e lint
crispy-bootstrap5-2024.2/.gitignore 0000664 0000000 0000000 00000000157 14566576634 0017235 0 ustar 00root root 0000000 0000000 .venv
__pycache__/
*.py[cod]
*$py.class
venv
.eggs
.pytest_cache
*.egg-info
.DS_Store
.vscode
*python-version
crispy-bootstrap5-2024.2/.pre-commit-config.yaml 0000664 0000000 0000000 00000000423 14566576634 0021522 0 ustar 00root root 0000000 0000000 repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8 crispy-bootstrap5-2024.2/CHANGELOG.md 0000664 0000000 0000000 00000004716 14566576634 0017063 0 ustar 00root root 0000000 0000000 # CHANGELOG FOR CRISPY-BOOTSTRAP5
## 2024.2 (2024-02-24)
* Added support for [Switches](https://getbootstrap.com/docs/5.2/forms/checks-radios/#switches). (#162)
* Used `