Spaces:
Sleeping
Sleeping
Commit ·
54a1c2c
1
Parent(s): e60b303
Initial commit for hf spaces
Browse files- .space +2 -0
- README.md +8 -0
- marimo/__pycache__/app.cpython-311.pyc +0 -0
- marimo/__pycache__/bomb_calorimetry.cpython-311.pyc +0 -0
- marimo/__pycache__/index.cpython-311.pyc +0 -0
- src/pycek_public.egg-info/PKG-INFO +0 -42
- src/pycek_public.egg-info/SOURCES.txt +0 -17
- src/pycek_public.egg-info/dependency_links.txt +0 -1
- src/pycek_public.egg-info/requires.txt +0 -10
- src/pycek_public.egg-info/top_level.txt +0 -1
.space
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
docker:
|
| 2 |
+
file: deployment/Dockerfile
|
README.md
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# pycek
|
| 2 |
python package for CHEM2000
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PYCEK
|
| 3 |
+
emoji: 🧪
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8000
|
| 8 |
+
---
|
| 9 |
# pycek
|
| 10 |
python package for CHEM2000
|
marimo/__pycache__/app.cpython-311.pyc
DELETED
|
Binary file (1.41 kB)
|
|
|
marimo/__pycache__/bomb_calorimetry.cpython-311.pyc
DELETED
|
Binary file (6.42 kB)
|
|
|
marimo/__pycache__/index.cpython-311.pyc
DELETED
|
Binary file (893 Bytes)
|
|
|
src/pycek_public.egg-info/PKG-INFO
DELETED
|
@@ -1,42 +0,0 @@
|
|
| 1 |
-
Metadata-Version: 2.2
|
| 2 |
-
Name: pycek_public
|
| 3 |
-
Version: 1.0.0
|
| 4 |
-
Summary: read and write coordinates
|
| 5 |
-
Author-email: Paolo Raiteri <p.raiteri@curtin.edu.au>
|
| 6 |
-
License: MIT License
|
| 7 |
-
|
| 8 |
-
Copyright (c) 2025 Paolo Raiteri
|
| 9 |
-
|
| 10 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 11 |
-
of this software and associated documentation files (the "Software"), to deal
|
| 12 |
-
in the Software without restriction, including without limitation the rights
|
| 13 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 14 |
-
copies of the Software, and to permit persons to whom the Software is
|
| 15 |
-
furnished to do so, subject to the following conditions:
|
| 16 |
-
|
| 17 |
-
The above copyright notice and this permission notice shall be included in all
|
| 18 |
-
copies or substantial portions of the Software.
|
| 19 |
-
|
| 20 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 21 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 22 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 23 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 24 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 25 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 26 |
-
SOFTWARE.
|
| 27 |
-
|
| 28 |
-
Requires-Python: >=3.8
|
| 29 |
-
Description-Content-Type: text/markdown
|
| 30 |
-
License-File: LICENSE
|
| 31 |
-
Requires-Dist: numpy
|
| 32 |
-
Requires-Dist: scipy
|
| 33 |
-
Requires-Dist: lmfit
|
| 34 |
-
Requires-Dist: matplotlib
|
| 35 |
-
Provides-Extra: dev
|
| 36 |
-
Requires-Dist: black; extra == "dev"
|
| 37 |
-
Requires-Dist: mypy; extra == "dev"
|
| 38 |
-
Requires-Dist: pylint; extra == "dev"
|
| 39 |
-
Requires-Dist: alive-progress; extra == "dev"
|
| 40 |
-
|
| 41 |
-
# pycek
|
| 42 |
-
python package for CHEM2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/pycek_public.egg-info/SOURCES.txt
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
LICENSE
|
| 2 |
-
README.md
|
| 3 |
-
pyproject.toml
|
| 4 |
-
src/pycek_public/__init__.py
|
| 5 |
-
src/pycek_public/bomb_calorimetry.py
|
| 6 |
-
src/pycek_public/cek_labs.py
|
| 7 |
-
src/pycek_public/crystal_violet.py
|
| 8 |
-
src/pycek_public/generate_random_filenames.py
|
| 9 |
-
src/pycek_public/logger.py
|
| 10 |
-
src/pycek_public/plotting.py
|
| 11 |
-
src/pycek_public/statistics_lab.py
|
| 12 |
-
src/pycek_public/surface_adsorption.py
|
| 13 |
-
src/pycek_public.egg-info/PKG-INFO
|
| 14 |
-
src/pycek_public.egg-info/SOURCES.txt
|
| 15 |
-
src/pycek_public.egg-info/dependency_links.txt
|
| 16 |
-
src/pycek_public.egg-info/requires.txt
|
| 17 |
-
src/pycek_public.egg-info/top_level.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/pycek_public.egg-info/dependency_links.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
|
|
|
|
|
|
src/pycek_public.egg-info/requires.txt
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
numpy
|
| 2 |
-
scipy
|
| 3 |
-
lmfit
|
| 4 |
-
matplotlib
|
| 5 |
-
|
| 6 |
-
[dev]
|
| 7 |
-
black
|
| 8 |
-
mypy
|
| 9 |
-
pylint
|
| 10 |
-
alive-progress
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
src/pycek_public.egg-info/top_level.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
pycek_public
|
|
|
|
|
|