A record-oriented data format which utilizes Protocol Buffers
Project description
# AimRecords - Record-oriented data storage
![GitHub Top Language](https://img.shields.io/github/languages/top/aimhubio/aimrecords) [![PyPI Package](https://img.shields.io/pypi/v/aimrecords?color=yellow)](https://pypi.org/project/aimrecords/) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.org/licenses/Apache-2.0)
Library to effectively store the tracked experiment logs.
See the documentation [here](docs/README.md).
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Requirements
Python 3
We suggest to use [virtual environment](https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments) for managing local dependencies.
To start development first install all dependencies:
`bash pip install -r requirements.txt `
### Project Structure
` ├── aimrecords <----------- main project code │ ├── artifact_storage <- manage storage of artifacts │ └── record_storage <--- manage records storage of a single artifact ├── docs <----------------- data format documentation ├── examples <------------- example usages of aimrecords └── tests `
## Running the tests
Run tests via command pytest in the root folder.
### Code Style We follow [pep8](https://www.python.org/dev/peps/pep-0008/) style guide for python code.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
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 aimrecords-0.0.7.tar.gz
.
File metadata
- Download URL: aimrecords-0.0.7.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.3.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b562fa5b5109b4b3dd4f83be0061cadbac63fa8031f281b8b5c8ae29967072f |
|
MD5 | 559e18eebf48432f1c1de9a75723b8b7 |
|
BLAKE2b-256 | c91021182ef96acbd9a5ca4008556ba8590cbc1af833eccbf59d53308fa6d928 |
File details
Details for the file aimrecords-0.0.7-py2.py3-none-any.whl
.
File metadata
- Download URL: aimrecords-0.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.3.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9276890891c5fd68f817e20fc5d466a80c01e22fa468eaa979331448a75d601 |
|
MD5 | df4000528d6aceed912ec4103f24d90a |
|
BLAKE2b-256 | 5313207ebb5b2315640a68378c31cb31cfe1182373d11a813bd52219c83700a7 |