protoprimer 0.0.2.dev2__tar.gz → 0.0.3.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,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: protoprimer
3
+ Version: 0.0.3.dev0
4
+ Summary: self-contained, stand-alone, no-deps, no-args-friendly, auto-cloning, environment-driven, pure-python, multi-stage extensible DAG bootstrapper to escape from shell scripting maintenance hell
5
+ Author-email: uvsmtid <uvsmtid@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/uvsmtid/protoprimer
8
+ Project-URL: Repository, https://github.com/uvsmtid/protoprimer
9
+ Keywords: venv,virtual environment,env,environment,dev,development,boot,bootstrap,bootstrapper,init,initialize,initializer,check,checker
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Information Technology
13
+ Classifier: Topic :: Terminals
14
+ Classifier: Topic :: System :: Shells
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Operating System :: POSIX :: Linux
17
+ Requires-Python: >=3.8
18
+ Description-Content-Type: text/markdown
19
+ Provides-Extra: extra
@@ -1,3 +1 @@
1
- """ """
2
-
3
1
  from protoprimer.primer_kernel import __version__