Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
a God like Serializer for God like Developers. | Ahura is an Automatic easy to use Django serializer. it comes With diverse features designed to fit in all different occasions. Feel free to contribute in case of detecting issues or if any new ideas came to your mind.
Ahura is a Django model serializer for now, so you must have Django installed and use Django ORM.
For using Ahura you just need to install it using pip.
.. code-block:: console
$pip install ahura
or clone the project. then import the Serializer and use it like the example below.
.. code-block:: python
>>> from ahura import Serializer
>>> from myapp.models import MyModel
>>> my_objects = MyModel.objects.all()
>>> s = Serializer(exclude=["password"], date_format="%Y-%m-%d")
>>> data = s.serialize(my_objects)
using ahura is easy as you can see above while it gives you many different options to modify your model's json. let's go through some of these options.
this part is not complete but we will add the documention very soon
Please read CONTRIBUTING.md
_ for details on our code of conduct, and the process for submitting pull requests to us.
Sorkhemiri
_Rabetian
_See also the list of contributors
_ who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md
_ file for details
.. _CONTRIBUTING.md: https://github.com/sorkhemiri/ahura/blob/master/CONTRIBUTING.md .. _Sorkhemiri: https://github.com/sorkhemiri .. _Rabetian: https://github.com/mohammadrabetian .. _contributors: https://github.com/sorkhemiri/ahura/graphs/contributors .. _LICENSE.md: https://github.com/sorkhemiri/ahura/blob/master/LICENSE.md
FAQs
A God Like Serializer For God Like Developers.
We found that ahura demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.