Defines classes that wraps connections to servers
Project description
Introduction
Usually when dealing with connecting to servers, you need to keep track of various objects and use similar syntax everywhere in your code. This package exists to minimize the amount of redundancy in server connections by abstracting connections through objects. The currently implemented wrappers include:
- DatabaseConnector
A class that wraps connections to SQL databases
- SocketConnector
A class that wraps connections to servers via sockets
Installation
To install this package, either download the project from Pypi or simply run pip install servconn.
Documentation
View the README file for documentation, or view the online documentation here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file servconn-1.3.3.tar.gz
.
File metadata
- Download URL: servconn-1.3.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9028f7ed4fefeee9b9dc6295ec640e08e89efee111e7bbaa09e031d5895b05b8 |
|
MD5 | 668a2569ceb2e78fbe180267894e767c |
|
BLAKE2b-256 | 73317ded76f004c182b9a531be045df80441b7af63f1aeb8373b2fe8ed10af6b |