Metadata-Version: 2.2
Name: share-secure
Version: 0.1.0
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

# SecureShare

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

## Installation

```bash
pip install share-secure
```

## Usage

```bash
# Share a file
share-secure -t "My Code" -l python my_script.py

# Share from stdin
cat my_script.py | share-secure -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

## Environment Variables

Before using SecureShare, set the following environment variables:

```bash
export VITE_SUPABASE_URL="your-supabase-url"
export VITE_SUPABASE_ANON_KEY="your-supabase-anon-key"
```

## License

MIT License
