Skip to main content

Easy to use networking library.

Project description

Alvaro


License: MIT Updates Downloads

Logo

Alvaro is a high-level, event-based networking module built to save you time on your projects without compromising on reliability, security or functionality. It offers SSL support, user management and many more features to help you on your projects.

A quick demo..

Alvaro Demo

To learn more, check out the wiki!

Tired of spending hours, sometimes even days writing up complicated code just to get two devices to talk to one another? Alvaro is what you're looking for. All the difficult tasks of flow control, encryption and endless bugs all taken care of for you! This project provides you the ability to create a fully functional server in just a few lines of code. So you can dive right into your project.

After all, time is our most valuable resource.

# clone alvaro
git clone https://github.com/edgecase963/Alvaro

cd Alvaro

# Install requirements
pip3 install -r requirements.txt

# install Alvaro
sudo python3 setup.py install

Alternatively, you can also use the pip command to install Alvaro:

pip3 install alvaro

This project is completely open source and anyone is free to use it.

CodeFactor Rating

CodeFactor

Alvaro comes with some built-in features to help make data transfer not just more reliable, but easier to manage and implement into your project. One of these is the ability to monitor an ongoing download.

Download Demo

Below is a demonstration of how to set up a minimalistic server using Alvaro:

import alvaro, asyncio

server = alvaro.Host("127.0.0.1", port=8888)
asyncio.run( server.start() )

Alvaro uses asyncio to host/run/manage its servers. In order to start a server, it must be started with the asyncio.run function.

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

Alvaro-1.2.2.tar.gz (12.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page