Skip to main content

Python import library extensions with implementation to import from url.

Project description

pyimporter

Python import lib extensions with implementation to import from url.

Installation

The easiest way to install the package is to use pip and install directly from pypi:

$ pip install pyimporter

Building

Install dependencies:

$ pip install --upgrade setuptools wheel
$ pip install --upgrade twine

Build the distribution package:

$ python setup.py sdist bdist_wheel

Upload the package to pypi:

$ python -m twine upload dist/*

Testing

The tests are implemented using pytest. You need to install pytest first:

$ pip install pytest

For functional tests, internally a live server is used. By default the functional tests are deselected. To run the functional tests, add the --functional option flag to pytest command line:

$ pytest --functional

If you prefer verbose output, add -v or -vv option to the pytest command line:

$ pytest --functional -vv

Reference

The import system: https://docs.python.org/3/reference/import.html

Sample implementations:

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

pyimporter-0.0.2.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

pyimporter-0.0.2-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

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