|
4 | 4 |
|
5 | 5 | Universal semantic protocol for AI-to-AI communication. Think "TCP/IP for Artificial Intelligence." |
6 | 6 |
|
7 | | -[](https://github.com/pulse-protocol/pulse-python) |
8 | | -[](https://github.com/pulse-protocol/pulse-python/releases) |
| 7 | +[](https://pypi.org/project/pulse-protocol/) |
| 8 | +[](https://pypi.org/project/pulse-protocol/) |
9 | 9 | [](https://www.python.org/downloads/) |
10 | 10 | [](LICENSE) |
11 | | -[](https://github.com/pulse-protocol/pulse-python) |
12 | | -[](https://github.com/pulse-protocol/pulse-python) |
| 11 | +[](https://github.com/pulseprotocolorg-cyber/pulse-python) |
| 12 | +[](https://github.com/pulseprotocolorg-cyber/pulse-python) |
13 | 13 | [](https://github.com/psf/black) |
14 | 14 |
|
15 | 15 | --- |
@@ -56,19 +56,10 @@ Instead of natural language (ambiguous, slow), PULSE uses **semantic concepts**: |
56 | 56 | ### Installation |
57 | 57 |
|
58 | 58 | ```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 |
69 | 60 |
|
70 | 61 | # For development (with testing tools): |
71 | | -pip install -e ".[dev]" |
| 62 | +pip install pulse-protocol[dev] |
72 | 63 | ``` |
73 | 64 |
|
74 | 65 | **Requirements:** Python 3.8+ | msgpack |
@@ -688,7 +679,7 @@ retrieved = km.get_key("agent-1") |
688 | 679 |
|
689 | 680 | ```bash |
690 | 681 | # Clone repository |
691 | | -git clone https://github.com/pulse-protocol/pulse-python.git |
| 682 | +git clone https://github.com/pulseprotocolorg-cyber/pulse-python.git |
692 | 683 | cd pulse-python |
693 | 684 |
|
694 | 685 | # Create virtual environment |
@@ -777,7 +768,7 @@ This project is open source and will remain free forever. |
777 | 768 |
|
778 | 769 | ## 📊 Project Status |
779 | 770 |
|
780 | | -**Version:** 0.4.0 (Alpha - Week 4 Complete ✅) |
| 771 | +**Version:** 0.5.0 |
781 | 772 | **License:** Apache 2.0 - Free & Open Source Forever 🌍 |
782 | 773 | **Python:** 3.8+ |
783 | 774 | **Status:** Active Development - **Ready for Contributors!** |
@@ -831,8 +822,8 @@ This project is open source and will remain free forever. |
831 | 822 |
|
832 | 823 | ## 📞 Support & Community |
833 | 824 |
|
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) |
836 | 827 | - **Email:** dev@pulse-protocol.org |
837 | 828 |
|
838 | 829 | --- |
|
0 commit comments