Skip to content

import-io/import-io-api-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

188 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import.io API for Python

Python bindings and other tools for interacting with the Import.io service.

Build Status

© 2016-2018 Import.io

Prerequistes

  • Python 3.4 or later

Installation

$ pip install import.io

Contributing

Development Environment Setup

  • Install virtualenv if not installed on your system
  • Configure a python virtual environment
  • Install required python packages

Install virtualenv

For installation of virtualenv on your system visit here if not already present

Configuring a python virtual environment

virtualenv is used to create an isolated Python environments. To create such environment run the following:

$ virtualenv python

To activate the environment run the following:

$ source python/bin/activate

To deactivate the environement run the following:

$ deactivate

Install Python packages

$ pip install -r requirements.txt

About

Python bindings and other tools for interacting with the Import.io service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.8%
  • Other 0.2%