Pysfer is a Python library for transfering data between python procseses.
Project description
Pysfer
Pysfer is a Python library for transfering data between python procseses. With pysfer you can:
- Acsess variables or data from different Python programs.
- Acsess variables or data between 'Main program' and other procseses.
- Access variables or data in same Python program.
Installation
Use the package manager pip to install foobar.
pip install pysfer
Usage
import pysfer
# update or create "my_var" with "Hello World" value
pysfer.localvar.update("my_var","Hello World!")
# returns the value of "my_var"
new_var = pysfer.localvar.get("my_var")
# delete "my_var" and its value
pysfer.localvar.delete("my_var")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
License
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
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 pysfer-0.1.tar.gz.
File metadata
- Download URL: pysfer-0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83a8c4a6cac22978add465478b74bf9fbc8db97a3bb97f56800e7dff3ba7cbd0
|
|
| MD5 |
893f2f865193b648f142551138c0cf84
|
|
| BLAKE2b-256 |
02c1ba5f104006efddd584101abf7493b76113e9fc102ce38fb7bf9682688311
|
File details
Details for the file pysfer-0.1-py3-none-any.whl.
File metadata
- Download URL: pysfer-0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f02aa42d8dbb45a2e7a7289bc3d83b93fc8ed1181f94ee253cfb3c5701ea1c61
|
|
| MD5 |
429f27da62ed5f2b7fe332e912747728
|
|
| BLAKE2b-256 |
bd2398a7a6206c4ba4283fe82022e94e9fa0df108bfef021e3965df6160ce9e0
|