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).
Release files for shleem 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| shleem-0.0.2.tar.gz | 25.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| shleem-0.0.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 39.5 kB
Release files / shleem-0.0.2.tar.gz
| Download URL | shleem-0.0.2.tar.gz |
|---|---|
| Size | 25.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ab32d393e2750000e2aadd2ece10b2bb8d1bb107c0f9c1c73b5360d128a0d52
|
|
BLAKE2b-256 checksum How to use checksums |
94d150e60dfc5bf85d692320c8332a9c1a9d2838aa9550a2feea0e5830dd5db2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / shleem-0.0.2-py2.py3-none-any.whl
| Download URL | shleem-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
eeba3a98f36c98b0a3ee6b54dcd65fc7083855aff15aacb9fd1bdd61925e30d9
|
|
BLAKE2b-256 checksum How to use checksums |
23b0f2f8bb2d91af0b75b0bcde1063bbcc68042da1872e6385abe39d706a43ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |