seq-tool

View on PyPIReverse Dependencies (0)

0.0.4 seq_tool-0.0.4-py3-none-any.whl

Wheel Details

Project: seq-tool
Version: 0.0.4
Filename: seq_tool-0.0.4-py3-none-any.whl
Download: [link]
Size: 20048
MD5: 7b3a9ca3a8ae9200cd0b13a5b45a92a3
SHA256: 4a8035dee1b0c330c3d0017716b1f585d8c4a95239b7327c38a8acce52c86435
Uploaded: 2024-11-19 16:48:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: seq_tool
Version: 0.0.4
Summary: A Python package implementing the Generalized Sequential Pattern (GSP) algorithm with concurrency support.
Author-Email: Peyton Lyons <plyons14[at]fordham.edu>, Jonathan Mele <jmele3[at]fordham.edu>, Michael Sluck <msluck[at]fordham.edu>, Cody Chen <cchen187[at]fordham.edu>, Fiza Metla <fmetla[at]fordham.edu>, James Guest <jguest2[at]fordham.edu>, Mario Marku <mmarku[at]fordham.edu>
Project-Url: Homepage, https://www.cis.fordham.edu/edmlab/software/course-sequence-analysis
Project-Url: Bug Tracker, https://github.com/Fordham-EDM-Lab/CSAT/issues
License: MIT License Copyright (c) 2024 Fordham EDM Lab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: bottleneck (==1.3.7)
Requires-Dist: numexpr (==2.8.7)
Requires-Dist: numpy (==1.25.2)
Requires-Dist: pandas (==2.2.1)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2024.1)
Requires-Dist: setuptools (==68.2.2)
Requires-Dist: six (==1.16.0)
Requires-Dist: wheel (==0.41.2)
Requires-Dist: dateparser (==1.2.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2697 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.5.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
seq_tool/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
seq_tool/command_line_interface.py sha256=9CevqUP4mGzkgGj0FH1na9-oEPegv8uLDvU9dCfnIOE 3718
seq_tool/data_processing.py sha256=F-AXcqyfEm4Diu2nputOR5aYn2WWkb5zp0uX5Af8xt4 4935
seq_tool/graphical_interface.py sha256=essUCx-iRy3P3IwuOGulN-lEW-zX8cf4Vh31FaFF5_Y 10886
seq_tool/gsp_algorithm.py sha256=lgldI0SwYlGsPg5v86Kztj9JSn1YrpzWr_tMxTSU3Nk 18790
seq_tool/utils.py sha256=cnIBn0Qpg8Il25PzXwJ_FI9MIszkdIedcb9ea9uQQyU 16482
seq_tool-0.0.4.dist-info/LICENSE sha256=SO5zt8OMGWc89mw-EV8IBk-Nc0B02pkFYRWI_NYbZes 1071
seq_tool-0.0.4.dist-info/METADATA sha256=MUFKSt1rS2T1amISD21uvmojybzJ3oMhJmuybG3ixl8 5084
seq_tool-0.0.4.dist-info/WHEEL sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY 91
seq_tool-0.0.4.dist-info/entry_points.txt sha256=0AWhD5jsO9QnzeLshlpNtjEEWpDOY2WR0nxIv-8GlO8 109
seq_tool-0.0.4.dist-info/top_level.txt sha256=NMpIJJ0E1RLQYRRYZoAWA8QAn_7ImL3FAN1Gw-DE7is 9
seq_tool-0.0.4.dist-info/RECORD

top_level.txt

seq_tool

entry_points.txt

seq-cli = seq_tool.command_line_interface:main
seq-gui = seq_tool.graphical_interface:main