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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyimporter-0.0.2.tar.gz.
File metadata
- Download URL: pyimporter-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73a94419110619ad1009e5079178183b4ffba0b9f840896ab08ac2da7071e09f
|
|
| MD5 |
b975932266669148a36f8edacc528dcd
|
|
| BLAKE2b-256 |
c4005b122d271d7573a70b39a460e06eec9f47507107cd820d1f23df53341a72
|
File details
Details for the file pyimporter-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyimporter-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
671259daae7737b4655686f806ca4007d06b3a35732ad89b0b0f0907ac37a59f
|
|
| MD5 |
0f18e7bdb3e2f583fc3d3f6477cec430
|
|
| BLAKE2b-256 |
5b36901649b41351d2fe64cf370454b5eb639d35ec43c6ca8a1d42b7729fe29a
|