Metadata-Version: 2.1
Name: daeploy
Version: 1.2.0
Summary: Daeploy SDK and command-line interface
Home-page: https://daeploy.com
Author: Viking Analytics
Author-email: info@daeploy.com
License: GNU General Public License v3 (GPLv3)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: tabulate
Requires-Dist: cookiecutter
Requires-Dist: uvicorn
Requires-Dist: requests
Requires-Dist: fastapi
Requires-Dist: pydantic
Requires-Dist: numpy
Requires-Dist: setuptools
Requires-Dist: sqlalchemy
Requires-Dist: aiofiles
Requires-Dist: pytest
Requires-Dist: pandas
Requires-Dist: docker

# Daeploy

Daeploy is a software deployment tool that is perfect for smaller applications where Time-to-Market and ease of use is more important than scalability to tens of thousands of users and requests.

Daeploy strives to make writing and deploying services (small applications) as quick and easy as possible without requiring much, or any, prior knowledge and experience. We want Data Scientists and Algorithm Engineers to spend their time doing what they love and less time writing Flask API:s and dockerfiles.

You can find the documentation here: [vikinganalytics.github.io/daeploy-docs/](https://vikinganalytics.github.io/daeploy-docs/)

Our public issue tracker can be found here: [github.com/vikinganalytics/daeploy-issues/projects/1](https://github.com/vikinganalytics/daeploy-issues/projects/1)

For more information, visit [daeply.com](https://daeploy.com) or contact us on [info@daeploy.com](mailto:info@daeploy.com)


