A tool to inspect source code ownership.
Project description
Stakeout
This project allows you to inspect the ownership of a project using the OWNERSHIP file.
Usage
Full inspection
> stakeout .
Unowned: 300
@team-a: 1200
@team-b: 4000
Total: number of files: 5000
Inspect a single file or directory
> stakeout . --file=README.md
@team-a
List all files owned by a single team
> stakeout . --team=team-a
./README.md
Develop
python3 -m venv .env
source ./env/bin/activate
python3 -m pip install -r requirements.txt
Distribute
python3 -m build
python3 -m twine upload dist/*
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
stakeout-1.0.2.tar.gz
(16.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
stakeout-1.0.2-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file stakeout-1.0.2.tar.gz.
File metadata
- Download URL: stakeout-1.0.2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91832f67e1f711cbcafcb6bfb4c5cef4457dcf89822ed5cc7437812daad9e696
|
|
| MD5 |
bd716c08a588eba8abc70bf33fd31dc6
|
|
| BLAKE2b-256 |
d73bbea0a9b2e143a0c66e7769de8c6336e37ab34e732279544879c98442dbb3
|
File details
Details for the file stakeout-1.0.2-py3-none-any.whl.
File metadata
- Download URL: stakeout-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf0c08f66ff8feb671fdc5242a9adb727e04290ccdd1adb4e4836929527a4532
|
|
| MD5 |
4880e447f69c109bfd3967b1a820ad20
|
|
| BLAKE2b-256 |
d08214bf88f0fda39260c7b7265536a07e244f47c053a647b6552044e057300d
|