Skip to content

Commit

Permalink
add pipfile / pipefile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Dec 17, 2021
1 parent 2d5edf8 commit bd4fef1
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 bd4fef1

Please sign in to comment.