Automate and version datasets generation from data sources.
Project description
Automate and version datasets generation from data sources.
import shleem
# mystery code
1 Installation
pip install shleem
2 Setting up shleem
shleem uses a couple of simple conventions to handle credentials and refer to MongoDB servers:
2.1 Credentials file
You must set up a credentials file for shleem to use. Create a .shleem/shleem_credentials.yml file in your home folder, populating it with your MongoDB credentials, using an identical structure to the inner structure of the envs configuration parameters:
environment_name:
server_name:
reading:
username: reading_username
password: password1
writing:
username: writing_username
password: password2
You can extend this to include any number of environments and servers.
3 Basic Use
Pass.
4 Contributing
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.
4.1 Installing for development
Clone:
git clone git@github.com:shaypal5/shleem.git
Install in development mode:
cd shleem
pip install -e .
4.2 Running the tests
To run the tests use:
pip install pytest pytest-cov coverage
cd shleem
pytest
4.3 Adding documentation
The project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings. When documenting code you add to this project, follow these conventions.
5 Credits
Created by Shay Palachy (shay.palachy@gmail.com).
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 shleem-0.0.1.tar.gz
.
File metadata
- Download URL: shleem-0.0.1.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab432e5e5b58b3ea3c9317affc5e3d782ba1192ad184d0eb39c4ccaf2ec1a272 |
|
MD5 | 9c33748d3cc5987dcffdf49ac8a0dd0f |
|
BLAKE2b-256 | 9f15d64d1a29293e3081ca4ceb2ccfc05b67c02adde5d479016682dca934b652 |
File details
Details for the file shleem-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: shleem-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c639f4962bfab0062a7dc7481f59ee1b3f62e40c17d8a860444170996b354c28 |
|
MD5 | 2f001282addcbecbb2e0a7b75ea69dc7 |
|
BLAKE2b-256 | 6eefe4f14f5c8fe93df6ba9ab975095f15ef6dc8268d7ab3e38ce67f59e2b06c |