Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amrutha97 authored Dec 14, 2024
1 parent ee956d0 commit 6009511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Preswald SDK

[![PyPI version](https://badge.fury.io/py/preswald-sdk.svg)](https://pypi.org/project/preswald-sdk/)
[![Build Status](https://github.com/your-org/preswald-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/your-org/preswald-sdk/actions/workflows/ci.yml)
[![PyPI version](https://badge.fury.io/py/preswald.svg)](https://pypi.org/project/preswald/)
[![Build Status](https://github.com/your-org/preswald/actions/workflows/ci.yml/badge.svg)](https://github.com/your-org/preswald/actions/workflows/ci.yml)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Preswald SDK is an open-source, lightweight framework designed for building and managing data workflows, tailored for small teams, startups, and individual practitioners. It simplifies data ingestion, transformation, visualization, and deployment in a single, cohesive platform.
Expand Down Expand Up @@ -54,7 +54,7 @@ Preswald SDK is an open-source, lightweight framework designed for building and
To install the latest release, run:

```bash
pip install preswald-sdk
pip install preswald
```

---
Expand Down Expand Up @@ -229,4 +229,4 @@ If you encounter any issues or have feature requests, please open an issue on ou

- [Documentation](https://your-docs-link.com)
- [PyPI Package](https://pypi.org/project/preswald/)
- [Contributor Guide](https://github.com/your-org/preswald-sdk/CONTRIBUTING.md)
- [Contributor Guide](https://github.com/your-org/preswald/CONTRIBUTING.md)

0 comments on commit 6009511

Please sign in to comment.