Tool to distribute data as code
Project description
dac
: A CLI Helper Tool for Data as Code
Data as Code (DaC) is a paradigm of distributing versioned data as code.
dac
is a tool that supports the Producer.
IMPORTANT: Currently the project is in the initial development phase, this is why releases are marked as 0.z.y
.
(following semantic versioning 2.0.0: "Major version zero (0.y.z) is for initial development.
Anything MAY change at any time. The public API SHOULD NOT be considered stable.").
While in this phase, we will denote breaking changes with a minor increase.
Quickstart
You can install dac
as a regular python package
python -m pip install dac
Then use the integrated help to find out its functionalities
dac --help
Setup development environment (for contributors only)
-
Create a virtual environment and activate it
python -m venv venv . venv/bin/activate
-
Install the developer dependencies
python -m pip install -U pip wheel setuptools python -m pip install -r requirements-dev.txt
-
Enable the pre-commits
pre-commit install
-
To run all the tests
pytest --run-slow
(omit
--run-slow
to run only the fast unit tests)
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
Built Distribution
File details
Details for the file dac-0.4.3.tar.gz
.
File metadata
- Download URL: dac-0.4.3.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8e886619127d88565e5f5fb98d40fb474deb0b28f32ee4141cbc82d744dbaacb
|
|
MD5 |
94990418065ab9ec5cb9ebab2b09f396
|
|
BLAKE2b-256 |
d4d1642dddfeee6ae4fa239e9c3dbe7b8d5045ce5c3ef612d3e198092d766437
|
File details
Details for the file dac-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: dac-0.4.3-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ede05f016950deb3f1a0778306cf1c1ad7ccb7a7a205d9fbe56a484714a68f57
|
|
MD5 |
2b62675eb6ddb6b84c25348a8e456454
|
|
BLAKE2b-256 |
21d626860d18618cf4d264afea204191dcc58daf4cef9969590679b39114409d
|