oeispy
Simple Python library for OEIS ( Online Encyclopedia of Integer Sequences )
List of methods with examples :
Query OEIS
import oeispy as op
res=op.resultEois('1,9,15,19')
Best Result
op.topResult(res)
Count Results
op.countResult(res)
Get Number
op.getNumber(res[0])
Get Id
op.getId(res[0])
Get Data
op.getData(res[0])
Get Name
op.getName(res[0])
Get Comment
op.getComment(res[0])
Get Link
op.getLink(res[0])
Get Example
op.getExample(res[0])
Similarly , getAuthor(..), getTime(..), getCreated(..), getFormula(..), getProgram(..)
Get Graph and Save Image
op.getGraph('A000001')
Get Random
res=op.getRandom()
Release files for oeispy 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oeispy-0.0.5.tar.gz | 3.0 kB | Details |
Release files / oeispy-0.0.5.tar.gz
| Download URL | oeispy-0.0.5.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
411abb79d022803a3d41c378ee97e287ecf5c4acf7c27823ad50641adb46a374
|
|
BLAKE2b-256 checksum How to use checksums |
5a5d3dcf22d938a22f88c675406cfd881a657036c584e9054134933069d375b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.2
|