Installer for Coasti, the Open-Source Business Intelligence Framework
Project description
Coasti installer
Get started
pip install coasti
mkdir new-repo
cd new-repo
# create a fresh local git repo
git init
git add .
git commit -m "Initial commit from coasti template"
# optional: link to an online repo
git remote add origin https://github.com/yourusername/new-repo.git
git push -u origin main
# generic help:
coasti --help
# -> copy/edit config.example.yml to config.yml
# translate config.yml to .env
coasti parse
# install products
coasti install
# create the dagster workspace
coasti update-workspace-config-file
Upload to pypi
python3 -m pip install --upgrade build twine
# build the package
python3 -m build
twine check dist/*
# upload, needs api token
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coasti-0.1.1.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
coasti-0.1.1-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file coasti-0.1.1.tar.gz.
File metadata
- Download URL: coasti-0.1.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1564c3c12c74614051f4612ae6a8cb43a0d9e5964f17096765190bde9ed587bc
|
|
| MD5 |
4e5737eecd59de00b283e61f01bec223
|
|
| BLAKE2b-256 |
d53c9c23d4525efdbed18b6c765618dbb3d7e3d99efdc2426126fab2f0a5f2c6
|
File details
Details for the file coasti-0.1.1-py3-none-any.whl.
File metadata
- Download URL: coasti-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f70ffb2e10bec90277a6df7e91b08ebbdb64bd3c3677b7bda5157eff2b616657
|
|
| MD5 |
e7df370a635c457024a6c0cea8c6fadc
|
|
| BLAKE2b-256 |
5d59aa433989afd2a0c9a802c837624300c147645dbb6af8ea990341579ae121
|