The python library for accessing SWC-registry content.
Project description
The Python SWC Registry Library
Description
Python library for accessing SWC-registry content.
Installation
$ pip install -U swc-registry
Example
from swc_registry import SWC
swc = SWC('SWC-100')
print(swc.title)
// Function Default Visibility
Behaviour
On first use of the SWC methods, the SWC registry is initialized from file (swc-definition.json) out cache. If user wants to get the latest information about SWC-registry he needs to pass the second argument of SWC class.
Get latest version
from swc_registry import SWC
swc = SWC('SWC-100', get_last=True)
print(swc.title)
// Function Default Visibility
Contribution
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 swc-registry-0.0.11.tar.gz.
File metadata
- Download URL: swc-registry-0.0.11.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c006c8725e98bd2fd145391da13d7d9f188b78fb26585fd57e3ac9b55876714e
|
|
| MD5 |
ae9c8afacad44f4bd9386a8c74d04c37
|
|
| BLAKE2b-256 |
96ce3a30fbef388782f16f290a3bf61ec7bfd2c21c104dd9d723bbee87d0fc1b
|
File details
Details for the file swc_registry-0.0.11-py3-none-any.whl.
File metadata
- Download URL: swc_registry-0.0.11-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67d8be74262eb66fabb04e409cc5dae1ef407b3bca77fa1362c5fc397adf50a8
|
|
| MD5 |
72848be15b73ab95fe5931e1de4552c3
|
|
| BLAKE2b-256 |
e2f69fbdb7ec505559501c56ca4ea010832e7f050404d55ebe0ec9ba1828793b
|