Skip to content

Commit afbea78

Browse files
deploy: df72a36
0 parents  commit afbea78

27 files changed

Lines changed: 10374 additions & 0 deletions

.nojekyll

Whitespace-only changes.

core.html

Lines changed: 2169 additions & 0 deletions
Large diffs are not rendered by default.

core.html.md

Lines changed: 2115 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.

index.html.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# fastasyncpg
2+
3+
4+
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
5+
6+
This file will become your README and also the index of your
7+
documentation.
8+
9+
## Developer Guide
10+
11+
If you are new to using `nbdev` here are some useful pointers to get you
12+
started.
13+
14+
### Install fastasyncpg in Development mode
15+
16+
``` sh
17+
# make sure fastasyncpg package is installed in development mode
18+
$ pip install -e .
19+
20+
# make changes under nbs/ directory
21+
# ...
22+
23+
# compile to have changes apply to fastasyncpg
24+
$ nbdev_prepare
25+
```
26+
27+
## Usage
28+
29+
### Installation
30+
31+
Install latest from the GitHub
32+
[repository](https://github.com/AnswerDotAI/fastasyncpg):
33+
34+
``` sh
35+
$ pip install git+https://github.com/AnswerDotAI/fastasyncpg.git
36+
```
37+
38+
or from [conda](https://anaconda.org/AnswerDotAI/fastasyncpg)
39+
40+
``` sh
41+
$ conda install -c AnswerDotAI fastasyncpg
42+
```
43+
44+
or from [pypi](https://pypi.org/project/fastasyncpg/)
45+
46+
``` sh
47+
$ pip install fastasyncpg
48+
```
49+
50+
### Documentation
51+
52+
Documentation can be found hosted on this GitHub
53+
[repository](https://github.com/AnswerDotAI/fastasyncpg)’s
54+
[pages](https://AnswerDotAI.github.io/fastasyncpg/). Additionally you
55+
can find package manager specific guidelines on
56+
[conda](https://anaconda.org/AnswerDotAI/fastasyncpg) and
57+
[pypi](https://pypi.org/project/fastasyncpg/) respectively.
58+
59+
## How to use
60+
61+
Fill me in please! Don’t forget code examples:
62+
63+
``` python
64+
1+1
65+
```
66+
67+
2

robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://AnswerDotAI.github.io/fastasyncpg/sitemap.xml

search.json

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.

site_libs/bootstrap/bootstrap-000f0825b9c55ed21d14970d810c14a9.min.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)