crosscompute-macros 0.1.0__py3-none-any.whl

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.
@@ -0,0 +1,62 @@
1
+ Metadata-Version: 2.4
2
+ Name: crosscompute-macros
3
+ Version: 0.1.0
4
+ Summary: Reusable classes and functions needed by crosscompute packages
5
+ Project-URL: Repository, https://github.com/crosscompute/crosscompute-macros
6
+ Project-URL: Issues, https://github.com/crosscompute/crosscompute-macros/issues
7
+ Author-email: Roy Hyunjin Han <rhh@crosscompute.com>
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.10
13
+ Provides-Extra: all
14
+ Requires-Dist: aiofiles; extra == 'all'
15
+ Requires-Dist: aiofiles>=24.1.0; extra == 'all'
16
+ Requires-Dist: aiohttp[speedups]>=3.12.12; extra == 'all'
17
+ Requires-Dist: argon2-cffi; extra == 'all'
18
+ Requires-Dist: jinja2; extra == 'all'
19
+ Requires-Dist: markdown2; extra == 'all'
20
+ Requires-Dist: msgpack; extra == 'all'
21
+ Requires-Dist: ruamel-yaml; extra == 'all'
22
+ Requires-Dist: ruamel-yaml-bytes; extra == 'all'
23
+ Requires-Dist: shapely; extra == 'all'
24
+ Requires-Dist: sqlalchemy; extra == 'all'
25
+ Requires-Dist: starlette; extra == 'all'
26
+ Provides-Extra: development
27
+ Requires-Dist: pre-commit; extra == 'development'
28
+ Provides-Extra: disk
29
+ Requires-Dist: aiofiles>=24.1.0; extra == 'disk'
30
+ Provides-Extra: iterable
31
+ Provides-Extra: jinja
32
+ Requires-Dist: jinja2; extra == 'jinja'
33
+ Provides-Extra: log
34
+ Provides-Extra: markdown
35
+ Requires-Dist: markdown2; extra == 'markdown'
36
+ Provides-Extra: msgpack
37
+ Requires-Dist: msgpack; extra == 'msgpack'
38
+ Provides-Extra: security
39
+ Requires-Dist: argon2-cffi; extra == 'security'
40
+ Provides-Extra: shapely
41
+ Requires-Dist: aiofiles; extra == 'shapely'
42
+ Requires-Dist: shapely; extra == 'shapely'
43
+ Provides-Extra: sqlalchemy
44
+ Requires-Dist: sqlalchemy; extra == 'sqlalchemy'
45
+ Provides-Extra: starlette
46
+ Requires-Dist: starlette; extra == 'starlette'
47
+ Provides-Extra: test
48
+ Requires-Dist: aiofiles>=24.1.0; extra == 'test'
49
+ Requires-Dist: pytest-asyncio; extra == 'test'
50
+ Requires-Dist: pytest-cov; extra == 'test'
51
+ Requires-Dist: pytest-xdist; extra == 'test'
52
+ Provides-Extra: web
53
+ Requires-Dist: aiofiles; extra == 'web'
54
+ Requires-Dist: aiohttp[speedups]>=3.12.12; extra == 'web'
55
+ Provides-Extra: yaml
56
+ Requires-Dist: ruamel-yaml; extra == 'yaml'
57
+ Requires-Dist: ruamel-yaml-bytes; extra == 'yaml'
58
+ Description-Content-Type: text/markdown
59
+
60
+ # CrossCompute Macros
61
+
62
+ Here are reusable functions and classes that are primarily used by the CrossCompute Software Development Kit and CrossCompute Platform.
@@ -0,0 +1,3 @@
1
+ crosscompute_macros-0.1.0.dist-info/METADATA,sha256=GYPs2k-Y5DhgxRHiuyG6p95EcmEQD3AgieIrpgmmVmc,2461
2
+ crosscompute_macros-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3
+ crosscompute_macros-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any