protoprimer 0.0.2.dev2__tar.gz → 0.0.2.dev3__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.
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/PKG-INFO +3 -3
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/main/protoprimer/__init__.py +0 -2
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/main/protoprimer/primer_kernel.py +664 -291
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/protoprimer.egg-info/PKG-INFO +3 -3
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/setup.py +20 -3
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/protoprimer.egg-info/SOURCES.txt +0 -0
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/protoprimer.egg-info/dependency_links.txt +0 -0
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/protoprimer.egg-info/requires.txt +0 -0
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/protoprimer.egg-info/top_level.txt +0 -0
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/pyproject.toml +0 -0
- {protoprimer-0.0.2.dev2 → protoprimer-0.0.2.dev3}/setup.cfg +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: protoprimer
|
|
3
|
-
Version: 0.0.2.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.2.dev3
|
|
4
|
+
Summary: self-contained, stand-alone, no-deps, no-args-friendly, auto-cloning #proto, environment-driven, pure-python, multi-stage extensible DAG bootstrapper #primer to escape from shell scripting maintenance hell
|
|
5
5
|
Author: uvsmtid
|
|
6
6
|
Author-email: uvsmtid@gmail.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Keywords:
|
|
8
|
+
Keywords: venv virtual environmentenv environmentdev developmentboot bootstrap bootstrapperinit initialize initializercheck checker
|
|
9
9
|
Classifier: Development Status :: 3 - Alpha
|
|
10
10
|
Classifier: Environment :: Console
|
|
11
11
|
Classifier: Intended Audience :: Information Technology
|