Skip to main content

FireO ORM is specifically designed for the Google's Firestore

Project description

PyPI version Build Status

FireO Logo

A modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore, it's more than just ORM. It implements validation, type checking, relational model logic and much more facilities.

Get Started!




Installation

pip install fireo

Example Usage

from fireo.models import Model
from fireo.fields import TextField

class User(Model):
    name = TextField()


u = User()
u.name = "Azeem Haider"
u.save()

# Get user
user = User.collection.get(u.key)
print(user.name)

Documentation

Full documentation is available in the FireO Doc.

Contributing

Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

  1. Check FireO Project TODO list or newcomers contribute
  2. Checkout Feature branch (latest working branch)
  3. Write tests for your functionality
  4. Mention in Documentation, what you has done and how other can use it

License

This is official FireO Repository. Powered by OctaByte Licensed under Apache License 2.0

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

fireo-1.1.0.tar.gz (26.1 kB view details)

Uploaded Source

File details

Details for the file fireo-1.1.0.tar.gz.

File metadata

  • Download URL: fireo-1.1.0.tar.gz
  • Upload date:
  • Size: 26.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.7

File hashes

Hashes for fireo-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c1779776fb3c0702e348da76812d418dfe6a82adeb5748b34828787ab042b65b
MD5 66befc10daf71c7b5dec4162ff3d3323
BLAKE2b-256 143fba02ed281882ec281412c1b48500ac316d99a196f7af8ffceef13e206939

See more details on using hashes here.

Supported by

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