Library for managing social media entities
Project description
foxy_entities
Library for managing social media entities
The main goal is to create a social media entity management system for shared storage and load balancing
Basic usage
Inherit the base abc of the entity
from foxy_entities import SocialMediaEntity
class FakeSocialMediaEntity(SocialMediaEntity):
fake_str: str
Add a new entity to the virtual storage
entity_controller = EntityController()
entity_controller.add_entity(FakeSocialMediaEntity(fake_str="hello world"))
Get an entity from virtual storage
entity = entity_controller.get_entity(FakeSocialMediaEntity)
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
foxy_entities-0.0.3.tar.gz
(3.1 kB
view details)
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 foxy_entities-0.0.3.tar.gz.
File metadata
- Download URL: foxy_entities-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.2 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43e5ff550e658241f19c39e4d6db77050820d26f6c9f2b88c143fdeb291a7a97
|
|
| MD5 |
9b0f05e34d5666552d008ed74991da49
|
|
| BLAKE2b-256 |
a18d8ff9fe9ea20e033bcc62126ffa9e00b29300c7674702e2dd7f0096e0c30c
|
File details
Details for the file foxy_entities-0.0.3-py3-none-any.whl.
File metadata
- Download URL: foxy_entities-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.2 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
048298a2b06f91908444e3b4f1571ec48151799b67ce8190dfb11d6d8fdcb79a
|
|
| MD5 |
d41e36df88f3b1c59465fa35b06eb463
|
|
| BLAKE2b-256 |
ee5f740c4884cfae6d494583270b44ec77c9c1d310a1d81197e9617debf17032
|