Skip to content

Commit

Permalink
Add long description for the package
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-grodek-dsai committed Nov 3, 2023
1 parent 5b4ad15 commit cbcb53c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
`deepsense.ai <https://deepsense.ai>`_ **ds_pycontain**
-------------------------------------------------------------

**ds_pycontain** is a small python package to help with docker containers and images.

Example use case you might consider is to isolate python code execution generated by untrusted LLM by running it in a docker container.

This package makes it a bit easier to:

* Build docker images from Dockerfiles or in-memory string.
* Pull docker images from dockerhub (or similar).
* Run docker container to execute a one-off command.
* Run docker container to execute a long-running process and communicate with it.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name = ds_pycontain
# do not change version by hand: use bump_version.sh
version = file: src/ds_pycontain/VERSION
description = "deepsense.ai wrapper around docker python API"
long_description = file: DESCRIPTION.md
long_description_content_type = text/markdown
long_description = file: DESCRIPTION.rst
author = deepsense.ai
author_email = [email protected]
license = MIT License (MIT)
Expand Down

0 comments on commit cbcb53c

Please sign in to comment.