Skip to content

Commit

Permalink
Merge pull request #47 from Sage-Bionetworks/use-pipenv
Browse files Browse the repository at this point in the history
add pipfile / pipefile.lock
  • Loading branch information
thomasyu888 committed Dec 20, 2021
2 parents 2d5edf8 + bd4fef1 commit 4321cf3
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Pipfile
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
click = "*"
synapseclient = ">=2.4.0"
PyYAML = "*"

[dev-packages]
pytest = "*"
258 changes: 258 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://img.shields.io/coveralls/github/Sage-Bionetworks/synapseformation.svg?&style=for-the-badge&label=coverage&logo=Coveralls)](https://coveralls.io/github/Sage-Bionetworks/synapseformation)


Client for using [Synapse Formation Templates](https://github.com/Sage-Bionetworks/synapse-formation-templates). Given one of these templates, `synapseformation` will be able to create all the components required in a Synapse Project. Currently the implementation does one of these two scenarios.
Client for using [Synapse Formation Templates](templates). Given one of these templates, `synapseformation` will be able to create all the components required in a Synapse Project. Currently the implementation does one of these two scenarios.

* Only creates new entities, will fail if entity already exists.
* Create entities that don't exist and gets the entity if it already exists, but does not update an entity.
Expand Down

0 comments on commit 4321cf3

Please sign in to comment.