Metadata-Version: 2.2
Name: sec-share
Version: 0.1.4
Summary: A CLI tool to securely share code snippets with automatic secret detection and redaction
Home-page: https://github.com/ritishab0209/sec
Author: Ritisha Bhattacharjee
Author-email: ritish200302@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# SecShare

A command-line tool for securely sharing code snippets with automatic secret detection and redaction.

## Installation

```bash
pip install sec-share
```

## Usage

```bash
# Share a file
sec-share -t "My Code" -l language my_script

# Share from stdin
cat my_script.py | sec-share -t "My Code" -l python
```

## Features

- Automatic detection and redaction of sensitive information
- Support for multiple programming languages
- Secure sharing with expiration dates
- Easy-to-use command-line interface

## License

MIT License
