Metadata-Version: 2.4
Name: pysstorytime
Version: 0.0.2
Author-email: Christophe Beauce <chris@chrphb.com>
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/chrphb/pysstorytime
Project-URL: Documentation, https://chrphb.github.io/pysstorytime/
Keywords: nbdev
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncpg>=0.31
Dynamic: license-file

# pysstorytime


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you started.

### Install pysstorytime in Development mode

``` sh
# make sure pysstorytime package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to pysstorytime
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub [repository](https://github.com/chrphb/pysstorytime):

``` sh
$ pip install git+https://github.com/chrphb/pysstorytime.git
```

or from [pypi](https://pypi.org/project/pysstorytime/)

``` sh
$ pip install pysstorytime
```

### Documentation

Documentation can be found hosted on this GitHub [repository](https://github.com/chrphb/pysstorytime)’s [pages](https://chrphb.github.io/pysstorytime/). Additionally you can find package manager specific guidelines on [conda](https://anaconda.org/chrphb/pysstorytime) and [pypi](https://pypi.org/project/pysstorytime/) respectively.

## How to use

Fill me in please! Don’t forget code examples:
