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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: pythondata-cpu-minerva-0.0.post191.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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata-cpu-minerva-0.0.post191.tar.gz
Algorithm Hash digest
SHA256 52aeb2ca7783ee91c3ab82921a17d1a2f901b980f30e6d09fc683f86f5931934
MD5 34bea71d71ed2d93e147dacb3cd3294e
BLAKE2b-256 f5a8cae2cf1d1375385c14c58ed7ee6a1c7f18140c1df88eb215cf4046b82e41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post191-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py3.9.egg
Algorithm Hash digest
SHA256 b09e5884f57ae76c14c790d6aed4e826f041bd7782e80d7a7e2dd82fe5ca5dd9
MD5 ae4e76ac4f98a37f31cd87223141a62e
BLAKE2b-256 31b33cd1898eb84f554ac3bc9243679216471476ded20b966f5f3ba70ea56a76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post191-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py3.8.egg
Algorithm Hash digest
SHA256 3420985c1b509245b74302ca4799a2aa22c33664f432a8999f8f479ffe48404d
MD5 d51c5d275b2f5c85a344b89dca534e3e
BLAKE2b-256 fc355cc40a80128e3b714f2503df5291307a079e63f01a91a5c82f27fcdd6638

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post191-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.10

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py3.7.egg
Algorithm Hash digest
SHA256 e47f234eab5ef2736f62e4c79d7b262bd92045c6db5d233439b7437f197010bc
MD5 ac1a38928f605301d4476033480c7d84
BLAKE2b-256 170cd157bea0e34da9165777d2f4e9b8802458fa72e2b8798245fd1b8453666f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post191-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.6.13

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py3.6.egg
Algorithm Hash digest
SHA256 c40f56d6243f8abcef9c068cb4f4c92d15554c14d16aec261fb884453f094032
MD5 26c3c5180072e9520b40cac0d2c65904
BLAKE2b-256 59d838de456d631fcf6d1b8c013ed7c2c47f65517cf948397f0de7e7532599b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pythondata_cpu_minerva-0.0.post191-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/54.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py3-none-any.whl
Algorithm Hash digest
SHA256 b19a522af64cff05fea1b87b872cc4743ac06158d58c20070cd9853759f2a0af
MD5 f2a06bb574867594db5a95ea9bbfd377
BLAKE2b-256 6f404be2fd8982f37270b2855d3d99d895cad9c08c57734a4c2526f19b34b37b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py2.7.egg
Algorithm Hash digest
SHA256 bf5acca6cbefcb4a5ed64cf35e87e0ca04d9f1da9f2fa3f1e1926199a4ddfcb5
MD5 c6edcd7bb9b2768b64c5b5cbf805d902
BLAKE2b-256 dda79f2199c53b54181d2333185ec590460ad0d6f4c7691b7d58011c9d164df1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pythondata_cpu_minerva-0.0.post191-py2-none-any.whl
Algorithm Hash digest
SHA256 e49ab50b3e187ce70690b1eb92904c1f7d97dce0c1c5f78cd4ba960f24924e6f
MD5 2edab155f828b3cd445baad2291bb880
BLAKE2b-256 92de25018ca54fed5d6340f526d4d3393c171116c0ac8f19a8ee91c6d22b18ba

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