Metadata-Version: 2.4
Name: openports
Version: 0.0.2
Summary: 🔍⚡ Lightning-fast port scanner and process manager
Home-page: https://github.com/yashmahamulkar/openports
Author: Yash Mahamulkar
Author-email: ymmahamulkar@gmail.com
Project-URL: Bug Reports, https://github.com/yashmahamulkar/openports/issues
Project-URL: Source, https://github.com/yashmahamulkar/openports
Project-URL: Documentation, https://github.com/yashmahamulkar/openports#readme
Keywords: port scanner,network tools,process manager,developer tools,network debugging,port checker,system administration,devops,tcp,udp,listening ports,process killer,network monitoring,cross-platform,command line,terminal,sysadmin
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Networking
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: fast
Requires-Dist: psutil>=5.8.0; extra == "fast"
Provides-Extra: rich
Requires-Dist: rich>=10.0.0; extra == "rich"
Provides-Extra: full
Requires-Dist: psutil>=5.8.0; extra == "full"
Requires-Dist: rich>=10.0.0; extra == "full"
Provides-Extra: dev
Requires-Dist: psutil>=5.8.0; extra == "dev"
Requires-Dist: rich>=10.0.0; extra == "dev"
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.9; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary


# OpenPorts 🔍⚡

**Lightning-fast port scanner and process manager for developers**

Stop wondering what's running on your ports. OpenPorts gives you instant visibility into your system's network activity with beautiful, actionable insights.

## ✨ Features
- 🚀 **Blazing Fast**: Optimized algorithms for instant port discovery
- 🎯 **Smart Filtering**: Find exactly what you're looking for
- 💀 **Process Control**: Kill processes with confidence
- 🎨 **Beautiful Output**: Rich terminal UI (when available)
- 🔧 **Developer Friendly**: Perfect for debugging and development
- 🌍 **Cross Platform**: Works on Windows, macOS, and Linux

## Quick Start
```bash
pip install openports
openports              # List all listening ports
openports -p 3000      # Check specific port
openports -s react     # Find React processes
openports -k 3000      # Kill process on port 3000
```

Perfect for developers, DevOps engineers, and anyone who needs to understand their system's network activity.
       
