Skip to main content

NEXUS Productivity Layer

Project description

NEXUS Productivity Layer, helps to:

  • access NEXUS through the command line interface

  • provide convenience functions to simplify common operations using NEXUS

Installation

From PyPi:

pip install bluepyentity

Usage and examples: Command Line Interaction

Token:

Using the keyring, a NEXUS token can be stored to reduce the number of required authentication steps:

token='copy your token here'
bluepyentity token set --token $token

One can see the contents of the token with:

bluepyentity token decode

One can get the token with (note that this can be piped to other apps that need the token, or saved as an environment variable):

bluepyentity token get

# save as environment variable:

token=`bluepyentity token get`

Info:

One can look at the associated information of an identifier with:

bluepyentity info SOME_ID

Acknowledgements

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

This project/research has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).

License

Blue Brain Entity is licensed under the terms of the GNU Lesser General Public License version 3, unless noted otherwise, for example, external dependencies. Refer to COPYING.LESSER and COPYING for details.

Copyright (c) 2019-2022 Blue Brain Project/EPFL

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bluepyentity-0.0.1.tar.gz (54.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page