Skip to main content

CLIPS Python bindings

Project description

Python CFFI bindings for the ‘C’ Language Integrated Production System CLIPS 6.41.

Source:

https://github.com/noxdafox/clipspy

Documentation:

https://clipspy.readthedocs.io

Download:

https://pypi.python.org/pypi/clipspy

Build Status Documentation Status

Initially developed at NASA’s Johnson Space Center, CLIPS is a rule-based programming language useful for creating expert and production systems where a heuristic solution is easier to implement and maintain than an imperative one. CLIPS is designed to facilitate the development of software to model human knowledge or expertise.

CLIPSPy brings CLIPS capabilities within the Python ecosystem.

Installation

Linux and MAC

On Linux and MAC, CLIPSPy is packaged for x86_64 architecture as a wheel according to PEP-513 guidelines. Most of the distributions should be supported.

$ pip install clipspy

Apple M architecture is not yet supported.

Windows

CLIPSPy comes as a wheel for most of the Python versions and architectures.

> pip install clipspy

Building from sources

The provided Makefiles take care of retrieving the CLIPS source code and compiling the Python bindings together with it.

$ make
# make install

Please check the documentation for more information regarding building CLIPSPy from sources.

Example

import clips

DEFTEMPLATE_STRING = """
(deftemplate person
  (slot name (type STRING))
  (slot surname (type STRING))
  (slot birthdate (type SYMBOL)))
"""

DEFRULE_STRING = """
(defrule hello-world
  "Greet a new person."
  (person (name ?name) (surname ?surname))
  =>
  (println "Hello " ?name " " ?surname))
"""

environment = clips.Environment()

# define constructs
environment.build(DEFTEMPLATE_STRING)
environment.build(DEFRULE_STRING)

# retrieve the fact template
template = environment.find_template('person')

# assert a new fact through its template
fact = template.assert_fact(name='John',
                            surname='Doe',
                            birthdate=clips.Symbol('01/01/1970'))

# fact slots can be accessed as dictionary elements
assert fact['name'] == 'John'

# execute the activations in the agenda
environment.run()

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

clipspy-1.0.2.tar.gz (28.2 kB view details)

Uploaded Source

Built Distributions

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

