Showing 42 open source projects for "python orm"

View related business solutions
  • Computerized Maintenance Management Software Company Icon
    Computerized Maintenance Management Software Company

    60Hertz Maintenance Management Software is designed to meet the real challenges of maintaining rural assets.

    Automate tracking and maintenance of company assets and infrastructure through one app that works on any device and even offline.
  • The Rewards as a Service (RaaS®) API is a robust digital gift card API built to power rewards and incentives in today’s apps and platforms. Icon
    We're the rewards and payments people. We bundle easy-to-use technology, desirable rewards, and expert service to help companies get the most out of their reward and incentive programs—from customer loyalty and employee engagement to wellness and research participation. With our leading reward-delivery technology, customers can instantly deliver digital gift cards to their recipients, maximizing impact and driving real business results.
  • 1
    Django REST framework

    Django REST framework

    Powerful and flexible toolkit for building Web APIs

    Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might want to use REST framework: The Web browsable API is a huge usability win for your developers. Authentication policies including packages for OAuth1a and OAuth2. Serialization that supports both ORM and non-ORM data sources. Customizable all the way down - just use regular function-based views if you don't need the more powerful features. Extensive documentation, and great community support...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Flask-SQLAlchemy

    Flask-SQLAlchemy

    Adds SQLAlchemy support to Flask

    Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It simplifies using SQLAlchemy with Flask by setting up common objects and patterns for using those objects, such as a session tied to each web request, models, and engines. Flask-SQLAlchemy does not change how SQLAlchemy works or is used. See the SQLAlchemy documentation to learn how to work with the ORM in depth. The documentation here will only cover setting up the extension, not how to use...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    SQLAlchemy

    SQLAlchemy

    The Database Toolkit for Python

    SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. An industrial strength ORM, built from the core on the identity map, unit of work, and data mapper patterns. These patterns allow the transparent persistence...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Mezzanine

    Mezzanine

    CMS framework for Django

    ... a simple yet highly extensible architecture that lets you really get into the code. Apart from the features that come with Django such as MVC architecture, ORM, templating and caching, Mezzanine comes with a great many other features. This includes hierarchical page navigation, a simple drag-and-drop HTML5 forms builder with CSV export, scheduled publishing, easy page ordering, social media sharing, and so much more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Modernize Warehouse Inventory Operations Icon
    Modernize Warehouse Inventory Operations

    Powerful WMS and Barcode Scanning for Warehousing, Distribution, and Healthcare

    RF-SMART provides a powerful warehouse management system (WMS) and barcode scanning solution for Warehousing, Wholesale Distribution, Manufacturing, Retail & eCommerce with unsurpassed WMS expertise from implementation to support. Leveraging barcodes and data collection technology, RF-SMART automates business processes so the production, movement, management and fulfillment of inventory is fast and accurate. RF-SMART integrates directly with ERPs as a WMS for NetSuite and inventory management for Oracle Cloud SCM.
  • 5
    peewee

    peewee

    A small, expressive orm, which supports postgresql, mysql and sqlite

    Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. Peewee will automatically infer the database table name from the name of the class. You can override the default name by specifying a table_name attribute in the inner “Meta” class (alongside the database attribute). To learn more about how Peewee generates table names, refer to the Table Names section. There are lots of field types suitable for storing various types of data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    dj-stripe

    dj-stripe

    dj-stripe automatically syncs your Stripe Data to your local database

    Dj-stripe is an extensible wrapper around the Stripe API that continuously syncs most of the Stripe Data to your local database as pre-implemented Django Models, out of the box! This allows you to use the Django ORM, in your code, to work with the data making it easier and faster! For example, if you need to interact with a customer subscription, you can use dj-stripe’s Subscription Model, in your code, to get the subscription data for that customer as well as the related models’ data too...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Masonite

    Masonite

    The Modern And Developer Centric Python Web Framework

    ... for sending notifications to your users simply and effectively. Task scheduling to run your jobs on a schedule (like everyday at midnight) so you can set and forget your tasks. Events you can listen for to execute listeners that perform your tasks when certain events happen in your app. A BEAUTIFUL Active Record style ORM called Masonite ORM. Amazingness at your fingertips. Many more features you need which you can find in the docs!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WTForms

    WTForms

    A flexible forms validation and rendering library for Python

    WTForms is a flexible forms validation and rendering library for Python web development. It can work with whatever web framework and template engine you choose. It supports data validation, CSRF protection, internationalization (I18N), and more. There are various community libraries that provide closer integration with popular frameworks. WTForms is designed to work with any web framework and template engine. There are a number of community-provided libraries that make integrating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Django Notebook

    Django Notebook

    Django + shell_plus + Jupyter notebooks made easy

    Django + shell_plus + Jupyter notebooks made easy. A Jupyter notebook with access to objects from the Django ORM is a powerful tool to introspect data and run ad-hoc queries. Built-in integration with the imported objects from django-extensions shell_plus. Saves the state between sessions so you don't need to remember what you did. Inheritance diagrams on any object, including ORM models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
  • 10
    Graphene-SQLAlchemy

    Graphene-SQLAlchemy

    Graphene SQLAlchemy integration

    A SQLAlchemy integration for Graphene. For installing Graphene, just run this command in your shell. Graphene is a powerful Python library for building GraphQL APIs, and SQLAlchemy is a popular ORM (Object-Relational Mapping) tool for working with databases. When combined, graphene-sqlalchemy allows developers to quickly and easily create a GraphQL API that seamlessly interacts with a SQLAlchemy-managed database. It is fully compatible with SQLAlchemy 1.4 and 2.0. This documentation provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Database-backed Periodic Tasks

    Database-backed Periodic Tasks

    Celery Periodic Tasks backed by the Django ORM

    This extension enables you to store the periodic task schedule in the database. The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run. Usage and installation instructions for this extension are available from the Celery documentation. If you change the Django TIME_ZONE setting your periodic task schedule will still be based on the old timezone. To create a periodic task executing at an interval...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Django Ninja

    Django Ninja

    Fast, Async-ready, Openapi, type hints based framework

    Django Ninja is a web framework for building APIs with Django and Python 3.6+ type hints. Designed to be easy to use and intuitive. Very high performance thanks to Pydantic and async support. Type hints and automatic docs lets you focus only on business logic. Based on the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema. Django friendly (obviously) has good integration with the Django core and ORM. Used by multiple companies on live projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    django-prometheus

    django-prometheus

    Export Django monitoring metrics for Prometheus.io

    Export Django monitoring metrics for Prometheus.io. This library provides Prometheus metrics for Django-related operations. Prometheus uses Histogram based grouping for monitoring latencies. You can define custom buckets for latency, adding more buckets decreases performance but increases accuracy. SQLite, MySQL, and PostgreSQL databases can be monitored. Just replace the ENGINE property of your database, replacing django.db.backends with django_prometheus.db.backends. You may want to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Django Cachalot

    Django Cachalot

    No effort, no worry, maximum performance

    Caches your Django ORM queries and automatically invalidates them. Cachalot officially supports Python 3.7-3.10 and Django 2.2, 3.2, and 4.0-4.1 with the databases PostgreSQL, SQLite, and MySQL. Note: an upper limit on Django version is set for your safety. Please do not ignore it. To start developing, install the requirements and run the tests via tox. Currently, benchmarks are supported on Linux and Mac/Darwin. You will need a database called "cachalot" on MySQL and PostgreSQL. Additionally...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Graphene-Django

    Graphene-Django

    Integrate GraphQL into your Django project

    ... in this tutorial is to give a good understanding of how to connect models from Django ORM to Graphene object types. GraphQL presents your objects to the world as a graph structure rather than a more hierarchical structure to which you may be accustomed. In order to create this representation, Graphene needs to know about each type of object which will appear in the graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Framework Benchmarks

    Framework Benchmarks

    Source for the TechEmpower Framework Benchmarks project

    If you're new to the project, welcome! Please feel free to ask questions here. We encourage new frameworks and contributors to ask questions. We're here to help! This project provides representative performance measures across a wide field of web application frameworks. With much help from the community, coverage is quite broad and we are happy to broaden it further with contributions. The project presently includes frameworks on many languages including Go, Python, Java, Ruby, PHP, C#, F...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    restless

    restless

    A lightweight REST miniframework for Python

    A lightweight REST mini framework for Python. Works great with Django, Flask, Pyramid & Tornado, but should be useful for many other Python web frameworks. Based on the lessons learned from Tastypie & other REST libraries. Restless tries to be RESTful by default, but flexible enough. The main Resource class has data methods (that you implement) for all the main RESTful actions. It also uses HTTP status codes as correctly as possible. Restless is BYOD (bring your own data) and hence, works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GoRose ORM

    GoRose ORM

    Mini database ORM for golang

    GoRose (go orm), a mini database ORM for golang, which was inspired by the famous PHP framework laravel's eloquent. It will be friendly for PHP developers and python or ruby developers. Currently provides six major database drivers: MySQL, sqlite3, Postgres, Oracle, MySQL. GoRose 2.0 adopts a modular architecture, communicates through the API of the interface, and strictly depends on the lower layer. Each module can be disassembled or even customized to your liking. GoRose provides data object...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SQLObject

    SQLObject is a Python ORM.

    SQLObject is an object-relational mapper for Python. It supports MySQL, PostgreSQL, SQLite, Firebird, MaxDB/SapDB, MS SQL and Sybase. It supports Python versions back to 2.7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    summer

    Summer is light weight Python 3 application framework

    Summer is light weight Python 3 application framework to support generic application development. It provides support for business object management, ORM (mapping, declarative transactions), LDAP and localization. Inspired by famous Java Spring application framework. Since 0.5.2 Python 3 is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TurboGears

    TurboGears

    Python web framework with full-stack layer

    ... was built as an answer to that frustration. TurboGears can scale to a full stack solution for more complex applications using TurboGears devtools. The newly created myproj application can be started with the Gearbox toolchain. A powerful and flexible Object Relational Mapper (ORM) with real multi-database support. Built-in extensibility Pluggable Applications and standard WSGI components. Designer-friendly template system is great for programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Orator

    Orator

    The Orator ORM provides a simple yet beautiful ActiveRecord implement.

    The Orator ORM provides a simple yet beautiful ActiveRecord implementation. The Orator ORM is based on conventions to avoid the hassle of defining every single aspect of your models. It is inspired by the database part of the Laravel framework, but largely modified to be more pythonic. All you need to get you started is the configuration describing your database connections and passing it to a DatabaseManager instance. If you have multiple databases configured you can specify which one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    IntrospectDB

    IntrospectDB

    File System Relational / Object Oriented DBMS/CMS

    Introspect is a File System oriented Database Management System And CMS built on UNIX as a Python and HTML webapp. For the latest version use the Bitbucket repository: https://bitbucket.org/mieszkowski/introspect/src/master/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Spooky Coder

    Auto code generation for many languages.

    Quickly define your ORM with the simple Brainstorm format, then instantly create your SQL, Java, PHP, Python, Perl, even C++, etc. code to manage all your object relationships.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jmr - Java Code Generator

    Jmr - Java Code Generator

    "black technology" will improve development productivity by 1.5 to 5

    ...) and Jmr Tag(set/get/for...) Model: Database Model(like Table/View), Java POJO Model, Xml File Model and includes Transform/Mapping/Convert Tool Action: A Java Class can set Java variables to template. Support any kind of project Maven, Gradle, Web, Java, Android, PHP, Python etc. Support any kind of framework spring/springMVC, hibernate, ibatis/mybatis, struts/struts2, JPA etc. Support any kind of language Java the best.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next