Skip to main content

No project description provided

Project description

Pycracks

PyPI PyPI Downloads PyPI Version GitHub Workflow Status (with event)
Unreleased Commits Last Released date
Quality Coveralls branch Code Climate maintainability Code Climate technical debt
OSSF-Scorecard Score Dependabot
Format Conventional Commits Commitlint
Pre Commit Format Linting
Legal FOSSA Status PyPI - License Commercial Use

💢🔍 breaking change detection in Python - Compatible with Semantic Version and Semantic Release

Usage

Use the --help flag for detailed options:

pycracks --help

Pycracks can be used in different ways, the most straightforward one is:

pycracks --paths "tests" --target-version "<to-be-release-version>" --test-command "pytest tests"

The test-command could be any command and does not need to be Python specific

Combine with scripts

It is also possible to simplify the test-command by always using something like pipenv scripts or npm scripts

So in the project.json / Pipfile, one could define the test command and use pycracks with npm run test or pipenv run test instead:

pycracks --paths "tests" --target-version "<to-be-release-version>" --test-command "pipenv run test"
pycracks --paths "tests" --target-version "<to-be-release-version>" --test-command "npm run test"

Semantic Release

If using the Python-Semantic-Release module, installable with:

pipx install python-semantic-release

One can integrate it with PyCracks by using:

pycracks -t "$(semantic-release -v version --print)"

Installation

With Pipx

Recommended instalation for CICD is through pipx with a pinned version:

pip install pipx==1.2.0
pipx run pycracks==0.18.0 --paths "tests" --target-version "<to-be-release-version>" --test-command "pytest tests"

That command will create a virtual environment just for pycracks and run the test command from there.

With pip

Instalation can be done with pip as usual:

pip install pycracks

Pipenv and poetry equivalents can be used as well.

F.A.Q.

License

FOSSA Status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycracks-0.20.2.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

pycracks-0.20.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file pycracks-0.20.2.tar.gz.

File metadata

  • Download URL: pycracks-0.20.2.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pycracks-0.20.2.tar.gz
Algorithm Hash digest
SHA256 9235b30d4c4dd2680f3802b8b86429f24d24c9be2e225bcb6704be694175e69b
MD5 6132d4c5d53c743b5560c863d4ef692a
BLAKE2b-256 ed4bdbea3eb3ae901ad7af3ad12e5654ca75075a71ed589469b885cbc513ae33

See more details on using hashes here.

File details

Details for the file pycracks-0.20.2-py3-none-any.whl.

File metadata

  • Download URL: pycracks-0.20.2-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pycracks-0.20.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4572b43c65ac6b9510dd33639f74a1c3f27c3ff253571939e949b0b5984c6ffc
MD5 57d1cd6988e0cfe974aff5ba71c5c0e3
BLAKE2b-256 99cddfd4868f4b0f3a15652bc2a3724ea29b42f2e15d90c6fc22882081cb29b0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page