Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

d2a

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2a

It translates django models into sqlalchemy orm/expression objects.

  • 3.0.1
  • PyPI
  • Socket score

Maintainers
1

.. image:: https://badge.fury.io/py/d2a.svg :target: https://badge.fury.io/py/d2a

.. image:: https://github.com/walkframe/d2a/workflows/build/badge.svg?branch=master :target: https://github.com/walkframe/d2a/actions

.. image:: https://img.shields.io/pypi/dm/d2a.svg :target: https://pypi.org/project/d2a/

.. image:: https://img.shields.io/badge/License-MIT-blue.svg :target: https://opensource.org/licenses/MIT

Requirements

  • Python: 3.5 or later.

    • Tested with 3.6, 3.9
  • Django: 2.x, 3.x

    • Tested with 2.2.9, 3.0.1, 3.1.1
  • SQLAlchemy: 1.1 or later.

    • Tested with 1.1.0, 1.4.1

2 STEPS TO USE

Installation

.. code-block:: shell

$ pip install d2a -U

Add d2a to settings.INSTALLED_APPS.

.. code-block:: python3

INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', # : # : 'd2a', ]

Code generation

.. code-block:: shell

$ ./manage.py sqla_codegen

  • PyPI <https://pypi.org/project/d2a>__

  • See more details on walkframe docs <https://docs.walkframe.com/products/d2a/>__

    • History <https://docs.walkframe.com/products/d2a/history/>__

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc