Skip to main content

Relativistic Mean Field package for neutron star and nuclear matter equation of state

Project description

Relativistic Mean Field

1. Purpose

This project provides the code to compute the equation of state (EoS) using Relativistic Mean Field (RMF) Theory. It can automatically generate the RMF coupling constants [ $g_\sigma$, $g_\omega$, $g_\rho$, $g_2$, $g_3$, $\Lambda_v$, $c_3$] based on input saturation properties [ $n_0$, $E$/ $A$, $E_{sym}$, $K_0$, $J_0$, $M^\ast$/ $M_{_N}$, $J_0$]. Using these coupling constants, the code can compute the EoS for neutron star matter or symmetric nuclear matter.

2. Installation

Using Pip

pip install rmf

or

git clone git@github.com:zzhu-astro/RMF.git; cd RMF
pip install .

Build from Scratch

Clone the Repository

git clone git@github.com:zzhu-astro/RMF.git; cd RMF

Environment Variable

To compile the project, you must set the HOME_MF environment variable. If you are currently in the root directory of RMF (e.g. $HOME/RMF), you can run:

export HOME_MF=`pwd`

Configuration File

To ensure Makefile works correctly, you need to specify the configurations in the config file (e.g. $HOME/macos_clang-config.mk). An example can be found at $HOME_TOV\macos_clang-config.mk, where the Clang compiler, library paths, includes directories and flags are defined. Once your configuration file is ready, compile the project by running:

make CONFIG=macos_clang-config.mk python

Python Package

Then run:

pip install .

This will install the Python package and automatically copy the librmf.so shared library you just built into the package directory.

3. Dependencies

  1. C++ compiler - gcc or clang++ is recommended
  2. GSL
  3. Python3.9 or newer
  4. JAX (Automatic differentiation)

4. Related Publications

See the references below for more details on the Relativistic Mean Field model:

  1. Zhenyu Zhu, Ang Li, Jinniu Hu, Hong Shen: https://arxiv.org/abs/2305.16058
  2. Zhenyu Zhu, Ang Li, Tong Liu: https://arxiv.org/abs/2211.02007
  3. Zhenyu Zhu, Ang Li: https://arxiv.org/abs/1802.07441

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rmf-0.1.1-cp313-cp313-win_amd64.whl (196.5 kB view details)

Uploaded CPython 3.13Windows x86-64

rmf-0.1.1-cp313-cp313-win32.whl (196.5 kB view details)

Uploaded CPython 3.13Windows x86

