Skip to content

Commit a979c58

Browse files
author
Sergey Klein
committed
docs: fix README — correct PyPI install, badges, GitHub links, version
1 parent 3adb9bb commit a979c58

1 file changed

Lines changed: 10 additions & 19 deletions

File tree

README.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Universal semantic protocol for AI-to-AI communication. Think "TCP/IP for Artificial Intelligence."
66

7-
[![Status](https://img.shields.io/badge/status-Alpha-yellow.svg)](https://github.com/pulse-protocol/pulse-python)
8-
[![Version](https://img.shields.io/badge/version-0.4.0-blue.svg)](https://github.com/pulse-protocol/pulse-python/releases)
7+
[![PyPI version](https://badge.fury.io/py/pulse-protocol.svg)](https://pypi.org/project/pulse-protocol/)
8+
[![PyPI downloads](https://img.shields.io/pypi/dm/pulse-protocol.svg)](https://pypi.org/project/pulse-protocol/)
99
[![Python Version](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
1010
[![License](https://img.shields.io/badge/license-Apache%202.0-green.svg)](LICENSE)
11-
[![Tests](https://img.shields.io/badge/tests-165%2B%20passing-brightgreen.svg)](https://github.com/pulse-protocol/pulse-python)
12-
[![Coverage](https://img.shields.io/badge/coverage-90%25%2B-brightgreen.svg)](https://github.com/pulse-protocol/pulse-python)
11+
[![Tests](https://img.shields.io/badge/tests-165%2B%20passing-brightgreen.svg)](https://github.com/pulseprotocolorg-cyber/pulse-python)
12+
[![Coverage](https://img.shields.io/badge/coverage-90%25%2B-brightgreen.svg)](https://github.com/pulseprotocolorg-cyber/pulse-python)
1313
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1414

1515
---
@@ -56,19 +56,10 @@ Instead of natural language (ambiguous, slow), PULSE uses **semantic concepts**:
5656
### Installation
5757

5858
```bash
59-
# Coming soon to PyPI!
60-
# pip install pulse-protocol
61-
62-
# For now - Install from GitHub:
63-
git clone https://github.com/pulse-protocol/pulse-python.git
64-
cd pulse-python
65-
pip install -e .
66-
67-
# Or install dependencies only:
68-
pip install msgpack>=1.0.0
59+
pip install pulse-protocol
6960

7061
# For development (with testing tools):
71-
pip install -e ".[dev]"
62+
pip install pulse-protocol[dev]
7263
```
7364

7465
**Requirements:** Python 3.8+ | msgpack
@@ -688,7 +679,7 @@ retrieved = km.get_key("agent-1")
688679

689680
```bash
690681
# Clone repository
691-
git clone https://github.com/pulse-protocol/pulse-python.git
682+
git clone https://github.com/pulseprotocolorg-cyber/pulse-python.git
692683
cd pulse-python
693684

694685
# Create virtual environment
@@ -777,7 +768,7 @@ This project is open source and will remain free forever.
777768

778769
## 📊 Project Status
779770

780-
**Version:** 0.4.0 (Alpha - Week 4 Complete ✅)
771+
**Version:** 0.5.0
781772
**License:** Apache 2.0 - Free & Open Source Forever 🌍
782773
**Python:** 3.8+
783774
**Status:** Active Development - **Ready for Contributors!**
@@ -831,8 +822,8 @@ This project is open source and will remain free forever.
831822

832823
## 📞 Support & Community
833824

834-
- **Issues:** [GitHub Issues](https://github.com/pulse-protocol/pulse-python/issues)
835-
- **Discussions:** [GitHub Discussions](https://github.com/pulse-protocol/pulse-python/discussions)
825+
- **Issues:** [GitHub Issues](https://github.com/pulseprotocolorg-cyber/pulse-python/issues)
826+
- **Discussions:** [GitHub Discussions](https://github.com/pulseprotocolorg-cyber/pulse-python/discussions)
836827
- **Email:** dev@pulse-protocol.org
837828

838829
---

0 commit comments

Comments
 (0)