Skip to main content

Unused objects detection.

Project description

unused

Github Actions Codecov License PyPI

In what follows python is an alias for python3.10 or pypy3.10 or any later version (python3.11, pypy3.11 and so on).

Installation

Prerequisites

Install the latest pip & setuptools packages versions

python -m pip install --upgrade pip setuptools

User

Download and install the latest stable version from PyPI repository

python -m pip install --upgrade unused

Developer

Download the latest version from GitHub repository

git clone https://github.com/lycantropos/unused.git
cd unused

Install

python -m pip install -e '.'

Development

Bumping version

Prerequisites

Install bump-my-version.

Release

Choose which version number category to bump following semver specification.

Test bumping version

bump-my-version bump --dry-run --verbose $CATEGORY

where $CATEGORY is the target version number category name, possible values are patch/minor/major.

Bump version

bump-my-version bump --verbose $CATEGORY

This will set version to major.minor.patch.

Running tests

Plain

Install with dependencies

python -m pip install -e '.[tests]'

Run

pytest

Docker container

Run

  • with CPython

    docker-compose --file docker-compose.cpython.yml up
    
  • with PyPy

    docker-compose --file docker-compose.pypy.yml up
    

Bash script

Run

  • with CPython

    ./run-tests.sh
    

    or

    ./run-tests.sh cpython
    
  • with PyPy

    ./run-tests.sh pypy
    

PowerShell script

Run

  • with CPython

    .\run-tests.ps1
    

    or

    .\run-tests.ps1 cpython
    
  • with PyPy

    .\run-tests.ps1 pypy
    

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

unused-0.0.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unused-0.0.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file unused-0.0.0.tar.gz.

File metadata

  • Download URL: unused-0.0.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for unused-0.0.0.tar.gz
Algorithm Hash digest
SHA256 e55746a5dc74660a666946c7c456037c59785d74a0b624a1b86810d2fc7557d3
MD5 eb721643e96b8f689ad2ef4d16c2d0bc
BLAKE2b-256 4680f2f53f40feba5c6b362a42cde8d92d02f1438c2e1a9473a9f59f304cabf5

See more details on using hashes here.

File details

Details for the file unused-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: unused-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for unused-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a3316ea8102502af4f5d26886e2057666ce74116c795e2c97c41e5da4fa6a074
MD5 80c12ff561d595fa2e878b114ad0e4f6
BLAKE2b-256 e255b601603e397b1262ae39194fd31a4935933c6292fcf562cab3fe124f9eae

See more details on using hashes here.

Supported by

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