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.2.tar.gz
(3.0 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.2.tar.gz.
File metadata
- Download URL: foxy_entities-0.0.2.tar.gz
- Upload date:
- Size: 3.0 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 |
d778b07ee139693f6b8e53bcd293bc4645c566387c0dde19cef79aa297628166
|
|
| MD5 |
3e881f29151a423191618cd3e5d60152
|
|
| BLAKE2b-256 |
8b05f61413f779c34514d8d125cbcec464dba1c47ecb5a4569f5f02a6c93509f
|
File details
Details for the file foxy_entities-0.0.2-py3-none-any.whl.
File metadata
- Download URL: foxy_entities-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
06d187fced115b2320767739fd5724be46b9da785fcc90bb8b75365a114c5b75
|
|
| MD5 |
ad8654f3dcdf945f0f6446f2a579b756
|
|
| BLAKE2b-256 |
54641dffdb8361e369e272bf90b74722b70fd8ca8a4f5e1eae118950d5099e50
|