All functions that assist in standardising development approaches.
Project description
Purpose
Abstracting message construction and deconstruction to achieve consistency
- Multipart
- Structure of message (see Appendix A, Figure 1)
- Current data types (see Appendix A, Figure 2)
Helper modules
- Multipart message deconstructer in CDN.
Section types
1.
Appendix
Appendix A
- Multipart Figure 1: Structure of the message from top (left) to bottom (right).
graph TD
subgraph one[Cover]
metadata_0[Content-Type: hello; Separator_string: separator text]
a{{separator text}}
subgraph comp_1
metadata_1.1
metadata_1.2
data1
end
b{{separator text}}
subgraph comp_2
metadata_2.1
metadata_2.2
data2
end
c{{separator text}}
subgraph comp_3
metadata_3.1
metadata_3.2
data3
end
end
Table 1: Current data types
data type | metadata | Specifics |
---|---|---|
text | data_type,name | |
image | data_type |
Change log
[1.3.1] - 2024-09-08
add: fixed:
- get_logger: Direct import of logger variable does not change for files that import it when logger changes. others:
[1.3.0] - 2024-09-07
add:
- insert_logger
- Logger
- Logger method execution encapsulation fixed: others:
[1.2.0] - 2024-08-01
add:
- Bar.py: Added bar chart image generation fixed: others:
[1.1.1] - 2024-07-06
add: fixed: others:
- Incorporated log function call in image/line.py.
[1.1.0] - 2024-06-23
add:
- Line.py: You can generate line chart binary now from x and y array data. fixed: others:
[1.0.0] - 2024-06-23
add:
- image visualisation: Charts that is presented in terms of image binary data
- pie visual for image: Display a pie chart.
- root init file: Added log_data class initialisation. fixed: others:
- Purpose of image visualisation: For displaying visuals in the front end.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file personalWebbingCommunication-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: personalWebbingCommunication-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d62bf62868659b50354103c5166b7f51ec15ec633ebffd1bc9074016b05f816a |
|
MD5 | 324c0777bec3863b564ddb5c105f531d |
|
BLAKE2b-256 | 40eff8aee0de1e85e4b7947ee863a3934bdd3bef930582f099c27f2a8bc82db5 |