specwizard 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.1
2
+ Name: specwizard
3
+ Version: 0.0.1
4
+ Summary: .
5
+ Author-email: Andres Aramburo-Garcia <aramburo@lorentz.leidenuniv.nl>, Tom Theuns <tom.theuns@durham.ac.uk>
6
+ Project-URL: Homepage, https://github.com/specwizard/specwizard
7
+ Project-URL: Bug Tracker, https://github.com/specwizard/specwizard/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+
15
+ ### Hi there šŸ‘‹
16
+
17
+ <!--
18
+ **specwizard/specwizard** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
19
+
20
+ Here are some ideas to get you started:
21
+
22
+ - šŸ”­ I’m currently working on ...
23
+ - 🌱 I’m currently learning ...
24
+ - šŸ‘Æ I’m looking to collaborate on ...
25
+ - šŸ¤” I’m looking for help with ...
26
+ - šŸ’¬ Ask me about ...
27
+ - šŸ“« How to reach me: ...
28
+ - šŸ˜„ Pronouns: ...
29
+ - ⚔ Fun fact: ...
30
+ -->
@@ -0,0 +1,16 @@
1
+ ### Hi there šŸ‘‹
2
+
3
+ <!--
4
+ **specwizard/specwizard** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
5
+
6
+ Here are some ideas to get you started:
7
+
8
+ - šŸ”­ I’m currently working on ...
9
+ - 🌱 I’m currently learning ...
10
+ - šŸ‘Æ I’m looking to collaborate on ...
11
+ - šŸ¤” I’m looking for help with ...
12
+ - šŸ’¬ Ask me about ...
13
+ - šŸ“« How to reach me: ...
14
+ - šŸ˜„ Pronouns: ...
15
+ - ⚔ Fun fact: ...
16
+ -->
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "specwizard"
7
+ version = "0.0.1"
8
+ authors = [
9
+ { name="Andres Aramburo-Garcia", email="aramburo@lorentz.leidenuniv.nl" },{name = "Tom Theuns", email = "tom.theuns@durham.ac.uk"},
10
+ ]
11
+ description="."
12
+ readme = "README.md"
13
+ requires-python = ">=3.7"
14
+ classifiers = [
15
+ "Programming Language :: Python :: 3",
16
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
17
+ "Operating System :: OS Independent",
18
+ ]
19
+ dependencies = [
20
+ "numpy",
21
+ "scipy",
22
+ ]
23
+
24
+ [project.urls]
25
+ "Homepage" = "https://github.com/specwizard/specwizard"
26
+ "Bug Tracker" = "https://github.com/specwizard/specwizard/issues"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
File without changes
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.1
2
+ Name: specwizard
3
+ Version: 0.0.1
4
+ Summary: .
5
+ Author-email: Andres Aramburo-Garcia <aramburo@lorentz.leidenuniv.nl>, Tom Theuns <tom.theuns@durham.ac.uk>
6
+ Project-URL: Homepage, https://github.com/specwizard/specwizard
7
+ Project-URL: Bug Tracker, https://github.com/specwizard/specwizard/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+
15
+ ### Hi there šŸ‘‹
16
+
17
+ <!--
18
+ **specwizard/specwizard** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
19
+
20
+ Here are some ideas to get you started:
21
+
22
+ - šŸ”­ I’m currently working on ...
23
+ - 🌱 I’m currently learning ...
24
+ - šŸ‘Æ I’m looking to collaborate on ...
25
+ - šŸ¤” I’m looking for help with ...
26
+ - šŸ’¬ Ask me about ...
27
+ - šŸ“« How to reach me: ...
28
+ - šŸ˜„ Pronouns: ...
29
+ - ⚔ Fun fact: ...
30
+ -->
@@ -0,0 +1,10 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ specwizard/__init__.py
5
+ specwizard/specwizard.py
6
+ specwizard.egg-info/PKG-INFO
7
+ specwizard.egg-info/SOURCES.txt
8
+ specwizard.egg-info/dependency_links.txt
9
+ specwizard.egg-info/requires.txt
10
+ specwizard.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ numpy
2
+ scipy
@@ -0,0 +1 @@
1
+ specwizard