clipspy-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (611.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

clipspy-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (611.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

clipspy-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (611.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

clipspy-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (611.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp312-cp312-win_amd64.whl (718.3 kB view details)

Uploaded CPython 3.12Windows x86-64

clipspy-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (894.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp312-cp312-macosx_11_0_x86_64.whl (557.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

clipspy-1.0.2-cp312-cp312-macosx_11_0_universal2.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ universal2 (ARM64, x86-64)

clipspy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (504.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

clipspy-1.0.2-cp312-cp312-macosx_10_9_universal2.whl (629.2 kB view details)

Uploaded CPython 3.12macOS 10.9+ universal2 (ARM64, x86-64)

clipspy-1.0.2-cp311-cp311-win_amd64.whl (718.9 kB view details)

Uploaded CPython 3.11Windows x86-64

clipspy-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (891.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp311-cp311-macosx_11_0_x86_64.whl (557.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

clipspy-1.0.2-cp311-cp311-macosx_11_0_universal2.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ universal2 (ARM64, x86-64)

clipspy-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (504.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

clipspy-1.0.2-cp311-cp311-macosx_10_9_universal2.whl (628.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

clipspy-1.0.2-cp310-cp310-win_amd64.whl (718.9 kB view details)

Uploaded CPython 3.10Windows x86-64

clipspy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (891.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp310-cp310-macosx_11_0_x86_64.whl (556.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

clipspy-1.0.2-cp39-cp39-win_amd64.whl (720.5 kB view details)

Uploaded CPython 3.9Windows x86-64

clipspy-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (891.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp39-cp39-macosx_11_0_x86_64.whl (556.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

clipspy-1.0.2-cp38-cp38-win_amd64.whl (720.5 kB view details)

Uploaded CPython 3.8Windows x86-64

clipspy-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (891.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp38-cp38-macosx_11_0_x86_64.whl (556.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

clipspy-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

clipspy-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (889.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

Details for the file clipspy-1.0.2.tar.gz.

File metadata

  • Download URL: clipspy-1.0.2.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for clipspy-1.0.2.tar.gz
Algorithm Hash digest
SHA256 eabf368159343abd038b9ff4418dc6aec5d8108b8dd7b3df9ff299ccb8711591
MD5 04755f46bbac84cf8d10cd05c1cf399a
BLAKE2b-256 f65f9235b1e20053f19fcd4cc7c644ea1898a855cb109991a5a0e91b48f2f31f

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d97c823d8ab926e634f0d4642b35d17b494e40c8899fbdd47fab8ac24a8dd6e
MD5 5b67eb343a35bc395d447ffa5a01d966
BLAKE2b-256 4f79380078b964e55f419de40a34c6da4a4dc9601fd6628064757c8f6150f9ab

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a59145b7a1ad7126d8b96a7ca338df6b3b4e701a3070e6db46e1a6724a9f0942
MD5 117b1c6917c5e2c39c725e1f56656774
BLAKE2b-256 19f1ca418c1cb1b30d15c837e6635243e5f6c5974da41df8f3c0d68e8816d81c

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76f3addd410a525e6add7060b1e54a35db3f867ddbb5951d868c1ec565e94b7b
MD5 1258297548f5ad783c74866667919099
BLAKE2b-256 c79712d5812cdffabd7dbaf7362a18c3cd07bb6775c2441ec0228e483f0718ed

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4735730742a36bab7d2ce3163cbb235015ee9a7b03b2dd83a7345cf929c91786
MD5 24743b8a47a2d3e33e2df12c881c6318
BLAKE2b-256 0e33f844c8f2796a4d48445581d9fd8dd0caa85d3a47260539759651972f75ab

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: clipspy-1.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 718.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for clipspy-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 519b07c9aab0d73e5f440884d55017e9394ad6f9b07016b954d8e9cd62e5d8d8
MD5 27fdc6c138672a5293f17bcf20956999
BLAKE2b-256 df6f33df8eb465ce85b875376e2bf4a9355b666979299cda37bc04ef45ece780

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44099440bfcccc5b6e78ba236ec0db424c1ed4bbf4c1b2455814b78893bbb52b
MD5 164858f2dc3ae08f2c73b4dbb62f85ff
BLAKE2b-256 381e8e0b2cdcc24be91c0b6ed465c006b14b0514fc2d12639b9a5d5b5d9b3c61

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e02304b965aff772c63f8e8ba7043a5742cada1e9553ef4615bafcaccc4d1b97
MD5 1cb2215b3bfc7d106ea4bed2653cd743
BLAKE2b-256 062ff661a33d2847ac775fc02cfe27bfab94ee12488b66228e009aa708a881da

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp312-cp312-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 2a8729d27c14400b605137e791ef358d5d8a7e6326aaa3234ec0d096682bfc41
MD5 35818192a6c4643c733e8eb6dd9f98a0
BLAKE2b-256 01be13591774e2ef9d1edf02ef1f97ff31f2e59c66c1f47cfd83b066f9f47dd0

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1c5d4d7bda4efd9c7581ee840093a4676996540e920445085245a19debf836f
MD5 e859d4d5471483b9e01cfee2968975f3
BLAKE2b-256 c1af44b93c4a614a3e376840aaeb668a2ca2e73a4bbf81dc44a8cdac3c6b28e1

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 22652147246253a657cb54e44f278677e643702a25f5de18d4807c3169f82255
MD5 4fa8ca4c2e0a7675d52ebf8784334303
BLAKE2b-256 7e16e367e7ffa14b7a26a0374cca1244b75b8c4273f2606d959be4779f543f6c

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: clipspy-1.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 718.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for clipspy-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e551fd30034e57b54c4c5fe5b3c18040b8b45e8ce29645283bb6a1630e16b6b8
MD5 8626761c347ce0fe5239cf1f2f379b1c
BLAKE2b-256 c5ee370b359dd95805846e761ec403e68a575b345e3323d9289bab53879dbc13

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f370c6ce433f93cad319ca326dd12ce410ef452917f08688cf13e05a9cb48462
MD5 752d2f274be6080a00a4e72da877e040
BLAKE2b-256 91e812775e2552acf1bfba579d3f95352c0c65dd662daf01cd876c04d9c946da

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7a1ec66ceff366d52e8eeaeb92f1f1aa206ed7d7c8981e22286a88bd04b6b4ea
MD5 7589290e94f937c06aa701507acaafc6
BLAKE2b-256 afba03ee6d21e65c43c8cb2243497fb5ce6cec5eb2d251692453b62596e88771

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp311-cp311-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 2e06517bf04c3a116570b4a5d7f589ee54bf893557dc2b07e65099de1475b5b7
MD5 557fc827d36d0a97094e3a4666bb989c
BLAKE2b-256 579a66df97db06dbe5694e303c1b033749d456459fca263b07e07c6106e9eb74

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8cc6e54dd1f7df02b171458c346c7cf1108f6906905e9642eb093e6968b21a88
MD5 add466aa61badc4b403818509f14946c
BLAKE2b-256 c2fb6c4c1af309644bf9bdd8bcef6899040f86d20b6000043dc8da9585462a1b

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4b2c5fd3666ac916c0f1234d5278c008a0222406a512459e738c8da630ab025c
MD5 4860b7580b65658c9a0efa983411cebc
BLAKE2b-256 703a4f1d18c483cc866de8c80963a3c7cec7fec5259dbfb09256d0541dcaf739

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: clipspy-1.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 718.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for clipspy-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0de1f86a745f0f5324078c8a082a310e610702d90732094b02d9d644e407d104
MD5 e34f46e6b8b520517ebe5904b63a59bf
BLAKE2b-256 0bdf40d6c2c95c48c6f4f02a747ec6576a4fba3727210b138d18210e1d136a21

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0349876fa06809160703166f2af0ab446a780c28f9150a7686b1b98ce153767b
MD5 fcb8aeaa84e5f28fe0681288cb1fa991
BLAKE2b-256 46006033cbbbb798bfb8a3f9cf3229cfa1ec64a37e75521b1a5fb25c6746ff18

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8ec1bdf3f615b5b0c949bbab6606100ff3df59b5eff9bd83ad62479953a40593
MD5 a31686ceff6d1eeed747e14c5c243e6b
BLAKE2b-256 22d7dbfb61d2a209452654fe3aa6bbcfc2c0f7310360b4971ff7722ea1b7d5ca

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: clipspy-1.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 720.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for clipspy-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 95ccd4f2e31f545da9f4e1726fe75a4221ef82b85862bdd6fef985df265324d4
MD5 f58f998b1176a7b50f6898793e573121
BLAKE2b-256 1eaf12a0c50c29ae6eb76eba63ea02006dd48ff73be7b665b1028ca1d3f90e16

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c40f4ab3779772557edb2909b90fe61f1c549d0456e977228ee4c4452a1a18ca
MD5 8cc12d2e9c86e0d327eae99eeaf09dca
BLAKE2b-256 bc8209af0c1750183314dce1acbb57f91867c5ab89526e8241e089979741b908

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ab5b5cfca62d3e08346c4ca4cc55db31259cd0e525f2f9e0b27063b3e08215d3
MD5 8c7c37d6894eff00cc52c1f333502aba
BLAKE2b-256 b6d25b108bd79686a3316cc9de9e7ef35d584c48f1ed5bc7536fd774de19258f

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: clipspy-1.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 720.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for clipspy-1.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5abb8ef71b2785f2b31c008d7439537dd4291251318d7f73ad98f4c1e42d7a6e
MD5 65d7d15d714ff651399eabf7c4b77d9c
BLAKE2b-256 9edab61c73c47d2965b11009406bc2c44c59541ab2487ec6c941efac3b64d65e

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f964c74d1681e41d3edbff9a8021745aeeaab65e50e59609873ba3d6ac106be3
MD5 788bec01362bff3753243a613f1ce2ee
BLAKE2b-256 576c0b6123cb8bbcbf09980a11ef1617899a53272d1bee81232192751dd75e97

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d34dccd6e263d963c3850647d6c2baa365794ff9c0e679e2331f0f4d0ba17f1d
MD5 f9be91b733a0a75359ecfcc8931ec652
BLAKE2b-256 fd342e658b9f490adb76305e94a637adb6e2c61f8ef5bc35d55c97f70f86a543

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b176b71343addb3e5cdbb47be1971006e105f2fea9d46ad9ae97c21528c7e11
MD5 09a1f5fc41e64a4b8edeeda711f18db8
BLAKE2b-256 07b0280baefe362f3bc45da1dd2edea3e1f46016f5f704837bd9d0b6d91a6290

See more details on using hashes here.

File details

Details for the file clipspy-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for clipspy-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fab49afdec0c69cf9336a5a3f77c84ab30a5172f010ecc600047b3de7ab1272
MD5 06d4f00b3c02d9276493b749be2cb97e
BLAKE2b-256 e2fc58600bbb8a0ed0046de3a138c455be369c01c2bea9d73709d5815ff20f85

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