Abstract datastructures for Clean Architecture applications in Python.
Project description
platonic
Abstract data structures for Clean Architecture applications in Python. Amazon services, brokers, and backends represented as queues, mappings, lists, iterables, and more.
Example
# TODO
Available data structures
queue | iterable | dict | list | set | graph | |
---|---|---|---|---|---|---|
Amazon DynamoDB | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
Amazon SimpleDB | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
Amazon SQS | โ ๏ธ | ๐ง | โ | ๐ง | ๐ง | ๐ง |
Amazon S3 | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
Apache Kafka | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
Local FS | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
MongoDB | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
MySQL | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
OrientDB | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
PostgreSQL | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
Redis | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง | ๐ง |
Installation
pip install platonic
Credits
This project was generated with wemake-python-package
. Current template version is: 3cb37d9e138d83958c4d915a3b3aa737b27b6418. See what is updated since then.
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
platonic-0.1.2.tar.gz
(6.1 kB
view hashes)