Skip to main content

Python module containing data files for LLVM Compiler RT Module software.

Project description

pythondata-software-compiler_rt

Non-Python files needed for the software compiler_rt packaged into a Python module so they can be used with Python libraries and tools.

This is useful for usage with tools like LiteX.

The data files can be found under the Python module pythondata_software_compiler_rt. The pythondata_software_compiler_rt.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_software_compiler_rt

my_data_file = "abc.txt"

with open(os.path.join(pythondata_software_compiler_rt.data_location, my_data_file)) as f:
    print(f.read())

Example of getting the data file using litex.data.find API;

from pythondata_software_compiler_rt import data_file

my_data_file = "abc.txt"

with open(data_file(my_data_file)) as f:
    print(f.read())

The data files come from https://git.llvm.org/git/compiler-rt.git/ and are imported using git subtrees to the directory pythondata_software_compiler_rt/data.

Installing from git repository

Manually

You can install the package manually, however this is not recommended.

git clone https://github.com/litex-hub/pythondata-software-compiler_rt.git
cd pythondata-software-compiler_rt
sudo python setup.py install

Using pip with git repository

You can use pip to install the data package directly from github using;

pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git

If you want to install for the whole system rather than just the current user, you need to remove the --user argument and run as sudo like so;

sudo pip install git+https://github.com/litex-hub/pythondata-software-compiler_rt.git

You can install a specific revision of the repository using;

pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git@<tag>
pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git@<branch>
pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git@<hash>

With requirements.txt file

Add to your Python requirements.txt file using;

-e git+https://github.com/litex-hub/pythondata-software-compiler_rt.git

To use a specific revision of the repository, use the following;

-e https://github.com/litex-hub/pythondata-software-compiler_rt.git@<hash>

Installing from PyPi

Using pip

pip install --user pythondata-software-compiler_rt

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

Built Distributions

File details

Details for the file pythondata-software-compiler_rt-0.0.post6206.tar.gz.

File metadata

  • Download URL: pythondata-software-compiler_rt-0.0.post6206.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.1

File hashes

Hashes for pythondata-software-compiler_rt-0.0.post6206.tar.gz
Algorithm Hash digest
SHA256 8923634c4fcfd75b58ea134668ae98649d7272908723c34a5836037e939c99ae
MD5 f0a2af9aee24bc726aafbd272d516309
BLAKE2b-256 ee465d2fddbb929be50e85bdddcb3ae5d82eaa51b12810bd1324dd9286b0dc68

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6206-py3.10.egg.

File metadata

  • Download URL: pythondata_software_compiler_rt-0.0.post6206-py3.10.egg
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.10.0a2+

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6206-py3.10.egg
Algorithm Hash digest
SHA256 8e20affe34f264c14ba9dbf26607189dae421c71cf8639672ba95c54e0520daa
MD5 4495bcce9aba99d9c2ec4025affd2e27
BLAKE2b-256 a4f3b0028ae2ca438aa1523c00d1930d5dec8c31790c3b3705143c5a5933eded

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6206-py3.8.egg.

File metadata

  • Download URL: pythondata_software_compiler_rt-0.0.post6206-py3.8.egg
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6206-py3.8.egg
Algorithm Hash digest
SHA256 83c14009fb7a0a1417be6ae7684ade64f75d2c889cd2a40f7eacb8f826728750
MD5 f34d8955e66aaf73c2f7c2e2f07659ef
BLAKE2b-256 e2248844ab85a4c64ef35d7cdb0b4bae4db21ac8f2cc4002381f2e65b9042534

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6206-py3.7.egg.

File metadata

  • Download URL: pythondata_software_compiler_rt-0.0.post6206-py3.7.egg
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.1

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6206-py3.7.egg
Algorithm Hash digest
SHA256 f1008ef7b3e2000b80e305efaeb3c3f5ada5859961c4fbb7a59e38ee494fa7fa
MD5 7e52ef80e37e0e36bb2cdbbe064b3673
BLAKE2b-256 853ac3fa1dde074c083bd80d4db42b1e57b6548d42735c4c344c1c4e9722d798

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6206-py3.6.egg.

File metadata

  • Download URL: pythondata_software_compiler_rt-0.0.post6206-py3.6.egg
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.7

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6206-py3.6.egg
Algorithm Hash digest
SHA256 da8262d3116c83b209a3b0155372a377f767d7a956fae98db82f3eded4e644d8
MD5 7cf80b8107f90ad4bf5056ad04bf4905
BLAKE2b-256 666d830142edd65fe15d6262033728a93c7cba283170dc65ad0d5e19dacdad30

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6206-py3.5.egg.

File metadata

  • Download URL: pythondata_software_compiler_rt-0.0.post6206-py3.5.egg
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.5.6

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6206-py3.5.egg
Algorithm Hash digest
SHA256 615ace1ef9ff37cd673cea3e241bb3593adfe75ac3f1439e0a9c446d9bdd99f0
MD5 31c07200dabdc442cd29f695bc6ac497
BLAKE2b-256 5cd7f03cdb1f1d295f58eed9fc54ac0c7dd740deef9e61be4dae127dc00dd2b1

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6206-py3-none-any.whl.

File metadata

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6206-py3-none-any.whl
Algorithm Hash digest
SHA256 dcaa7c6cc09a47271a98e9a9b47834b31384919aaa74034e0f184d3e9068c11e
MD5 dbe872d0f8da5bfd3645f8af105bdf6c
BLAKE2b-256 1c32b93385d2ec34296c33fe39035f8266905052e5cc269c571d3d6cafcf51a3

See more details on using hashes here.

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