/ipapp

Primary LanguagePythonMIT LicenseMIT

InPlat application framework

Framework with asyncio based on python.

PyPI PyPI - Python Version Read the Docs

Documentation

Documentation can be found at readthedocs.

Installation

Using pip:

pip install ipapp

Using poetry:

poetry add ipapp

Installation with all dependencies:

poetry add ipapp[fastapi,oracle,postgres,rabbitmq,s3,sftp,dbtm,testing,redis]

Usage example

For examples and usage, please refer to the examples folder.

Release History

For release history refer to release-notes.

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