A Python package for aviro functionality
Project description
Aviro
A Python package for aviro functionality.
Installation
pip install aviro
Usage
Basic Usage
from aviro import hello_aviro
# Basic greeting
print(hello_aviro()) # Output: Hello, World! Welcome to Aviro!
# Personalized greeting
print(hello_aviro("Alice")) # Output: Hello, Alice! Welcome to Aviro!
Using the Aviro Class
from aviro.core import Aviro
# Create an Aviro instance
my_aviro = Aviro("MyBot")
print(my_aviro.greet("Alice")) # Output: MyBot says: Hello, Alice!
# Get version information
from aviro.core import get_version
print(f"Aviro version: {get_version()}")
Features
- Simple greeting functionality
- Customizable Aviro instances
- Easy-to-use API
- Type hints for better development experience
Development
Installing for Development
git clone https://github.com/yourusername/aviro.git
cd aviro
pip install -e .[dev]
Running Tests
pytest
Code Formatting
black src/
isort src/
flake8 src/
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Run the test suite
- Submit a pull request
Changelog
0.1.0 (2024-01-XX)
- Initial release
- Basic greeting functionality
- Aviro class implementation
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
aviro-0.1.0.tar.gz
(3.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
aviro-0.1.0-py3-none-any.whl
(3.7 kB
view details)
File details
Details for the file aviro-0.1.0.tar.gz.
File metadata
- Download URL: aviro-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2713f028fcfe722a783a95515074d0c5e86a7d0d7b9ec7628c3a85396ecce2c0
|
|
| MD5 |
f57efb5d53b69ad435a233ab237910ec
|
|
| BLAKE2b-256 |
a2033cb99662956b6b7ec4d3bc5ef49109a79aad8659754226b1f8637627b3bc
|
File details
Details for the file aviro-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aviro-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
826178ae8823e01e3cd95f3e9244b8acf9c09b09cc7a793e8b93a60a28254bae
|
|
| MD5 |
348f1744b97a2e5eb1a679e366aad3f7
|
|
| BLAKE2b-256 |
be0aaf26dd26db6c474c2c9e8f0a84fd60bd3175a8459afe06ee76c309ae278a
|