Skip to main content

oso is an open source policy engine for authorization that's embedded in your application

Project description

Deprecated

We have deprecated the legacy Oso open source library. We have plans for the next open source release and we’re looking forward to getting feedback from the community leading up to that point (please reach out to us in the Slack #help channel). In the meantime, if you’re happy using the Oso open source library now, nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we’ll continue to provide support and critical bug fixes. More context: here.

Oso

Development GitHub release (latest SemVer) Go version Maven version NPM version PyPI version RubyGems version Crates.io version Slack

What is Oso?

Oso is a batteries-included framework for building authorization in your application.

With Oso, you can:

  • Model: Set up common permissions patterns like role-based access control (RBAC) and relationships using Oso’s built-in primitives. Extend them however you need with Oso’s declarative policy language, Polar.
  • Filter: Go beyond yes/no authorization questions. Implement authorization over collections too - e.g., “Show me only the records that Juno can see.”
  • Test: Write unit tests over your authorization logic now that you have a single interface for it. Use the Oso debugger or REPL to track down unexpected behavior.

Oso offers libraries for Node.js, Python, Go, Rust, Ruby, and Java.

Our latest creation Oso Cloud makes authorization across services as easy as oso.authorize(user, action, resource). Learn about it.

Documentation

Community & Support

If you have any questions on Oso or authorization more generally, you can join our engineering team & hundreds of other developers using Oso in our community Slack:

Button

Share your story

We'd love to hear about your use case and experience with Oso. Share your story in our Success Stories issue.

Development

Core

Oso's Rust core is developed against Rust's latest stable release.

Language libraries

Oso's language libraries can be developed without touching the Rust core, but you will still need the Rust stable toolchain installed in order to build the core.

To build the WebAssembly core for the Node.js library, you will need to have wasm-pack installed and available on your system PATH.

Language requirements

To work on a language library, you will need to meet the following version requirements:

  • Java: 11+
    • Maven: 3.6+
  • Node.js: 12.20.0+
    • Yarn 1.22+
  • Python: 3.7+
  • Ruby: 2.4+
    • Bundler 2.1.4+
  • Rust: 1.46+
  • Go: 1.14+

Contributing & Jobs

See: CONTRIBUTING.md.

If you want to work on the Oso codebase full-time, visit our jobs page.

License

See: LICENSE.

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

oso-0.27.1-pp39-pypy39_pp73-win_amd64.whl (953.0 kB view details)

Uploaded PyPy Windows x86-64

oso-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oso-0.27.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

oso-0.27.1-pp38-pypy38_pp73-win_amd64.whl (953.0 kB view details)

Uploaded PyPy Windows x86-64

oso-0.27.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oso-0.27.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

oso-0.27.1-pp37-pypy37_pp73-win_amd64.whl (953.0 kB view details)

Uploaded PyPy Windows x86-64

oso-0.27.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oso-0.27.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

oso-0.27.1-cp311-cp311-win_amd64.whl (957.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

oso-0.27.1-cp311-cp311-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

oso-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

oso-0.27.1-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

oso-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

oso-0.27.1-cp310-cp310-win_amd64.whl (957.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

oso-0.27.1-cp310-cp310-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

oso-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

oso-0.27.1-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

oso-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

oso-0.27.1-cp39-cp39-win_amd64.whl (957.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

oso-0.27.1-cp39-cp39-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

oso-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

oso-0.27.1-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

oso-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

oso-0.27.1-cp38-cp38-win_amd64.whl (957.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

oso-0.27.1-cp38-cp38-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

oso-0.27.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

oso-0.27.1-cp38-cp38-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

oso-0.27.1-cp38-cp38-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

oso-0.27.1-cp37-cp37m-win_amd64.whl (957.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

oso-0.27.1-cp37-cp37m-musllinux_1_1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

oso-0.27.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

oso-0.27.1-cp37-cp37m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file oso-0.27.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3fe82184619cfa33de097ac76c2b2ceb4420a6863ab6e7379ae96cc7f23400ed
MD5 afb4569df701cab1ed2cbe9d45abf6a1
BLAKE2b-256 ab7fce82db977de8672d5efbf62281655e527371091309d3d92d6cc398292b1b

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5366fda5e42d03b94f89b9cf4c5ff28da7410092912926d7bdd3b80bf3bc8281
MD5 68931fd3b35e445b8addeb7b143777f5
BLAKE2b-256 bd7638343a1e01b1d4b62483a27867b4ad274037a8f772ebc7536e6e30d58a93

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e31fa850c8a663bc1a2f4edf055252849a65168c8275792fb12cc7b928894c1
MD5 d7e1e6c2e5e0a4ff5c63f05bc81f44f3
BLAKE2b-256 35476d25f0947e43b11dbb8dcf64f202005225299b9971176a09e79d4148b7e4

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 83f2b6f34b2b69a97410e1791442e9c8f2da0f485913a183754a217edcc91aff
MD5 cfcddd9d7bf1be872a6188d605f2f69b
BLAKE2b-256 525d9f52bdf4b32a11ad967eded0a6751c2a3307492ee69d5cd39ff42513261f

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35e6164d0a89c3c4a99f6305ec537335e2e2e9f57492a451c245464afbd75afe
MD5 061a3d0273a26a4d0c36535b07130505
BLAKE2b-256 c9f783d0c6c6e381efc8857732e41b8cbc0051746366f5f500ac10180f1fe1bf

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c8db3a3c55d00a5bde9ea1b28de0baa621e0fa0e20fc0e6634e8a02958039ab
MD5 643c6e8df9629f5848c5165999946b29
BLAKE2b-256 a7433507ce57213ddace3ba352c6cb44ae3754955e96a95e7d9dfa0026bf3c34

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 809765e66cc3f9c27f9e564e5fbaebdad28eb7047bc85decbb480f2cf59cc0ad
MD5 199eff5f5975f0c4a7e5614ef41e3007
BLAKE2b-256 3243160cbdd1bacd06aeb2946f1322fc35cf0d8a90ae4afa57b3f72a43dba4e1

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2e811cd5c7fc22766208887641e864c9560121699ad4ea267383583ad94df5f
MD5 c4b8063891a7c62c192e6ab0dc6ed9f2
BLAKE2b-256 3a3841238c6f0da874487aaa9a8dc7b2d3194768d8e7c81d1c210ffd3bf15689

See more details on using hashes here.

File details

Details for the file oso-0.27.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0e0521513b78b770a96fdd5d43823961d38a4b5fa6951ab661893e0c2935096
MD5 08726640def156fd5f199059b64477f3
BLAKE2b-256 2933f2a5cdc0e37f3cecd54122e7da054fb89dd411bfd566e6d89a9d8661faa1

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: oso-0.27.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 957.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for oso-0.27.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d94a6030155d0c6b4e02ff13d8f7dfde165ddc31ed053ac6722e1eb3d359b938
MD5 37be61e19ebcb562aa21ed0b262a3bc9
BLAKE2b-256 69f7172b46fcdefd2a6ee845039041c0e9023e2e854875f796a603dd3a0b08f5

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f669b8d90341f268f586c09bb69b514e3c84b5e149edd48ad5875f9d6462fff3
MD5 7e020dfbc043a4b35921e1de718554f3
BLAKE2b-256 08d12a2ecc9f39009efdd45935e044dda81ed02b75ebb50f9ff696b8ae0f3a8c

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ade4f94216250634e545e616d8f0af77440d6f56716c94d62bbb57abd2731579
MD5 00a00a49cbc66dbf0b58f5d717618144
BLAKE2b-256 76ac53a13e34da884ab2e3dce2d96ae80d543f1a5f163c38b3ba1fe0e19412dd

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81dfb53e8cf15a2873f9e348255a468a3f053336080c96ccbad690e18aa91cb8
MD5 d4e4fb4c12d1b90ee1a4b66e089d614f
BLAKE2b-256 23ec492e4c71be278c6c2f18485630f3eb6ce4f41d3e245d64f3c221c7facedd

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 028f46eea797e82c31222ff2133fb8b290b25a14e99788f97c9a71caafb03bf4
MD5 98ab954ee4d2b31a84c9ee043f5bd723
BLAKE2b-256 e1826fb4b47fde10e484349c897622c323ae6b8d1829b553437d22dfde33acde

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: oso-0.27.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 957.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for oso-0.27.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7b9342d1cf80fc4ae12132c5ba47c4583a64d150492f9340e01b955133e58529
MD5 3ccb4df0f60da9c85038e0424208123c
BLAKE2b-256 0322286ce4fb9b4e56f95e0e917f606fea7fa54c5d18c48caaa1b1e9c1f0ee95

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 302c9259804f2ca48ce99debfeba64cb27e501fffdab5536ef0939de6edf94d5
MD5 e9c5bdf1474b352b34e0b831bab6c5c3
BLAKE2b-256 52d3e37738bbcbddd46cf9b67fafc3984aee06f919b34aed3d7fe70e624b9f02

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 201450e891327597f0698ee6b6e1d300040fb7a74ba2cd1dfec5861764b2454b
MD5 84504fc89a277a9f3bc9c5de87134b4a
BLAKE2b-256 8f21b3e043a05f8d04bb6432c750628c8480dcc309e757821c20cf9bf6a6b4cd

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4be76f0039ef9623747d65273ce0a8571e8f2bb4d161b81a31cd981419c560ce
MD5 05e2f5a43cfb194459b9157574394766
BLAKE2b-256 92fa2f486de4950518cbf38416931833310632f226682a3d34f1f7e6ae5cb865

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00c7bde81598bd3b86d5aaf29331081d7da39837d16de04bb379ed8cc0a2e10d
MD5 8dce20adee08094ab785eddaf21b3b58
BLAKE2b-256 5ed3d8f49abe670e67f5461dbb041e91c6e2df3f06169a4f10dc53a8154c7fe0

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: oso-0.27.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 957.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for oso-0.27.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eae5ee4681f35f214279f1b08f10d601a95c28d27d4c2bf97c722bcb711457e0
MD5 75d046b7a8a741a0856600521c2ced56
BLAKE2b-256 71c2350789a735a3c69e6057530ef339250c54c2b7bc1dcc51fb529da1ccb5b2

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 411f9dc00021a836844ae26eb58f81ef1285ad99af0de0397d7926ce23e5d47b
MD5 6167f440be93677c8854c05ea238f187
BLAKE2b-256 82c4787ccdbc24473c893b300d52860c6bb93ce95155440eac4f64d6f6d2f8bc

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e3c79a95c687bd7008d5f5e973b0f743ad6a71722d2d302409139f30e615eb3
MD5 153c9837871814668d4f86442582443f
BLAKE2b-256 5ff5ab19dd84ad1ecb4cd3bae5feeef9538dcdea67f05ab6ed767c1839faed32

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60a94d0ab27fd72a41d38e9705c7269d3c677849f682264b841eb53772af3428
MD5 e034236d7c0243fda9b50563d3c1ee48
BLAKE2b-256 8da5d788dfae06a1d9d42672216412feb10b55dbace88eec27b86561cd22794b

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4afcf05c69fc277a59ebce9fd51a96a5daf729d334d1dc1b8c2acdf5ebe030b
MD5 30f6e348feeaa593a538a2933ef02f7a
BLAKE2b-256 10a8bc4f718edbd4d698a8d07ec4f64082574eee89fa4227a1a12abc6484cc0d

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: oso-0.27.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 957.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for oso-0.27.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e8c374887c5e513264f73cbd829f7c5f7d77516c9291b66a344c68a2d672ac58
MD5 f8e1e2b72e24988021e71c9d0e660f85
BLAKE2b-256 8cdc30db970b06eb90586019fed1f2272f46efd5ee8fe652d1c2ecb4e0754efb

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d1ba94e7d2375532b54bcb8be1e467175b7fc9a55be781809651dc962bc252b4
MD5 dbdae0c17ccb607a1db0598f5418e239
BLAKE2b-256 f152cd12e95835f8cf7d11384eaf51c91549c55cf39918d55695ebaaf601f543

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92a067087adb7835310edc449c0644768fdf6c2f9662c36e48d20af198df01f2
MD5 6056122e43eb14570c3b81f6fb7982c4
BLAKE2b-256 89ce733ac64a97f7ea70e9faf9b3ff672875bc3e2e80d25aa1fd6ffd2ba079a3

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e8979ecdab58c1d82841c7adbc543e54b9e27fa02adc475e023a2ad0d11671a
MD5 42a836c39b495c204a0a1f4755381136
BLAKE2b-256 763f3cb17aac97085cae6777c805cb5062db958e0cfaaa05874c5195093e2df9

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1147e9722a98a4fde0a6b9a400e70d1ab403cea81193e705eadaaeeaa687efb
MD5 d40cdf1e0274d3b9a441a6261b7d20b9
BLAKE2b-256 7b8a974f0cc910567dff24e93a4c63a632743893bc9c01cd4d3711aa754e916d

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: oso-0.27.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 957.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for oso-0.27.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fa12c2cc106dd2f06d0d98c72db619c60eb75860e12e24bfa64ea2784406d653
MD5 c64b2e1a532546b6428fb58f9a0cec1c
BLAKE2b-256 240d8c8131f8a157701c2274c43e454b39a39aed8c1ba0f5ee0168a3bbc5a4c5

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7de789fa0bbec548159746e8ead4bc02608b0bd8858e7b988822a7ed8be7ae4
MD5 8cf7a8a3b7d238199c739cecfd803ee9
BLAKE2b-256 fdd54a238efce96cd0d32abba85e3d5c5062ec51bf6ad1ab43c1cbc0d3d3b293

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16574441fc4e7ba9ec07e631f6f9759d4972f3710ec8a5a59045aa859421d979
MD5 d67460c0d935c1e03d8ba5e67f8c8f4f
BLAKE2b-256 2c0894448d514a321511b5eb52a9da590156bb2c02235d933eadac47e4f433b7

See more details on using hashes here.

File details

Details for the file oso-0.27.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for oso-0.27.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4af713e35944bd94126c1fa6e8c8a64bc5d05437900fd421246103eded25b698
MD5 3ab35e4d438f7d209d3de39b30b24bf3
BLAKE2b-256 12b3291828cafc22c322557caba1fc2ac51ab80c60b0473498f835acad1d61bb

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