process-bigraph 1.4.7__tar.gz → 1.4.8__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.
Files changed (43) hide show
  1. {process_bigraph-1.4.7/process_bigraph.egg-info → process_bigraph-1.4.8}/PKG-INFO +1 -1
  2. {process_bigraph-1.4.7 → process_bigraph-1.4.8/process_bigraph.egg-info}/PKG-INFO +1 -1
  3. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/pyproject.toml +4 -1
  4. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/AUTHORS.md +0 -0
  5. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/LICENSE +0 -0
  6. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/README.md +0 -0
  7. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/__init__.py +0 -0
  8. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/bundle.py +0 -0
  9. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/composite.py +0 -0
  10. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/emitter.py +0 -0
  11. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/experiments/__init__.py +0 -0
  12. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/experiments/minimal_gillespie.py +0 -0
  13. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/nextflow.py +0 -0
  14. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/plumbing.py +0 -0
  15. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/__init__.py +0 -0
  16. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/dynamic_structure.py +0 -0
  17. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/examples.py +0 -0
  18. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/growth_division.py +0 -0
  19. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/math_expression.py +0 -0
  20. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/parameter_scan.py +0 -0
  21. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/processes/reaction.py +0 -0
  22. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/__init__.py +0 -0
  23. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/clusters/__init__.py +0 -0
  24. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/clusters/ec2_ssm.py +0 -0
  25. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/parallel.py +0 -0
  26. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/pool.py +0 -0
  27. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/ray.py +0 -0
  28. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/rest.py +0 -0
  29. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/session.py +0 -0
  30. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/protocols/socket.py +0 -0
  31. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/run.py +0 -0
  32. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/run_step.py +0 -0
  33. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/server/__init__.py +0 -0
  34. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/server/rest.py +0 -0
  35. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/server/start.py +0 -0
  36. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/types/__init__.py +0 -0
  37. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/types/process.py +0 -0
  38. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph/units.py +0 -0
  39. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph.egg-info/SOURCES.txt +0 -0
  40. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph.egg-info/dependency_links.txt +0 -0
  41. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph.egg-info/requires.txt +0 -0
  42. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/process_bigraph.egg-info/top_level.txt +0 -0
  43. {process_bigraph-1.4.7 → process_bigraph-1.4.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: process-bigraph
3
- Version: 1.4.7
3
+ Version: 1.4.8
4
4
  Summary: protocol and execution for compositional systems biology
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: process-bigraph
3
- Version: 1.4.7
3
+ Version: 1.4.8
4
4
  Summary: protocol and execution for compositional systems biology
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "process-bigraph"
7
- version = "1.4.7"
7
+ version = "1.4.8"
8
8
  description = "protocol and execution for compositional systems biology"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -62,6 +62,9 @@ dev = [
62
62
  "boto3>=1.28",
63
63
  ]
64
64
 
65
+ #[tool.uv.sources]
66
+ #bigraph-schema = { path = "../bigraph-schema", editable = true }
67
+
65
68
  [tool.setuptools]
66
69
  packages = [
67
70
  "process_bigraph",
File without changes