Showing 33 open source projects for "sqlalchemy"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    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: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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: 0 This Week
    Last Update:
    See Project
  • 4
    Superset

    Superset

    Apache Superset is a data visualization and data exploration platform

    Apache Superset is a modern data exploration and visualization platform. Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts. Quickly and easily integrate and explore your data, using either our simple no-code viz builder or state-of-the-art SQL IDE. Superset can connect to any SQL-based data source through SQLAlchemy, including modern...
    Downloads: 20 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 5
    SAFRS

    SAFRS

    SqlAlchemy Flask-Restful Swagger Json:API OpenAPI

    SAFRS exposes SQLAlchemy database models as a JSON:API web service and generates the corresponding swagger/OpenAPI. Database objects such as the User class from the demo.py example can be extended to include relationships with other objects. The demo_relationship.py contains the following extension of the User class where a relationship with the Book class is implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SQLModel

    SQLModel

    SQL databases in Python, designed for simplicity, compatibility

    SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness. SQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust. SQLModel is based on Python-type annotations, and powered by Pydantic and SQLAlchemy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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 with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Metacrafter

    Metacrafter

    Metadata and data identification tool and Python library

    Python command line tool and Python engine to label table fields and fields in data files. It could help to find meaningful data in your tables and data files or to find Personal identifiable information (PII). Metacrafter is a rule-based tool that helps to label fields of the tables in databases. It scans table and finds person names, surnames, midnames, PII data, basic identifiers like UUID/GUID. These rules written as .yaml files and could be easily extended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Graphene

    Graphene

    GraphQL in Python Made Easy

    ... a GraphQL API in Python, with multiple integrations with different frameworks including Django, SQLAlchemy and Google App Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 10
    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
  • 11
    Spyne

    Spyne

    A transport agnostic sync/async RPC library

    Spyne is a Python RPC toolkit that makes it easy to expose online services that have a well-defined API using multiple protocols and transports. It integrates with popular Python web frameworks as well as libraries like SQLAlchemy to keep your code as DRY as possible. Spyne aims to save the protocol implementers the hassle of implementing their own remote procedure call api and the application programmers the hassle of jumping through hoops just to expose their services using multiple protocols...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    This is a simple starter template that comes with all common plugins already configured. It gives you a website and some API endpoints ready to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    YB.ORM
    YB.ORM is a tool for object-relational mapping (ORM) for C++. Inspired by things like Hibernate or SQLAlchemy. Should be database-independent. Includes a tool for code generation of Domain objects. Tables' metadata description is an XML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    pyspider

    pyspider

    A powerful Spider(Web Crawler) system in Python

    pyspider is a powerful Spider(Web Crawler) system in Python. Components are connected by message queue. Every component, including message queue, is running in their own process/thread, and replaceable. That means, when process is slow, you can have many instances of processor and make full use of multiple CPUs, or deploy to multiple machines. This architecture makes pyspider really fast. benchmarking. Since pyspider has various components, you can just run pyspider to start a standalone and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Entity relation diagrams generator

    Entity relation diagrams generator

    Entity Relation Diagrams generation tool

    ERAlchemy generates Entity Relation (ER) diagram from databases or from SQLAlchemy models. The simplest way to install eralchemy on OSX is by using Homebrew. ERAlchemy requires GraphViz to generate the graphs and Python. Both are available for Windows, Mac and Linux. Thanks to it's modular architecture, it can be connected to other ORMs/ODMs/OGMs/O*Ms. Some tests require a local postgres database with a schema named test in a database named test all owned by a user named postgres...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Python-centric SQL toolset, database resource manager and object-relational mapper. Includes a componentized clause construction API capable of most ANSI SQL, transparent connection pooling, and an extensible rowset-oriented Data Mapper architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TurboGears 1

    TurboGears 1

    Python web framework and development toolkit

    TurboGears 1 is a Python web framework and development toolkit based on CherryPy as server, Genshi (or Kid) for templating, SQLAlchemy (or SQLObject) as ORM and MochiKit for AJAX and other client side sugar. It also includes a fancy widget library. Note that TurboGears 1 has been superseded by TurboGears 2 and is no longer maintained.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    pyll

    Set of scripts to help on package deploy on WebMethods Integration Srv

    Pyll can be described by a set of tools developed to help on package deployment on a growing environment of 20+ Integration Servers. Actually pyll can deploy over than 100+ packages for 20+ Integration servers under 2/3 hours ( update mode ). Pyll works for WebMethods Integration Server version 7.x and 8.x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Essential ORM Modeler

    Essential ORM Modeler

    Design your ORM application in a platform independent way.

    Essential ORM Modeler allows you to model your application using an extension of UML class models, generating code for distinct ORM frameworks (JPA, SQLAlchemy or Ruby´s ActiveRecord). The notation, based on persistence patterns, is platform independent. This tool is a plugin of eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    defis
    DEFIS is a RAD development system to aid programming in Python. wxPython is used as GUI. Editra is used as IDE. SQLAlchemy is used as ORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ScalyMUCK [Moved to Github]

    ScalyMUCK [Moved to Github]

    Server software written in Python that implements the MUCK protocol.

    ScalyMUCK is server software written in Python that implements the old MUCK protocol from back in the day. It's goal is to attempt to take the place of the old, out of date software for any users that are still a fan of the MUCK systems and to make the conversion as easy as possible. Moved to Github: https://github.com/Ragora/ScalyMUCK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    nadbapi (New Asyncronous Db API) is a wrapper of SQLAlchemy for Twisted. Its main feature is a strong integration with SQLAlchemy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    sqlamp is an implementation of an efficient algorithm for working with hierarchical data structures — Materialized Path. sqlamp uses (and depends of) SQLAlchemy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Given a recipe, DBcook makes a database representation of an object hierarchy. A framework for declarative o2db mapping (backend - SQLAlchemy), completely hides/automates the db-creation, can convert python functions into clauses, and generate sources
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next