ApiLogicServer


NameApiLogicServer JSON
Version 11.0.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-07-26 03:41:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD-3-Clause
keywords flask sqlalchemy rules webapp microservice reactadmin angular
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Downloads](https://pepy.tech/badge/apilogicserver)](https://pepy.tech/project/apilogicserver)
[![Latest Version](https://img.shields.io/pypi/v/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)

 

<details markdown>

<summary>Video Overview (40 sec)</summary>

&nbsp;

See how **Microservice Automation** creates and runs a microservice - a multi-page app, and an API. 

* Here is a microservice -- api and admin app -- **created / running in 5 seconds**

    * It would be similar for your databases

* Then, customize in your IDE with Python and **Logic Automation:** spreadsheet-like rules

[![GenAI Automation](https://raw.githubusercontent.com/ApiLogicServer/Docs/main/docs/images/sample-ai/copilot/genai-automation-video.png)](https://www.youtube.com/watch?v=LSh7mqGiT0k&t=5s "Microservice Automation")

</details>

&nbsp;

# Quickstart

If you have a supported Python (version 3.10 - 3.12), install is standard, typically:

```bash title="Install API Logic Server in a Virtual Environment"
python3 -m venv venv                 # windows: python -m venv venv
source venv/bin/activate             # windows: venv\Scripts\activate
python -m pip install ApiLogicServer
```

<br>Now, verify it's working - open the Project Manager for instructions (readme), and run the demo:

```bash title="Start Manager"
ApiLogicServer start
```

Find the [user documentation here](https://apilogicserver.github.io/Docs/).  Use this for normal installation, to create and customize API Logic Projects.

To install the ***dev*** version, [see here](https://apilogicserver.github.io/Docs/Architecture-Internals).  This installs the source of API Logic Server, so you can explore or extend it.

&nbsp;

# Welcome to API Logic Server - Source

For Developers and their organizations seeking to **increase business agility,**

API Logic Server provides ***Microservice Automation:*** create executable projects with 1 command:

1. ***API Automation:*** crud for each table, with pagination, optimistic locking, filtering and sorting, and

2. ***App Automation:*** a multi-page, multi-table Admin App.  <br>

**Customize in your IDE:** use standard tools (Python, Flask, SQLAlchemy, GitHub and Docker), plus<br>

3. ***Logic Automation:*** unique **rules - 40X** more concise multi-table derivations and constraints.

Unlike frameworks, weeks-to-months of complex development is no longer necessary.  <br>
API Logic Server provides unique automation **for instant integrations and app backends**.


&nbsp;

For more information, including install procedures, [please see the docs](https://apilogicserver.github.io/Docs/).

&nbsp;

### Making Contributions

This is an open source project.  We are open to suggestions.  Some of our ideas include:

| Component           | Provides         | Consider Adding                                                                |
|:---------------------------|:-----------------|:-------------------------------------------------------------------------------|
| 1. JSON:**API** and Swagger | API Execution    | Serverless, Kubernetes        | 
| 2. Transactional **Logic**   | Rule Enforcement | Recompute Derivations        |
| 3. This project | API Logic Project Creation | General support - see issues |

&nbsp; 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ApiLogicServer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Flask, SQLAlchemy, Rules, WebApp, Microservice, ReactAdmin, Angular",
    "author": null,
    "author_email": "Val Huber <apilogicserver@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/1b/09f632f7297b9836cc0ad78c716902268f0388d18eaa78f0e4bfe648171b/apilogicserver-11.0.0.tar.gz",
    "platform": null,
    "description": "[![Downloads](https://pepy.tech/badge/apilogicserver)](https://pepy.tech/project/apilogicserver)\n[![Latest Version](https://img.shields.io/pypi/v/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/apilogicserver.svg)](https://pypi.python.org/pypi/apilogicserver/)\n\n&nbsp;\n\n<details markdown>\n\n<summary>Video Overview (40 sec)</summary>\n\n&nbsp;\n\nSee how **Microservice Automation** creates and runs a microservice - a multi-page app, and an API. \n\n* Here is a microservice -- api and admin app -- **created / running in 5 seconds**\n\n    * It would be similar for your databases\n\n* Then, customize in your IDE with Python and **Logic Automation:** spreadsheet-like rules\n\n[![GenAI Automation](https://raw.githubusercontent.com/ApiLogicServer/Docs/main/docs/images/sample-ai/copilot/genai-automation-video.png)](https://www.youtube.com/watch?v=LSh7mqGiT0k&t=5s \"Microservice Automation\")\n\n</details>\n\n&nbsp;\n\n# Quickstart\n\nIf you have a supported Python (version 3.10 - 3.12), install is standard, typically:\n\n```bash title=\"Install API Logic Server in a Virtual Environment\"\npython3 -m venv venv                 # windows: python -m venv venv\nsource venv/bin/activate             # windows: venv\\Scripts\\activate\npython -m pip install ApiLogicServer\n```\n\n<br>Now, verify it's working - open the Project Manager for instructions (readme), and run the demo:\n\n```bash title=\"Start Manager\"\nApiLogicServer start\n```\n\nFind the [user documentation here](https://apilogicserver.github.io/Docs/).  Use this for normal installation, to create and customize API Logic Projects.\n\nTo install the ***dev*** version, [see here](https://apilogicserver.github.io/Docs/Architecture-Internals).  This installs the source of API Logic Server, so you can explore or extend it.\n\n&nbsp;\n\n# Welcome to API Logic Server - Source\n\nFor Developers and their organizations seeking to **increase business agility,**\n\nAPI Logic Server provides ***Microservice Automation:*** create executable projects with 1 command:\n\n1. ***API Automation:*** crud for each table, with pagination, optimistic locking, filtering and sorting, and\n\n2. ***App Automation:*** a multi-page, multi-table Admin App.  <br>\n\n**Customize in your IDE:** use standard tools (Python, Flask, SQLAlchemy, GitHub and Docker), plus<br>\n\n3. ***Logic Automation:*** unique **rules - 40X** more concise multi-table derivations and constraints.\n\nUnlike frameworks, weeks-to-months of complex development is no longer necessary.  <br>\nAPI Logic Server provides unique automation **for instant integrations and app backends**.\n\n\n&nbsp;\n\nFor more information, including install procedures, [please see the docs](https://apilogicserver.github.io/Docs/).\n\n&nbsp;\n\n### Making Contributions\n\nThis is an open source project.  We are open to suggestions.  Some of our ideas include:\n\n| Component           | Provides         | Consider Adding                                                                |\n|:---------------------------|:-----------------|:-------------------------------------------------------------------------------|\n| 1. JSON:**API** and Swagger | API Execution    | Serverless, Kubernetes        | \n| 2. Transactional **Logic**   | Rule Enforcement | Recompute Derivations        |\n| 3. This project | API Logic Project Creation | General support - see issues |\n\n&nbsp; \n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": null,
    "version": "11.0.0",
    "project_urls": {
        "Homepage": "https://apilogicserver.github.io/Docs/",
        "Issues": "https://github.com/ApiLogicServer/ApiLogicServer-src/issues",
        "Source": "https://github.com/ApiLogicServer/ApiLogicServer-src"
    },
    "split_keywords": [
        "flask",
        " sqlalchemy",
        " rules",
        " webapp",
        " microservice",
        " reactadmin",
        " angular"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fc4af6a07f437bf2e1768704620de9da2aa952815ad24ecf06b68797b7a33a3",
                "md5": "a965fd1f887b3380556584433a50b31e",
                "sha256": "c956d7f13fc570721955fe50238cedd12540f1b3370ffe044ad7a8fa1dd8cf9e"
            },
            "downloads": -1,
            "filename": "ApiLogicServer-11.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a965fd1f887b3380556584433a50b31e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 32588693,
            "upload_time": "2024-07-26T03:41:46",
            "upload_time_iso_8601": "2024-07-26T03:41:46.504556Z",
            "url": "https://files.pythonhosted.org/packages/8f/c4/af6a07f437bf2e1768704620de9da2aa952815ad24ecf06b68797b7a33a3/ApiLogicServer-11.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "531b09f632f7297b9836cc0ad78c716902268f0388d18eaa78f0e4bfe648171b",
                "md5": "7d1fb710d21d0027abbbbed00e934b17",
                "sha256": "169ea5fad8f31ee644b9ab244cb4eece3491e38287050c371248ca74ef9255d5"
            },
            "downloads": -1,
            "filename": "apilogicserver-11.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7d1fb710d21d0027abbbbed00e934b17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31416566,
            "upload_time": "2024-07-26T03:41:52",
            "upload_time_iso_8601": "2024-07-26T03:41:52.643320Z",
            "url": "https://files.pythonhosted.org/packages/53/1b/09f632f7297b9836cc0ad78c716902268f0388d18eaa78f0e4bfe648171b/apilogicserver-11.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-26 03:41:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ApiLogicServer",
    "github_project": "ApiLogicServer-src",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "apilogicserver"
}
        
Elapsed time: 0.28594s