dtfpy


Namedtfpy JSON
Version 1.0.10 PyPI version JSON
download
home_pageNone
SummaryDealertower Python Framework for microservices.
upload_time2025-01-21 18:40:28
maintainerNone
docs_urlNone
authorReza Shirazi
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DTFPy (Dealertower Python Framework)

## Overview

**DTFPy** (Dealertower Python Framework) is a lightweight, scalable, and high-performance framework designed to simplify the development and deployment of microservices. Built on top of **FastAPI**, it leverages modern Python libraries and tools to streamline application development while maintaining flexibility and modularity.

---

## Features

- **FastAPI-Based:** Quick and efficient web framework for building APIs.
- **Database Integration:** Seamless integration with PostgreSQL using SQLAlchemy and asyncpg.
- **Task Scheduling:** Robust support for asynchronous tasks and periodic scheduling via Celery and Redis.
- **File Uploads:** Easy handling of multipart data using python-multipart.
- **Security:** JWT and other authentication methods supported through python-jose.
- **Cloud Support:** AWS integration with boto3 for scalable cloud operations.
- **Dependency Management:** Configuration-driven setup using python-dotenv and pydantic-settings.
- **Logging and Monitoring:** Support for reliable logging and external integrations.

---

## Installation

You can install DTFPy using `pip`:

```bash
pip install dtfpy
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dtfpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Reza Shirazi",
    "author_email": "reza@datgate.com",
    "download_url": "https://files.pythonhosted.org/packages/16/91/1e841978cd419bc876ff04ceacd052cadbe137d6b6f12c5d8dd551fcb56b/dtfpy-1.0.10.tar.gz",
    "platform": null,
    "description": "# DTFPy (Dealertower Python Framework)\n\n## Overview\n\n**DTFPy** (Dealertower Python Framework) is a lightweight, scalable, and high-performance framework designed to simplify the development and deployment of microservices. Built on top of **FastAPI**, it leverages modern Python libraries and tools to streamline application development while maintaining flexibility and modularity.\n\n---\n\n## Features\n\n- **FastAPI-Based:** Quick and efficient web framework for building APIs.\n- **Database Integration:** Seamless integration with PostgreSQL using SQLAlchemy and asyncpg.\n- **Task Scheduling:** Robust support for asynchronous tasks and periodic scheduling via Celery and Redis.\n- **File Uploads:** Easy handling of multipart data using python-multipart.\n- **Security:** JWT and other authentication methods supported through python-jose.\n- **Cloud Support:** AWS integration with boto3 for scalable cloud operations.\n- **Dependency Management:** Configuration-driven setup using python-dotenv and pydantic-settings.\n- **Logging and Monitoring:** Support for reliable logging and external integrations.\n\n---\n\n## Installation\n\nYou can install DTFPy using `pip`:\n\n```bash\npip install dtfpy\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Dealertower Python Framework for microservices.",
    "version": "1.0.10",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f150d3c4d97c4b5ce1d3c92f688fbd779fdb26ed4e350f0289e89bf812f84f2",
                "md5": "e5cc31049966c8c13a61f4fa5f90023c",
                "sha256": "707f0f584e784a31fe7e6ae584816371d223f6df15b8998f2c4dcb53bf6a88ce"
            },
            "downloads": -1,
            "filename": "dtfpy-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5cc31049966c8c13a61f4fa5f90023c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 31459,
            "upload_time": "2025-01-21T18:40:27",
            "upload_time_iso_8601": "2025-01-21T18:40:27.735065Z",
            "url": "https://files.pythonhosted.org/packages/5f/15/0d3c4d97c4b5ce1d3c92f688fbd779fdb26ed4e350f0289e89bf812f84f2/dtfpy-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16911e841978cd419bc876ff04ceacd052cadbe137d6b6f12c5d8dd551fcb56b",
                "md5": "fa85dfc3868e5d94dafb744d2d79699b",
                "sha256": "9d0179725c2ea99e8ac77d805a2793b5e225864fab3587f256770a87fb9f8ce5"
            },
            "downloads": -1,
            "filename": "dtfpy-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "fa85dfc3868e5d94dafb744d2d79699b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 22319,
            "upload_time": "2025-01-21T18:40:28",
            "upload_time_iso_8601": "2025-01-21T18:40:28.815817Z",
            "url": "https://files.pythonhosted.org/packages/16/91/1e841978cd419bc876ff04ceacd052cadbe137d6b6f12c5d8dd551fcb56b/dtfpy-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 18:40:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtfpy"
}
        
Elapsed time: 0.80638s