slap icon indicating copy to clipboard operation
slap copied to clipboard

Slap is a CLI to assist in the process for developing and releasing Python packages.

Results 60 slap issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [Babel](https://babel.pocoo.org/) ([source](https://togithub.com/python-babel/babel)) |...

/c runs the command and exits. /k keeps the new shell open, which leads to a hang.

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/NiklasRosenstein/slap). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [build](https://togithub.com/pypa/build) ([changelog](https://build.pypa.io/en/stable/changelog.html)) | `^0.10.0` -> `^1.0.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ubuntu](https://togithub.com/actions/runner-images) | github-runner | major | `20.04` -> `22.04` | ---...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typeapi](https://redirect.github.com/NiklasRosenstein/python-typeapi) | `==1.5.1` -> `==2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typeapi/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typeapi/1.5.1/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

```py from pathlib import Path from tomli import loads from tomli_w import dumps dirs = [ "databind/.changelog", "databind.core/.changelog", "databind.json/.changelog", ] output = ".changelog" releases = {x.name for d in dirs...

Eg. for https://github.com/kraken-build/kraken I'd like that you can't accidentally add a changelog to the subdirectories. What could be even nicer: Instead of denying adding the changelog entry when running from...

feature request

``` ~% slap init a write a/.flake8 write a/LICENSE 'name' ```

``` ~% mkdir a ~% cd a ~/a% slap venv -c -a creating local environment "3.10" (using python3) warning: the -a,--activate option only works when shadowed by a shell function...