0 purchases
ria 0.1.1
Radio Intelligence Apps
Stay tuned for the upcoming release of Radio Intelligence Apps
by Qoherent! 📡🚀
Note: We are currently in the testing phase, and the current functionality is limited to making a cat meow. 🐱
Getting Started
RIA's open-source core is avaiable at PyPI, and can be installed with pip:
pip install ria
Exploring the Command Line Functionality
meow --name "Whiskers" --age 3 --colour "gray"
Exploring the Import Functionality
from ria.Cat import Cat
my_cat = Cat(name="Whiskers", age=3, color="gray")
my_cat.meow()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.