rmf-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (166.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rmf-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (160.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rmf-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (159.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

rmf-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rmf-0.1.1-cp313-cp313-macosx_15_0_arm64.whl (129.4 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

rmf-0.1.1-cp312-cp312-win_amd64.whl (196.5 kB view details)

Uploaded CPython 3.12Windows x86-64

rmf-0.1.1-cp312-cp312-win32.whl (196.5 kB view details)

Uploaded CPython 3.12Windows x86

rmf-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (166.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rmf-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (160.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rmf-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (159.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

rmf-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rmf-0.1.1-cp312-cp312-macosx_15_0_arm64.whl (129.4 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

rmf-0.1.1-cp311-cp311-win_amd64.whl (196.5 kB view details)

Uploaded CPython 3.11Windows x86-64

rmf-0.1.1-cp311-cp311-win32.whl (196.5 kB view details)

Uploaded CPython 3.11Windows x86

rmf-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (166.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rmf-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (160.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rmf-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (159.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

rmf-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rmf-0.1.1-cp311-cp311-macosx_15_0_arm64.whl (129.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

rmf-0.1.1-cp310-cp310-win_amd64.whl (196.5 kB view details)

Uploaded CPython 3.10Windows x86-64

rmf-0.1.1-cp310-cp310-win32.whl (196.5 kB view details)

Uploaded CPython 3.10Windows x86

rmf-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (166.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rmf-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (160.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rmf-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (159.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

rmf-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rmf-0.1.1-cp310-cp310-macosx_15_0_arm64.whl (129.4 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

rmf-0.1.1-cp39-cp39-win_amd64.whl (196.5 kB view details)

Uploaded CPython 3.9Windows x86-64

rmf-0.1.1-cp39-cp39-win32.whl (196.5 kB view details)

Uploaded CPython 3.9Windows x86

rmf-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (166.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rmf-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (160.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rmf-0.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (159.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

rmf-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (143.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rmf-0.1.1-cp39-cp39-macosx_15_0_arm64.whl (129.4 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

Details for the file rmf-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 73818f61bb9dd70543d0efbc8046ffe3153d99217ecb2e759578a28838a815cb
MD5 cc75b56e420d064f861fcb3f852d8635
BLAKE2b-256 b6b32e9361c6afdc5ed5a2aff3c6756d51222ebddf1538c647a5c9e6641a163c

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: rmf-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 faaffe90cfc6754aa927c56fcd779a5f86d167391afed968c2211e702fefd04a
MD5 76d9237af1d0a8557efe394267003c5d
BLAKE2b-256 2fb1cb44031226e3168ac907e711fbbdc74304bd23757760eefa0b1f2a2bc8ea

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c7333ccc3b15f522745c8690fe72197a4ad2e2e0d01bef157b8006948fbeebe
MD5 c3daafc5354b8504cd2a6cd2ec7b7193
BLAKE2b-256 3cb845c7c1551d19050ee552f3e318a6b69e871d16f97ce0540fae73cfb720ee

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rmf-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 160.0 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 73dee9df78b29363290ad3c9ca2c38b798790989d6f6dca49f27f1b89d5ea970
MD5 d61a30ae05d9f4bbad7c272b23f05ed5
BLAKE2b-256 2d103b7f0de3a57443829a0699b5a23404dfafc2f665cbf38b24f7e63f286f2f

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ec88c51f07d997ab8bd16f4cb267cb43258e85357909715874bcd5ea7cd1016
MD5 195692554fb4227ebd4999a5faa0c78d
BLAKE2b-256 22029c9ee82ba45e96075ae59b55e24e78caec0040cae93e67f5a91978aede8c

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efcf7d5ce11709d23cea4453242fa3a2a557f79f2e7e9f02f19acf91b4c829fc
MD5 f94d54789b7c6bd25e53d9aa522dbe20
BLAKE2b-256 055d450df0be73eea6205a3c4c87ed7570a5b985fd9e936c1ead033de69afae3

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 129.4 kB
  • Tags: CPython 3.13, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 185b664fdcb5f5dbbd848f2b1d7bee8979eb8fa55228f238050aabdb7b9e94a4
MD5 19fe6862b7adbf39f6cb322a07028f29
BLAKE2b-256 112a739727dd1cd8a5cea8998277f449955022fca0cde8730b757a284768366e

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5ade0f47ab8ad0719cd915fda1453127c22fd31473f9abd4bdac9194670659ae
MD5 4f823d4d1ea936d90a0599b553e1d782
BLAKE2b-256 7dd4e4139eab452bfe73964bae7bc70cb1971be969e4ee903f2f00282905c297

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: rmf-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 26bc445f332085f61ce13ca8dd6fe87eb5a468cd2a791a7d42521aac67d91201
MD5 391912c775ceedbae5fc9b5f3f7e5316
BLAKE2b-256 65f7f976ee5148c4499f1222f5d69ad93ba76c999b59a1e4c836ebc5de559b63

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 530dc77d470da9fb1aad54ac089ddf713405d442d1e635c64c86bfa18d37d8b5
MD5 3e3e12a3930d90495c0c7516d1762bd0
BLAKE2b-256 0181856ad38f1ca8219577c87f6c33ecb304aa804ce465d7af4e2b38c60145f8

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rmf-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 160.0 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b4c51cd241966282640e36082095cdae1bd630afbbc47f4bf534f349c52ad5f
MD5 cba32ea899d7ea4a8cb3290891c7667c
BLAKE2b-256 d0782508229ccf0d4f99413cf815889c067104100451da4e2f9a19fe29fb2e47

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b300ce62edbe714713b9719b15ab63faa73b7b9174bad021c16f76215f4ed5ac
MD5 654a1f125ffe795a8f2fe1f2c7d42f12
BLAKE2b-256 8a364c338264991eadef44ab20eb686d3d5ba404b24bcc6dbc8bfdb3803a4760

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9aa97fe885b71fdd7befb299819dd97d4766202fcad847722bab6b088643fe3
MD5 ba6aaf058adb0e289003b00bcadd4b6b
BLAKE2b-256 1935acf94b469918d98f05fbb3cfa791d94f863693182bd694687a194a6d615a

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 129.4 kB
  • Tags: CPython 3.12, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5615520003d2a39002e1b01c336cd1901629727a37a0a4e3abe812306c5a2054
MD5 e12a4eaf6ce8bc6a8f9082586e467dc1
BLAKE2b-256 6c5fdf23fec0026e69c9b34a8eecda9666bfbe362eadfe59b71382dd90313d01

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5fffda0558e7446ae5dd31f51193b4f9186d3fa44d462354adc0b5d974710c4b
MD5 62ed8e36059b133759482755937555f9
BLAKE2b-256 8b9ad3005d29e1a50242f2a000337211316dca50930ed3eb4a38595615326a0f

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: rmf-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 93ab8881980a3b38f9995d9a9fc6250995f7efdb4780dd51c74db03fffd7e4a1
MD5 f00358a4096c358426fb70c7f001565c
BLAKE2b-256 36be1717e0cb1123d967eb1553210d9371fec8b0fc6298d7a7692548849d1f12

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc2740cfca9fdc650d7555ae6e461dc513a2f1957728c7f2baf34cebc9c5a3dc
MD5 0727beb2b8633c24d48865a2dd077c9e
BLAKE2b-256 b0c3270bc07541b56327bee7fcf5b51129f1e51972033968587c153061e09d6e

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rmf-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 160.0 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f7caf9127773ad91b49b1da256692482006bdf478511722032ac7e5de1e5a1d
MD5 2db39deae48ec643ab3359ebb4c7f5c0
BLAKE2b-256 46d970aebab36a0eb45bc043a116862e0cc861a4d6702080769836fd009b4c08

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99ae0eaaba8a7a60e05da26bc5689279959ed8ed52eba1d2af39f74ae5f2f46c
MD5 d907c20e878861d6617561e85ff1ab29
BLAKE2b-256 a13b71d9553ac149271264857ef4705a88868d21f17f508acb45dd73d685a11f

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24204e7e770f4412b59c115429bfbf229411d6f90c65ba487b15596c33195c43
MD5 864f86971c760de18a6937ceb1ee0a64
BLAKE2b-256 55b4d6d644969025415fbc7aa054f91f55d070a4e48698fbe9e953567585d6a0

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 129.4 kB
  • Tags: CPython 3.11, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 418e6a7a33c752764ddb24f1c48b31601bf926707de05d23ca40a2f6df3af85f
MD5 a8270622ebb163caf6ecda345f34ef18
BLAKE2b-256 e29fa671315a73bbf4394698f18d4269f40ade873eeb7fe0de3ff48fca34b1ac

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2463df1856fdd0152fcf90047ca207d44a9bf33990653b11aca43a077324b22b
MD5 885dc59009000b7dddace4835b2de0b1
BLAKE2b-256 e37148a1b1744ef810860d20e67a77eff7088e329ca4f6f479fa967e3bbfc620

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: rmf-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 04e293a524c93c57db8b478c7db76d1c434c59235000ce4ad9403b01438b6c58
MD5 66c9ef256ff25cab5f11a605f7017cbf
BLAKE2b-256 7d2288218c33a1f2532aae4a612f4362c9e060b7c3bfba12d315f39eaedb4b77

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5ff5140bc568413d9200169824b8dcbc0f4f4db9aef7fc04054fee2208ba40d
MD5 df21eccd5221ae2d506f156448071e23
BLAKE2b-256 ef8cbd83b4aa93a5d8df3e590cba51b9d2b118916b146308035c8f295bb7843a

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rmf-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 160.0 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77f768ef424da85de6cf1a46d47c951ce665c084d9d5216a9bb7df1c3c1268f0
MD5 f771229eaf850ad5ed908faf40b4c15c
BLAKE2b-256 7737f69e2101bd1e1b5d018eb99ef7986aacabb5c5abd917e3f548d63a5c27fd

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 614e3c26fa6a22e477c80f0ec73fb21578971f3dccc15ab4d0ff9dceb9f56cc4
MD5 11683e10450a00c87ee3c0abd667edad
BLAKE2b-256 b168c754f553c7bcb46caa4faba00fb9ea63c1978722606dbe1ced514d25a515

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 696fbaa56d50de9f646d1148baf8abf501d39db31911c3b0c951779a4434aca4
MD5 e8ed4262aa050b67c5be8cae5a8c494e
BLAKE2b-256 3dcabad1e3c34f1987effa740274daa2a44f72db4ca06de7ed9de326fdbff8b9

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 129.4 kB
  • Tags: CPython 3.10, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b49cf7987c2afddd7d1879f3fca1828f92e134ec1a928bf6fe060518d2d23a1b
MD5 d00e2f1570b005476ef8ff71dcafcf73
BLAKE2b-256 fe3908a1ca710137eb0c8b82fe11c5e5b23cdcd8aa2e5fbe93259830ce186349

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d0675c702989ae7e3424158d0b11913c2b59c40bd770e64d458909f44d7f7084
MD5 4f169473d7f9ed0b153cd7983efdf721
BLAKE2b-256 83fa3d91a25bf0c56b9d14352eda517f94d7ea62c77db26821bd3588396c83bc

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: rmf-0.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 136049baedd31d81df92ce94b42ca13c28245e930456ff8e440edae221bfee98
MD5 3d04429eda69592b64c0237bab46800d
BLAKE2b-256 e54d3b339c551c529ed9868273111bd9dba4231bae96d5302d1d79d83a713731

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 166.4 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0937f8339a809b6727fbf7009744412b6813fe4f111cb25f08bfa0a80b22e88
MD5 f500ee71db0da84cb35a0cdefd0934ec
BLAKE2b-256 d3f47a17cf9dbe32eca4ceef389e588af8ade4d4010e828ed2091f274593aa88

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rmf-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 160.0 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 20a9b4f9d55cd16b54fde5569296d7ff3f44f308b55444bf16d803d7943b2a1f
MD5 df081fe59a224c86c70174bbc0b9c4ba
BLAKE2b-256 024e54c2acf774d20f0f206ebf8cb97fcd89f5fc4de673d4f956f1af41be240a

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 533f28d8066b14be9d51e5f2889f7d2ba11d33c10929b63d19297a43b3657cda
MD5 0280dd944883924b877b9c2423a8e98f
BLAKE2b-256 7bd91d32ca371094a8e7700dde3c1a9b182aa31760e8f62ce4b823e45f8d9b65

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rmf-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b7389e962e82aa8e1d96c4d8eb74bef6dd7cbef4da3d00315d9e03226b17618
MD5 a4b8661e284f93c2209c6d151aecbea4
BLAKE2b-256 1dcc5f29b0b8d75c44d6a523922da45e4629f55a3b5168da150df74cd81e0d78

See more details on using hashes here.

File details

Details for the file rmf-0.1.1-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

  • Download URL: rmf-0.1.1-cp39-cp39-macosx_15_0_arm64.whl
  • Upload date:
  • Size: 129.4 kB
  • Tags: CPython 3.9, macOS 15.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.7

File hashes

Hashes for rmf-0.1.1-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 594155f21724d7cd03554944738bd9aadae48f9c381992a33f8897dad5f65a22
MD5 27d6ce9133f93aa013de85ea8516d087
BLAKE2b-256 52a66f40728d06ef62dc8d2cfb07d19b2cafe1233b7dbfa2aa38a5900e63d4c5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page