Skip to main content

Easily pick a place to store data to go with your python package.

Project description

PyStow

Easily pick a place to store data to go with your python package.

Install with: pip install pystow

Example usage:

import pystow

# Get a directory (as a pathlib.Path)
pykeen_directory = pystow.get('pykeen')

# Get a subdirectory (as a pathlib.Path).
# You can specify as deep as you want.
pykeen_experiments_directory = pystow.get('pykeen', 'experiments')

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

pystow-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pystow-0.0.1-py3-none-any.whl (4.5 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