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.post172.tar.gz (35.4 kB view details)

Uploaded Source

Built Distributions

pythondata_cpu_minerva-0.0.post172-py3.10.egg (113.8 kB view details)

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-minerva-0.0.post172.tar.gz
  • Upload date:
  • Size: 35.4 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.0 CPython/3.6.7

File hashes

Hashes for pythondata-cpu-minerva-0.0.post172.tar.gz
Algorithm Hash digest
SHA256 ddec789c5b19656a750cd4e07cde864995ff5df0632f8493598e629095fa071b
MD5 cd91dbe9a71e3e2c60cca7fa34c74d18
BLAKE2b-256 1503f238f640cfa8a332f239eeeb3e6692f4eab1d418e8d532384a3769b01884

See more details on using hashes here.

File details

Details for the file pythondata_cpu_minerva-0.0.post172-py3.10.egg.

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post172-py3.10.egg
  • Upload date:
  • Size: 113.8 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.0 CPython/3.10.0a5+

File hashes

Hashes for pythondata_cpu_minerva-0.0.post172-py3.10.egg
Algorithm Hash digest
SHA256 0ac946d8224a52a5cb2c4963d48c3bf0bf12fd70ac06fbc76af6e1524ac5e48a
MD5 e33f76fb9d467772ac1252d77f9df892
BLAKE2b-256 d0c10637ecb5eab3b71d12b1eb8a78987e5d8acde82784275d43be3a98163703

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post172-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.0 CPython/3.8.7

File hashes

Hashes for pythondata_cpu_minerva-0.0.post172-py3.8.egg
Algorithm Hash digest
SHA256 6995e34b68660277350c237e8f3d6d71d3f7763a256d020cd351e1a3d680ce9d
MD5 47066eeb4a00dfdd6932dabd3dacf1fd
BLAKE2b-256 0160bb2ef29d843bf2edeb6e133b434aee50bd43d163ee59795c64894964efad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post172-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.0 CPython/3.7.1

File hashes

Hashes for pythondata_cpu_minerva-0.0.post172-py3.7.egg
Algorithm Hash digest
SHA256 9d10e7c42ff5d2aa3f98b8b837aba2479d2b8b21aad0f87dcfbe5222f87893b9
MD5 a582c55eb8c4dc067f3a504e2e52f2d5
BLAKE2b-256 5a692a9080c67e3f8ceb09f450aa58a6853c4a024e586f745ed225a93e88cdec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post172-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.0 CPython/3.6.7

File hashes

Hashes for pythondata_cpu_minerva-0.0.post172-py3.6.egg
Algorithm Hash digest
SHA256 a89d33355d595f8d3ae8087c72f4d5a1c586c43f86a015d74a9c53b5dfcab9e2
MD5 fff5df028929210d6664daf20be857b3
BLAKE2b-256 e907ee2ef0a4b1b1b988db4db1d0dd1b33788085fca67819638b91267082ad04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post172-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.0 CPython/3.7.1

File hashes

Hashes for pythondata_cpu_minerva-0.0.post172-py3-none-any.whl
Algorithm Hash digest
SHA256 587bec3e880e6ade9267cfd67b4e57d56f8400e14dae05852ec6b83ad8b6802f
MD5 351c85bf8f9d2a6ad5642d8279d7d245
BLAKE2b-256 82ab695482d93bf076553c3c974bcf528ff735ebade2df7ef4c248cb787f4322

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