ipapp


Nameipapp JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/inplat/ipapp
SummaryInPlat application framework
upload_time2024-03-19 12:18:08
maintainer
docs_urlNone
authorInPlat
requires_python>=3.8.1,<4.0.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # InPlat application framework
> Framework with asyncio based on python.

![PyPI](https://img.shields.io/pypi/v/ipapp?style=for-the-badge) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ipapp?style=for-the-badge) ![Read the Docs](https://img.shields.io/readthedocs/ipapp?style=for-the-badge)

## Documentation
Documentation can be found at [readthedocs](https://ipapp.readthedocs.io/ru/latest/).

## Installation
Using pip:
```sh
pip install ipapp
```
Using poetry:
```sh
poetry add ipapp
```
Installation with all dependencies: 
```sh
poetry add ipapp[fastapi,oracle,postgres,rabbitmq,s3,sftp,dbtm,testing,redis]
```

## Usage example
For examples and usage, please refer to the [examples](examples) folder.

## Release History
For release history refer to [release-notes](release-notes.rst).

## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inplat/ipapp",
    "name": "ipapp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "InPlat",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/45/77/55a0090ecf7b04f9f29ff6d9877c367ba8e0088ffde5ee5b52fdcf9040dc/ipapp-3.1.0.tar.gz",
    "platform": null,
    "description": "# InPlat application framework\n> Framework with asyncio based on python.\n\n![PyPI](https://img.shields.io/pypi/v/ipapp?style=for-the-badge) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ipapp?style=for-the-badge) ![Read the Docs](https://img.shields.io/readthedocs/ipapp?style=for-the-badge)\n\n## Documentation\nDocumentation can be found at [readthedocs](https://ipapp.readthedocs.io/ru/latest/).\n\n## Installation\nUsing pip:\n```sh\npip install ipapp\n```\nUsing poetry:\n```sh\npoetry add ipapp\n```\nInstallation with all dependencies: \n```sh\npoetry add ipapp[fastapi,oracle,postgres,rabbitmq,s3,sftp,dbtm,testing,redis]\n```\n\n## Usage example\nFor examples and usage, please refer to the [examples](examples) folder.\n\n## Release History\nFor release history refer to [release-notes](release-notes.rst).\n\n## Contributing\n1. Fork it\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "InPlat application framework",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://github.com/inplat/ipapp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74f08a4d87b1a291b681a3fa8219af06082d83d3a506808ee5e33c8013256ad0",
                "md5": "aae0930a266275aa46e97fe0e6765441",
                "sha256": "f11291cf340a4b9dc90bdb272025ef72352b0d172b3b83127f52914b229c397c"
            },
            "downloads": -1,
            "filename": "ipapp-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aae0930a266275aa46e97fe0e6765441",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 132717,
            "upload_time": "2024-03-19T12:18:07",
            "upload_time_iso_8601": "2024-03-19T12:18:07.318213Z",
            "url": "https://files.pythonhosted.org/packages/74/f0/8a4d87b1a291b681a3fa8219af06082d83d3a506808ee5e33c8013256ad0/ipapp-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "457755a0090ecf7b04f9f29ff6d9877c367ba8e0088ffde5ee5b52fdcf9040dc",
                "md5": "bc5a34c5ae1e09e9c225c513ab16d31f",
                "sha256": "288a09c0dc175d10037d92ceb899fb2dd8fb8aded6f6ff8ec57f2174ff125ea2"
            },
            "downloads": -1,
            "filename": "ipapp-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bc5a34c5ae1e09e9c225c513ab16d31f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 105714,
            "upload_time": "2024-03-19T12:18:08",
            "upload_time_iso_8601": "2024-03-19T12:18:08.881395Z",
            "url": "https://files.pythonhosted.org/packages/45/77/55a0090ecf7b04f9f29ff6d9877c367ba8e0088ffde5ee5b52fdcf9040dc/ipapp-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 12:18:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inplat",
    "github_project": "ipapp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ipapp"
}
        
Elapsed time: 0.27794s