A Python package for computer communication and interaction
Project description
Computer Talk
A Python package for computer communication and interaction.
Features
- Easy-to-use API for computer communication
- Cross-platform compatibility
- Extensible architecture
- Command-line interface
Installation
From PyPI (when published)
pip install computer-talk
From source
git clone https://github.com/jordan/computer-talk.git
cd computer-talk
pip install -e .
Quick Start
from computer_talk import ComputerTalk
# Create a new instance
talk = ComputerTalk()
# Start communication
talk.start()
# Send a message
response = talk.send_message("Hello, computer!")
# Stop communication
talk.stop()
Command Line Usage
# Start the CLI
computer-talk
# Get help
computer-talk --help
Development
Setup Development Environment
# Clone the repository
git clone https://github.com/jordan/computer-talk.git
cd computer-talk
# Install in development mode
pip install -e .[dev]
# Run tests
pytest
# Run linting
black computer_talk/
flake8 computer_talk/
mypy computer_talk/
Building and Publishing
# Build the package
python -m build
# Upload to PyPI (requires credentials)
python -m twine upload dist/*
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Changelog
0.1.0
- Initial release
- Basic computer communication functionality
- Command-line interface
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
computer_talk-0.1.4.tar.gz
(16.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file computer_talk-0.1.4.tar.gz.
File metadata
- Download URL: computer_talk-0.1.4.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b04d6f04caf09909412250cd0646b309f5e74f7bb6a79213a31f68d5ba7f8004
|
|
| MD5 |
a9f69a613b486a42d2865e4414e6d0fb
|
|
| BLAKE2b-256 |
36ba3bb08f1a359bce0b8c25ba7f2fc7e314717a99a2b216321843b4362cc7a3
|
File details
Details for the file computer_talk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: computer_talk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16c8a84fb68112f9c5bbb038bd05b88e17eab335b9dd25967a8a1f07ef617914
|
|
| MD5 |
b5db63bc75828938e89af97e21c36657
|
|
| BLAKE2b-256 |
2b0eab20c9bad7fcdb2f16f6e473d5f9696d4f67dbc563baafdf591b3cc25d98
|