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

Uploaded Source

Built Distributions

pythondata_cpu_minerva-0.0.post187-py3.9.egg (112.8 kB view details)

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-minerva-0.0.post187.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.9.1

File hashes

Hashes for pythondata-cpu-minerva-0.0.post187.tar.gz
Algorithm Hash digest
SHA256 b2d7631f5b5d94ec94bacd3c01e3d231a551cb4975baa911f7ca4891588f8c65
MD5 9b6ac9b7e3926fa3e37f3aa75e94dcd1
BLAKE2b-256 7d1bcca99b3cbf3cec6049d83430c19efb7e296c15e8ea450e798b9135eb9ec9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-py3.9.egg
  • Upload date:
  • Size: 112.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.9.1

File hashes

Hashes for pythondata_cpu_minerva-0.0.post187-py3.9.egg
Algorithm Hash digest
SHA256 5e254da11388401298325440d25613089842c679bbafb9909261354d706735e9
MD5 f1858e7b4f8b02ae72b83dce806d98ef
BLAKE2b-256 0310aabda78cce943782882b58b461813158471072eb594870fe8b46a5085f4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-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.post187-py3.8.egg
Algorithm Hash digest
SHA256 6e8bcf2248332000d420a77dea174c1dbe297ccc3b33b59f1ab1f0f3c4705a33
MD5 a03bd755ff0c8c82f0ce3027e47036c5
BLAKE2b-256 1e4e15bd27e412588c88a7a8c92bdd121ef271bf8b76a0a8efc7d91d8f0da571

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-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.post187-py3.7.egg
Algorithm Hash digest
SHA256 e812e6b25044fb9101a5422bc1903fe86e45e11ec3e703b593be7361b42dd284
MD5 615b13bac79985ae9e2075fa290c164f
BLAKE2b-256 80a6f3cefd586169d4e96ea8329f1efad7ed20d7a10f7e580742a6a099295888

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-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.12

File hashes

Hashes for pythondata_cpu_minerva-0.0.post187-py3.6.egg
Algorithm Hash digest
SHA256 ecc4505da49d8af0139ec250833a77c697a12088056d120b77995b83551027d7
MD5 3c6d24ca0dc6351d538da7f31278911c
BLAKE2b-256 25146d3d4a5ce2eb75f827b27e65e63b1dc880a3579576d0bee1cb68136bcac1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-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.9.1

File hashes

Hashes for pythondata_cpu_minerva-0.0.post187-py3-none-any.whl
Algorithm Hash digest
SHA256 3ecba3b9b4a5d3121263130cf0d08b5ecbe60e00c8767666d4b6edcb9f15ac7d
MD5 02e230c3aa3d1b982c7862e4639fa8d3
BLAKE2b-256 0c5cd19085e409d95fd3a7193e7a15d6a9143a008e58113af8b27a22e07822b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-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.post187-py2.7.egg
Algorithm Hash digest
SHA256 2daea164ae853884d01dc8c1667fdf2ddb64399bbbaa443dd8f944e267547378
MD5 cb9cac634b112abf702a5c3e5d0fbbd7
BLAKE2b-256 0b6395fd5c171c4b00efc80870f69b85a049e0cb4f46401a39e88bf538c96af9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post187-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.post187-py2-none-any.whl
Algorithm Hash digest
SHA256 1183da2d5c1b93ca5c798750e7a6372a74d6f5fe028f5dadc19b0e18a60a9e96
MD5 5b753b8aa45a8ff3f7b8a90bcb63c633
BLAKE2b-256 f48feb40784bdb4747d993eb3829e29d985aa9e6ae1bb23f033292563ec474c2

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