Skip to content

Commit

Permalink
Remove the Nexus API as it's moved to another project (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
joni-herttuainen committed Nov 3, 2022
1 parent 1cb8c37 commit f4edefe
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,896 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Version v1.0.0

New Features
~~~~~~~~~~~~
- First version of the Nexus Forge integration
- jsonschema based validation of h5 files and circuit configuration
- checks for required attributes and data types of attributes (in h5 files)

Expand Down
13 changes: 0 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,6 @@ Or a python free function:
errors = validate("my/circuit/path/circuit_config.json")
Nexus Forge integration
~~~~~~~~~~~~~~~~~~~~~~~

There is also a `Nexus Forge <https://github.com/BlueBrain/nexus-forge>`__ integration in Blue brain SNAP.
It is meant to help users search and acquire data from Nexus and instantiate the acquired data.

To use it, all that is needed, is to instantiate the Nexus Helper class:

.. code-block:: python3
from bluepysnap.nexus import NexusHelper
nexus = NexusHelper(nexus_access_token, bucket)
Acknowledgements
----------------

Expand Down
19 changes: 0 additions & 19 deletions bluepysnap/nexus/__init__.py

This file was deleted.

200 changes: 0 additions & 200 deletions bluepysnap/nexus/connector.py

This file was deleted.

0 comments on commit f4edefe

Please sign in to comment.