Skip to main content

FastAPI ODM Helper

Project description

FastAPI ODM Helper

FastAPI ODM Helper helps us to work with beanie easier with lots of useful functions

How to use

  1. BaseRepository
from fastapi_odm_helper import BaseRepository
from users.entities.user import UserEntity

class UserRepository(BaseRepository[UserEntity]):
    _entity = UserEntity
  1. @Entity decorator
from fastapi_odm_helper import Entity

@Entity()
class UserEntity(BaseEntity):
    id: UUID

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

fastapi_odm_helper-0.0.6.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

fastapi_odm_helper-0.0.6-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file fastapi_odm_helper-0.0.6.tar.gz.

File metadata

  • Download URL: fastapi_odm_helper-0.0.6.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for fastapi_odm_helper-0.0.6.tar.gz
Algorithm Hash digest
SHA256 2f9fd71d267425f0c2baee1c6e8f1bf99d4142a9e0942f172758225dfc988d9a
MD5 aba30c607a18a8d118d8af50c0d40811
BLAKE2b-256 9fe4d10643df3ca3ed24c4829a9ca163651888b684dda581743d737c5b4f0a2a

See more details on using hashes here.

File details

Details for the file fastapi_odm_helper-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for fastapi_odm_helper-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7e455462a95e4eea05ae4ac6671ee28dabfa1e56c13f2c69318b4f96896d3e73
MD5 50c3e71e19b28ad7b7f1b404b41e0696
BLAKE2b-256 9712d9b45fc1123e8a2992058ed09c4eeb080f4865fb5cf5cb3ec7d70a9e62f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page