Skip to main content

Test everything inside of this suite if you can. Indicators, machine learning models and evern ordering.

Project description

Spaceman

Spaceman is the checkpoint library for funguana's internal systems. We use it to save models and internal states for later use.

Installation

On linux

On Windows

On Mac

Usage

from spaceman import Spaceman

# Declare a class to use contextually
space_man = Spaceman()

with space_man as space:
    info = space.store([{}, 1, 2]) # Returns all information pertaining the storage (location,)
    unserialized_information = space.load()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spaceman-0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

spaceman-0.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page