Skip to main content

Python tool for automatically wrapping multiple (possibly private) Python libraries into a single portable module file.

Project description

fetching

Python tool for automatically wrapping multiple (possibly private) Python libraries
into a single portable module file.

purpose

This tool can be used to automatically extract files from multiple repositories and
package them into a single portable module file.

installation and usage

The package is available on PyPi:

python -m pip install fetching

The library can be imported as follows:

from fetching import Fetching

Fetching relies on the GitHub API, and as such won't work unless you either pass a valid
token to the fetch_and_build() method, or store one in either the GH_TOKEN or GITHUB_TOKEN
environment variables.

testing

Running test.py relies on either the GH_TOKEN or GITHUB_TOKEN environment variables
being set.

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

fetching-0.2.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

fetching-0.2.0-py2-none-any.whl (6.9 kB view hashes)

Uploaded Python 2

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