A Python package scaffold for ss_cyc.
Project description
ss_cyc
Python package scaffold for ss_cyc.
Install
Install from PyPI with uv:
uv add ss_cyc
Install directly from a git repository with uv:
uv add "ss_cyc @ git+https://github.com/<owner>/<repo>.git"
Install directly from a git repository with pip:
pip install "git+https://github.com/<owner>/<repo>.git"
Install locally for development:
pip install -e .
Usage
Use WindowCapture from Python:
from ss_cyc import WindowCapture
capture = WindowCapture()
You can also import it from the capture module:
from ss_cyc.capture import WindowCapture
Run as a console command:
ss-cyc
Run as a Python module:
python -m ss_cyc
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
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
File details
Details for the file ss_cyc-0.1.1.tar.gz.
File metadata
- Download URL: ss_cyc-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ebb2daf156c3d3c1b3de235b9a25d50e9cd30a1e97daccac1b5415451b097f9
|
|
| MD5 |
0f5e17d17e592814b567ec152608ae83
|
|
| BLAKE2b-256 |
f67fc7c515a6d5fa12046cc550b748cf23c5837bbe2cc4085d48f20baeacddb7
|
File details
Details for the file ss_cyc-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ss_cyc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ea1efdddae4552cef7877de90a399b3de2592cf30b9ffa748ccff59a82a72da
|
|
| MD5 |
b0cabd30fe58d0e412ea66e34a4b6702
|
|
| BLAKE2b-256 |
5710509f2e3257209b201318428bbf417a0f74e0f79919cb5196a23f72a13c71
|