A small genie to generate test data
Project description
Data Genie
Genie that can satisfy your data wish. Supports generation of fixedwidth, csv and json content Allows data quality checks to be firstclass
Install
python3 -m pip install data-genie
Run tests
-
All tests (
docker-compose run --rm test
) -
Single test in a file(
docker-compose run --rm test bash -c "python setup.py develop && pytest tests/test_fw.py -k 'test_float'"
) -
docker inspect --format='{{.Id}} {{.Parent}}' $(docker images --filter since=<image_id> --quiet)
to check dependent child images -
Detailed Documentation
Sonar Scan
Gitignored .env file contains the SONAR_CLOUD_TOKEN variable (locally)
docker-compose run --rm test ./scan
Release
increment version in init.py
./tag-master
git push origin master
Unblock the step in circleci
If you have updated the documentation, login to readthedocs and build latest
Circle CI
Builds happen on circle ci with github integration
Following environment variables need to be set on circle
SONAR_CLOUD_TOKEN
TWINE_PASSWORD
(pypi login password)
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
Hashes for data_genie-0.5.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b23a1caa878c8ec777e0fbfd44c09466b760ffd0216ce27735cd5d3aa8e8f93 |
|
MD5 | 180aa90090644ab445790946303d56a9 |
|
BLAKE2b-256 | 0588aae89da9b2c9d327c91acd63b70bbe31e39bf4e2507bd45bcd6785e7e4aa |