No project description provided
Project description
SpeakSynk Flow Processor
Parent class to create steps, ideally this will save us some common functions of the steps.
Implementation
from speaksynk_flow_processor.AWSSpeakSynkFlowProcesor import AWSSpeakSynkFlowProcesor
class SomeStep(AWSSpeakSynkFlowProcesor):
def run(self):
super().run()
# Some logic
if __name__ == '__main__':
step = SomeSteP()
step.download()
step.run()
step.upload('hestep/%s' %s self._identifier)
Ideally this save us some time in creating more steps and only taking care of the run method
Install
pip install poetrypoetry install
Test
poetry run pytest
Use
poetry run python xxxx
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file speaksynk_flow_processor-1.1.0b6.tar.gz.
File metadata
- Download URL: speaksynk_flow_processor-1.1.0b6.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7b0df98007b3001c1a2237b878f31f8aaafb40565b87395508266e7a109ca7a
|
|
| MD5 |
b0d659243508a61983d284df53a3e6d2
|
|
| BLAKE2b-256 |
6efd4471d14de7a26ec01fb10677e298f17dca1710599c4d33a355242c9c4023
|
File details
Details for the file speaksynk_flow_processor-1.1.0b6-py3-none-any.whl.
File metadata
- Download URL: speaksynk_flow_processor-1.1.0b6-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22e78578b4df7f1e517dc1a17373ed8e25084fc5cd9cbe7c9955db42a28ae56a
|
|
| MD5 |
3c1237fa0e43eeb2c467dee3aeb92abb
|
|
| BLAKE2b-256 |
bc54ecb88cb4bd68fb85d93af3236250cd60d5b531c36422680734709d0c08bb
|