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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

pythondata_cpu_minerva-0.0.post185-py3.6.egg (110.7 kB view details)

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-minerva-0.0.post185.tar.gz
  • Upload date:
  • Size: 36.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.post185.tar.gz
Algorithm Hash digest
SHA256 d8f4a54527c38d8a128cfedd456185fdfd580642af202fa744d0d0fdecddb007
MD5 3752525c5eb6ba146f17ea58ff93a9e7
BLAKE2b-256 9760ed534fa1066492902049ff24a2ffd6a8ca9a251297dc4aefc894be2618a4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_minerva-0.0.post185-py3.9.egg
Algorithm Hash digest
SHA256 2ca09e8973077095c0047c5ecb425e71c0375298acff680fdb2f74fc91189cf0
MD5 ba100657d6cddf844f3633abf7e2d5c8
BLAKE2b-256 886fb31ca82651132943c2eb397085d7f09766d826829402b48a835900bf12f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post185-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.post185-py3.8.egg
Algorithm Hash digest
SHA256 12944ea5107bdfd91588d18ffad4e61a1f6505c8b23969d9a6a2bfcf88f31c4c
MD5 bd9957269dcc9c5f2975e45e4ba2d82e
BLAKE2b-256 e60a293740f4dfbd555a9745be9178ce90276370a03e745072f3e979222e0abe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post185-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.9

File hashes

Hashes for pythondata_cpu_minerva-0.0.post185-py3.7.egg
Algorithm Hash digest
SHA256 2ee191927cdfc8decc08db0713167a12cbf3a88ada00409fdab4d6f9d09d1f1f
MD5 2c1e899a470441d65ede761e870f8828
BLAKE2b-256 134439c770635f2d1e850973475f61cdfc9740e3d2d7e6007c5feff7ad79a5ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post185-py3.6.egg
  • Upload date:
  • Size: 110.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.0 CPython/3.6.12

File hashes

Hashes for pythondata_cpu_minerva-0.0.post185-py3.6.egg
Algorithm Hash digest
SHA256 6c77c5c8d73a6d42f7fac6a4880d85b9631f10e361de04c10a05f93bc82188b2
MD5 5192cb6ccaeda8e236ad94911588f257
BLAKE2b-256 a48ae120154615d9221de2dce7e997f78b1ca07eccb0f818c90164473af54562

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post185-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.8.7

File hashes

Hashes for pythondata_cpu_minerva-0.0.post185-py3-none-any.whl
Algorithm Hash digest
SHA256 db8c9b0250be3eff47a4889889a7ffd4b914715e22b0d40040f6060a4ad74366
MD5 b1b4e392e41a4e49218be1cd72fcbcd5
BLAKE2b-256 1364ecb3f55d99054663f56f80cb5521b03d7c173fa783107ac47eeaaa9bdf4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post185-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.0 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_minerva-0.0.post185-py2.7.egg
Algorithm Hash digest
SHA256 9d7565f64cca6cb5ad28cec3edf8ac5fc1f3325604d7f1108736f3548388cf34
MD5 b0501f8bb1c4f08fd8df180cb23afa9c
BLAKE2b-256 ad04a3a6491d639c78c5981f812e041c73ae5acfdf01caf784121e8f61d11ed3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post185-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.0 PyPy/7.3.3

File hashes

Hashes for pythondata_cpu_minerva-0.0.post185-py2-none-any.whl
Algorithm Hash digest
SHA256 7d208ae793f32b129b7acfe59d91448ac53ce9a685ad5b02c107d3d0521f686a
MD5 8ae3c139e8734dd12362160413e1aafc
BLAKE2b-256 d888e3b6f6c3169c029271e0cd45136f28a3125c2af64ff8589e1f38dedce639

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