Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs and version updates #357

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
.ruff_cache/
cover/

# Translations
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overview

Files for Pebblo Documentation hosted in https://daxa-ai.github.io/pebblo/
5 changes: 5 additions & 0 deletions pebblo_cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Overview

Connect to Pebblo Cloud for enhanced visibility, policy based control and many advanced Gen-AI Data Governance, Compliance and Security features.

For more details how to obtain API key to connect to Pebblo Cloud see https://daxa.ai/pebblo
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "pebblo" # Required
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.1.14" # Required
version = "0.1.15" # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -163,7 +163,7 @@ package-data = {"pebblo" = ['reports/templates/*', 'reports/assets/*','app/pebbl
include-package-data = false

[tool.setuptools.packages.find]
exclude=["tests*", "pebblo_safeloader*", "pebblo_saferetriever*"]
exclude=["tests*", "pebblo_safeloader*", "pebblo_saferetriever*", "pebblo_cloud*"]

[build-system]
# These are the assumed default build requirements from pip:
Expand Down
Loading