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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-minerva-0.0.post184.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.post184.tar.gz
Algorithm Hash digest
SHA256 1de2c2b7c03e9110430633f5b9ee60ae5a799b6973b5de21b94c315dfad9a8dd
MD5 57edb66f36f7ae237c25b0a4183cff63
BLAKE2b-256 2e7d0903a04f6c92ef6102859d4a2f6c619b4f4c37090271422ff05deaff8adc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py3.9.egg
Algorithm Hash digest
SHA256 fcac7d8e64b05539486fa846b415b31a810b0ab13fd915f27df82e7b73ef1818
MD5 11b9d3e80737fbf54e54ad240810d3a5
BLAKE2b-256 249c150395f528c36f9506f4d935ba0560ee36b0ae688898f7d951652134c65c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py3.8.egg
Algorithm Hash digest
SHA256 c0d9e194a05d9c613fc88b78549160b130d947bf4b9a2c559b02d58337006c6f
MD5 ac8533a70db7aa6617e6816a7066807b
BLAKE2b-256 0a4bef0d17591882b541e3ecda253780332dd234a79d6f008a89aeb0b7d58323

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py3.7.egg
Algorithm Hash digest
SHA256 052969ba7dccd29442ec0cdf3cba8847ec059317d59316f2b738e7f1c9812342
MD5 79cf1541f87442d7b2784f0d2e368569
BLAKE2b-256 ea45ad65d353d6263a5010645c2c3a6926e61a14c061b824841de30b9988b436

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py3.6.egg
Algorithm Hash digest
SHA256 bd3e12d3adecc4caed5fe659e0bd6fb5d9807313a9409a4ab92a773a4cb94695
MD5 f74bd79f5068d1e4958aefba5e1cd246
BLAKE2b-256 aae52d8859e001b04f8c3eb475596e99b962edb97123038edebb560a405dc6f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py3-none-any.whl
Algorithm Hash digest
SHA256 7c9af9e489a948f0581be7df234b0df01a3463a06684eb8533320206fd341309
MD5 04fd5fe62e1e151dd659411941d46da3
BLAKE2b-256 0a65704e6e9aabf95d72f6a5f49b12afa67386b81b861c6f50f841d994cbaea1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py2.7.egg
Algorithm Hash digest
SHA256 411c41889c2001332cad557d98a96c88b487a262d7fb74d2d36f87c3d7d54b0b
MD5 0716c79ba9ef8d66357338b7d17b2901
BLAKE2b-256 c8d323e34058c02083953635b4dc511a426026803cc55c45bc06f702189e1834

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post184-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.post184-py2-none-any.whl
Algorithm Hash digest
SHA256 89f3116f3fb9ab1b3d67a1e7005bb090015bb6bc4e792fdb68d2422d8c9d400e
MD5 c1b5a84f6a77e343157bb050a0c82235
BLAKE2b-256 3145f62734b7f33b640e36c6a9032650ba77696c832fb426f4280664f67c12c1

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