Automatic loader for pythonnet(coreclr)
Project description
autoclr
Automatic loader for pythonnet(coreclr)
🎛️ requirements
- python 3.7 or higher
- tested on
| OS | Tested | Pass | Issue |
|---|---|---|---|
| Mac 13(Sequoia) | ✅ | ✅ | |
| Windows 10(ARM64/UTM) | ✅ | ❎ | binary not working |
| Linux(Ubuntu/ARM) | ✅ | ✅ | arm64, aarch64 support |
🌐 install
- using pip
python -m pip install autoclr
python -m pip install git+https://github.com/somehitDev/autoclr.git
🛠 usage
from autoclr import load
# default
load("default", **params)
# system
load("system", **params)
# online
load("online", **params)
- default
- call pythonnet.load coreclr and parameters.
- system
- get dotnet_root from system installed dotnet.
- if not installed, raise error.
- online
- extract archive downloaded from dotnet official site and load clr.
- offline
- not available not.
Changes
- See CHANGELOG.md
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
autoclr-1.0.0.tar.gz
(11.9 kB
view details)
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 autoclr-1.0.0.tar.gz.
File metadata
- Download URL: autoclr-1.0.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06ed428a57c0e65dd6ff815ba1883ec1f0e3942ba78ec610a3b941c7941fc6db
|
|
| MD5 |
ada605a0c2deffee10dd0988c7577f95
|
|
| BLAKE2b-256 |
094c3e4abe87b55d76cb47f49c61965e8942181b58c5f5c5f0094dc3fe4f931a
|
File details
Details for the file autoclr-1.0.0-py3-none-any.whl.
File metadata
- Download URL: autoclr-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a05f2b0f00c9814914b8d41a4649b1b1e816f9118f51c4f8c92b1ccd0581789
|
|
| MD5 |
c024e5994e723d39bbd6753806a10838
|
|
| BLAKE2b-256 |
42de35aaab077cf5757ff926502fa37091aa1e66098b790961f5b5ed048495fe
|