Skip to main content

Python module containing sources files for Minerva cpu.

Project description

pythondata-cpu-minerva

Non-Python files needed for the cpu minerva 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_cpu_minerva. The pythondata_cpu_minerva.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_cpu_minerva

my_data_file = "abc.txt"

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

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

from pythondata_cpu_minerva 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://github.com/lambdaconcept/minerva and are imported using git subtrees to the directory pythondata_cpu_minerva/sources.

Installing from git repository

Manually

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

git clone https://github.com/litex-hub/pythondata-cpu-minerva.git
cd pythondata-cpu-minerva
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-cpu-minerva.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-cpu-minerva.git

You can install a specific revision of the repository using;

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

With requirements.txt file

Add to your Python requirements.txt file using;

-e git+https://github.com/litex-hub/pythondata-cpu-minerva.git

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

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

Installing from PyPi

Using pip

pip install --user pythondata-cpu-minerva

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

pythondata-cpu-minerva-0.0.post189.tar.gz (34.6 kB view details)

Uploaded Source

Built Distributions

pythondata_cpu_minerva-0.0.post189-py3.9.egg (112.7 kB view details)

Uploaded Source

pythondata_cpu_minerva-0.0.post189-py3.8.egg (110.9 kB view details)

Uploaded Source

pythondata_cpu_minerva-0.0.post189-py3.7.egg (110.5 kB view details)

Uploaded Source

pythondata_cpu_minerva-0.0.post189-py3.6.egg (110.6 kB view details)

Uploaded Source

pythondata_cpu_minerva-0.0.post189-py2.7.egg (107.8 kB view details)

Uploaded Source

File details

Details for the file pythondata-cpu-minerva-0.0.post189.tar.gz.

File metadata

  • Download URL: pythondata-cpu-minerva-0.0.post189.tar.gz
  • Upload date:
  • Size: 34.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.12

File hashes

Hashes for pythondata-cpu-minerva-0.0.post189.tar.gz
Algorithm Hash digest
SHA256 48f1c994f65da20b312e3b082924a092ba8f97b88417e6a1bc7eb4d5a7858ab8
MD5 18cd4bbb4c93951cb1e374b6995f06ce
BLAKE2b-256 fe0d6d39e0b80f9aff474575e07f3161da58cffef1c939c75b4b2e9a8bd84d61

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py3.9.egg.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py3.9.egg
  • Upload date:
  • Size: 112.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py3.9.egg
Algorithm Hash digest
SHA256 ca5efe610dac66b59e6105e47c6b0263a782fcbb75c49d21168e226ec7213208
MD5 d4764a9ba667e5b173b6bec058e8c2ef
BLAKE2b-256 f3d0b84308f31b949553ba33719e5f7e84440629b61510f246c843b140fe6434

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py3.8.egg.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py3.8.egg
  • Upload date:
  • Size: 110.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py3.8.egg
Algorithm Hash digest
SHA256 83aca80129616ac84599726c955cfb97f4f27e812642a59b6f9aa4c88cb38b9e
MD5 5f411251755257688f5273194866464b
BLAKE2b-256 f05c6829150be8ab6fd88c12f7b5fae92146cfdd6d658eb4a280ed5b09944eb6

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py3.7.egg.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py3.7.egg
  • Upload date:
  • Size: 110.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py3.7.egg
Algorithm Hash digest
SHA256 560c2d3c026a548b485eb1b9dd2ac061b3f09c3919d09aea141a557b29c72e61
MD5 731c443666257db22eb60b4870dc7638
BLAKE2b-256 a5056ee73cd9a2df895c87462d9228760db142cd89eb039898498a44536a28e0

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py3.6.egg.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py3.6.egg
  • Upload date:
  • Size: 110.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.6.12

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py3.6.egg
Algorithm Hash digest
SHA256 a3ab80e4226163200d21d7da5599b8c48e88706e4d1d8cabf8e07998a826d914
MD5 dea18edf2bf0f9f4d2543343211077ce
BLAKE2b-256 507a9fadb6d4620af1e5e6ef447ed9687691d6dfe0aab6768d46910e235e74db

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py3-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py3-none-any.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py3-none-any.whl
Algorithm Hash digest
SHA256 22582ce5dd4ebf0b9d1a7cbcab87f77bf5982a4ccac108f0f02621baa83a2549
MD5 652f06b468deabd3de7a25e1e59c5276
BLAKE2b-256 1f13806fde18d0476aadf47ab0bf1f85fda4d2cf2e99c314fcd7151bca48b20c

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py2.7.egg.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py2.7.egg
  • Upload date:
  • Size: 107.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.2 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py2.7.egg
Algorithm Hash digest
SHA256 08423f6b7b1ce70f5932d3e70f8926574e0ff5990dfb739657bd065898c0143c
MD5 fcfd9567577947c9ef7353e486317fcb
BLAKE2b-256 543d07f12d277e1bcbaed1c1b708275467123cb91ede07ee8e7ec3057c7db63f

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post189-py2-none-any.whl.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post189-py2-none-any.whl
  • Upload date:
  • Size: 49.8 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.2 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_minerva-0.0.post189-py2-none-any.whl
Algorithm Hash digest
SHA256 4699fd9c704f6573f6786492c6213eb8da48c70227bcb6772257aaf3d4bd2b5b
MD5 720f537f9a31e2267b7caa1f1f1a5e25
BLAKE2b-256 6937e900df1eade83e0636cabb12fa10c46f975955a1cc397c954b1448bb3072

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