Pre-release
This release is a pre-release and may not be stable for production use.
# Data Quirrel
# Installation
`pip install datasquirrel`
# Usage
Something along the lines of:
```
from datasquirrel import luno
from datasquirrel import btcc
import time
start = time.time()-(24*3600*404)
collector = luno.Collector()
collector.new_collection(start) # For new collection
collector.collect() # To continue where last one left off
collector = btcc.Collector()
collector.new_collection(start) # For new collection
collector.collect() # To continue where last one left off
```
# To Do
- Write a better readme
- Tests for some of the newly added endpoints
- Tests for the rate limiter
# Installation
`pip install datasquirrel`
# Usage
Something along the lines of:
```
from datasquirrel import luno
from datasquirrel import btcc
import time
start = time.time()-(24*3600*404)
collector = luno.Collector()
collector.new_collection(start) # For new collection
collector.collect() # To continue where last one left off
collector = btcc.Collector()
collector.new_collection(start) # For new collection
collector.collect() # To continue where last one left off
```
# To Do
- Write a better readme
- Tests for some of the newly added endpoints
- Tests for the rate limiter
Release files for datasquirrel 0.0.1a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| datasquirrel-0.0.1a1.tar.gz | 3.6 kB | Details |
Release files / datasquirrel-0.0.1a1.tar.gz
| Download URL | datasquirrel-0.0.1a1.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc7af7afff1e4cfd438f7ff72c5743bd01521899ed1a7f67fce293415261f9ef
|
|
BLAKE2b-256 checksum How to use checksums |
249128d3ded7f783be31f25f4f8b3b8192957143a58252b1560bfaea73e12b72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |