Parse information found on the http://rosalind.info website
Project description
# PyROSALIND Parsing of [ROSALIND](http://rosalind.info) website, in order to get user information programatically.
To run an example on [aluriak user](http://rosalind.info/users/aluriak), run:
make
The main script gives example of the main API, which is currently:
from pyrosalind import User
aluriak = User.from_name(‘aluriak’) print(aluriak) print(aluriak.solved)
Use pip install -r requirements.txt to install the beautiful soup and requests dependencies.
## Retrieved data Input data is the username.
[X] problems solved
[ ] badges
[ ] achievements
[ ] source codes submitted for each problem
[ ] scores, statistics
[ ] global and country ranks
[ ] account details (last solvel, member for, country, time zone, language)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyrosalind-0.1.2.tar.gz
.
File metadata
- Download URL: pyrosalind-0.1.2.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ac262f601c35758fb0e7b616c57ef5df4afcece0c5d2ebd84f401962254c066 |
|
MD5 | 67e7b29a1a514e316361548e8515e93f |
|
BLAKE2b-256 | abf62a3428a3fe041054749204cddd39f48bfe97a2ddb4920792ef01e14b99f6 |