Skip to main content

Academic Torrents Python APIs

Project description

Copyright (c) 2017 academictorrents

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: # Academic Torrents Python and R APIs (Under Development)

[![Build Status](https://travis-ci.org/AcademicTorrents/python-r-api.svg?branch=master)](https://travis-ci.org/AcademicTorrents/python-r-api)
[![codecov](https://codecov.io/gh/AcademicTorrents/python-r-api/branch/master/graph/badge.svg)](https://codecov.io/gh/AcademicTorrents/python-r-api)

The idea of this API is to allow scripts to download datasets easily. The library should be available on every system and allow a simple interface to download small and large files.

We are currently out on test.pypi! Install AT with this command:
```pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple academictorrents```


```
import academictorrents as at

# Download the data (or verify existing data)
filename = at.get("323a0048d87ca79b68f12a6350a57776b6a3b7fb")

# Then work with the data
import cPickle, gzip
import sys, os, time
import numpy as np

mnist = gzip.open(filename, 'rb')
train_set, validation_set, test_set = cPickle.load(mnist)
mnist.close()
```

Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

academictorrents-2.0.11.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

academictorrents-2.0.11-py2-none-any.whl (19.5 kB view details)

Uploaded Python 2

File details

Details for the file academictorrents-2.0.11.tar.gz.

File metadata

File hashes

Hashes for academictorrents-2.0.11.tar.gz
Algorithm Hash digest
SHA256 d9f6408355bf2787910d4c2fded6a4de9ce63ecbe78ead0c005d201f7c5e19c2
MD5 ef3dbd4cecbc1f5795d9c12f3067df68
BLAKE2b-256 928d5528dd8e7be99a15006feca51936a2c056463a6838af61fba79106966b68

See more details on using hashes here.

File details

Details for the file academictorrents-2.0.11-py2-none-any.whl.

File metadata

File hashes

Hashes for academictorrents-2.0.11-py2-none-any.whl
Algorithm Hash digest
SHA256 2aab5b70e538000ac457e11f3448f58187f86199732ead3f872c4d9935317ab4
MD5 5366b207601b5680dd64a2a59a29744d
BLAKE2b-256 6778aff1651c1296907b05a2083a5714b02f44a13ac286e81bc9c3f073a379e4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page