sprof

View on PyPIReverse Dependencies (1)

0.0.2 sprof-0.0.2-py3-none-any.whl

Wheel Details

Project: sprof
Version: 0.0.2
Filename: sprof-0.0.2-py3-none-any.whl
Download: [link]
Size: 16072
MD5: a6a829184031e05568cdfbd8c40f404b
SHA256: dbd7db42519b3ef3557468249b1ab0839d084ff0de6197f30be0f35fe428f1d6
Uploaded: 2023-03-26 00:07:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sprof
Version: 0.0.2
Summary: A simple project framework to keep you from getting burned
Author: Derrick Chambers
Author-Email: Derrick Chambers <chambers.ja.derrick[at]gmail.com>
Download-Url: https://pypi.python.org/pypi/sprof
Project-Url: Bug Tracker, https://github.com/d-chambers/sprof/issues
Project-Url: Documentation, https://github.com/d-chambers/sprof
Project-Url: Homepage, https://github.com/d-chambers/sprof
License: MIT License Copyright (c) 2023 Derrick Chambers 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.
Keywords: workflow,projects
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: doit
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: jinja2
Requires-Dist: sprof[test]; extra == "dev"
Requires-Dist: sphinx (>=1.5.1); extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: pandoc; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Requires-Dist: jupytext; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: scikit-learn; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 722 characters]

WHEEL

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

RECORD

Path Digest Size
sprof/__init__.py sha256=sVkykKyLRw3SfvBJ7xEB1vMhG7fUhfMuF2ltg96TK4Q 237
sprof/api.py sha256=5NbT47ZCVVPTpWu0XWkfbrcEoNNRAraQxqZWH1XvjTg 620
sprof/console.py sha256=3d7beBMU-_gvTk8ln-PvFZBfPgLZ1LVvZU34LRgruNw 98
sprof/exceptions.py sha256=JM0iR0nDEs3_ompTiL6oTvG05TN1zBgbnPtkgv9wj9E 205
sprof/utils.py sha256=11DthSAj9OoqGbyYd_L78nirvhTUE5ylUmxPmh-cTBQ 6703
sprof/version.py sha256=QPS82wdwPqk6XOQ3EZ9tSkJdUV-7O176Pvbftronteo 80
sprof/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sprof/core/info.py sha256=CoNIeiPZQ78B4hBkiWLy2Gu5SwKW_TtEu-qs31uLJBA 331
sprof/core/init.py sha256=ClVWMaq1f1NnGIiFAB6nY3Fgs1xQyN6xfyTvfV6LZjU 1645
sprof/core/meta.py sha256=xWtvf58hDcxZCvvXjjjvMzTZUgzez0UpmGAGZ3UBWrs 1827
sprof/data/project_template/.gitignore sha256=ivQzYKSDF3k0ZWBHETHplWUxOk6520aBVsxVx8aRIkc 1013
sprof/data/project_template/a010_first_script.py sha256=PxEii3B2Jrzq1h0o0V9ooz-wZCuwjU-m5k9zvtJtXIU 103
sprof/data/project_template/environment.yml sha256=rDToWdc0y_FFHXxLQS3iy71I_wMJ9vTeS-cKhhuUCNY 197
sprof/data/project_template/local.py sha256=t_AIfqPYNBaU57FzYO1ofYnpCEcq-zp26N1YmXLg-3s 906
sprof/data/project_template/utils.py sha256=jtbycQRnTej-AEKJ0mT3rfI3lNpP6Ec0JpQfoZupQ_A 42
sprof/data/project_template/inputs/.gitinclude sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
sprof/data/spf_example/a010_clean_data.py sha256=BlTcnd14WorP5Up3RjxFfQHMa_pB5J0XSG66tMvp5Qs 553
sprof/data/spf_example/a020_calculate.py sha256=BYkwaMPx55NmkrzgrBezlj0hzrzPdgPC3nSyLYtkA-8 640
sprof/data/spf_example/a030_visualize.py sha256=Mj4uQlvTCYYd8HWIODOjfLCl3ACNFSXzH3VCqhS328o 1000
sprof/data/spf_example/environment.yml sha256=MZtJfvRs312lQpQ8Bl4IORNJXIqtri550yHuJB0M2iU 135
sprof/data/spf_example/local.py sha256=TA8cUpibzjU7Gvje3BGXCkjV0tIE5zGCuG2ZunfWUYo 1023
sprof/data/spf_example/utils.py sha256=ERlqLwiApPxuvcWLhmPKkhfQI8A-PPlk-r3TtfTXXow 423
sprof/data/spf_example/inputs/bingham_earthquakes.csv sha256=EOo45HJO8PZiSSsa0Ln4te1gP6Z1Dcjr92krizWz4hk 1244
sprof-0.0.2.dist-info/LICENSE sha256=94pKobixYnFwavNd6FYQOOPPUgfpV2l7QmhyolWrm3Q 1073
sprof-0.0.2.dist-info/METADATA sha256=CNBZd5OsiaLGJHLYYBOhh8AZQnDYEmekyOJF0rxbZkw 3505
sprof-0.0.2.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
sprof-0.0.2.dist-info/entry_points.txt sha256=iiDCjwnRQCmGKY899lFOhWlNL8zv0zFuFskX8iYeTpU 40
sprof-0.0.2.dist-info/top_level.txt sha256=_iK88x4yAobSE3_1qIIgIbxHOgUnJS5cd8WBnSernh0 6
sprof-0.0.2.dist-info/RECORD

top_level.txt

sprof

entry_points.txt

sprof = sprof.api:app