protoprimer 0.0.0.dev0__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.
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: protoprimer
3
+ Version: 0.0.0.dev0
4
+ Summary: bootstrap environment
5
+ Author: uvsmtid
6
+ Author-email: uvsmtid@gmail.com
7
+ License: MIT
8
+ Keywords: boot env bootstrap environment dev
9
+ Classifier: Development Status :: 3 - Alpha
10
+ Classifier: Environment :: Console
11
+ Classifier: Intended Audience :: Information Technology
12
+ Classifier: Topic :: Terminals
13
+ Classifier: Topic :: System :: Shells
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Operating System :: POSIX :: Linux
16
+ Requires-Python: >=3.8
17
+ Provides-Extra: test
18
+ Requires-Dist: pyfakefs; extra == "test"
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: keywords
23
+ Dynamic: license
24
+ Dynamic: provides-extra
25
+ Dynamic: requires-python
26
+ Dynamic: summary
@@ -0,0 +1,3 @@
1
+ """ """
2
+
3
+ from protoprimer.primer_kernel import __version__