Skip to main content

A God Like Serializer For God Like Developers.

Project description

a God like Serializer for God like Developers.

Getting Started

just clone the project or use pip to install ahura and there should be no problem using it. ahura is available as django model seriliazer for now but it is goning to be a general python seriliazer very soon. feel free to contribute.

Prerequisites

Ahura is a Django Model Seriliazer for now so you must have django installed and use Django ORM.

Installing

For using Ahura you just need to install it using pip.

$pip install ahura

or clone the project.then import the Seriliazer and use it like the example below.

>>> from ahura import Seriliazer
>>> from myapp.models import MyModel
>>> my_objects = MyModel.objects.all()
>>> s = Seriliazer(exclude=["password"], date_format="%Y-%m-%d")
>>> data = s.serialize(my_objects)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Mahdi Sorkhemiri - Initial work - Sorkhemiri

  • Mohammad Rabetian - Initial work - Rabetian

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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

ahura-0.1.7.tar.gz (3.9 kB view hashes)

Uploaded Source

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