The PLIB3.CLASSES package contains a number of useful Python 3 classes.
Note: PLIB3.CLASSES works with Python 3. If you are using Python 2.7, see the PLIB.CLASSES package, available at https://pypi.org/project/plib.classes.
The setup.py script for PLIB3.CLASSES uses the setuputils helper module, which helps to automate away much of the boilerplate in Python 3 setup scripts. This module is available as a separate release at https://pypi.org/project/setuputils3.
The PLIB3.CLASSES Package
The following classes are available in the plib.classes namespace:
The StateMachine class implements a basic finite state machine with customizable code to be run at each state transition.
Installation
To install PLIB3.CLASSES, you can simply run:
$ python3 setup.py install
at a shell prompt from the directory into which you unzipped the source tarball (the same directory that this README file is in). This will install PLIB3 and then run each of the post-install scripts in the scripts directory.
Release files for plib3.classes 0.9.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| plib3.classes-0.9.5.tar.gz | 20.2 kB | Details |
Release files / plib3.classes-0.9.5.tar.gz
| Download URL | plib3.classes-0.9.5.tar.gz |
|---|---|
| Size | 20.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3a461095bd2cdf5aa1ddec2c968dd53a0bf00df2fc456ca88ab21c9c517b2426
|
|
BLAKE2b-256 checksum How to use checksums |
a795a45d809ca42f30e2aa627ea3172ddfb5af8ac36c5733de3109de0b176548
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.9.1
|