https://github.com/caffeine-addictt/nexis-client

NYP InfoSec Auth Client

https://github.com/caffeine-addictt/nexis-client

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

auth authentication cli nyp python python3
Last synced: 4 months ago · JSON representation ·

Repository

NYP InfoSec Auth Client

Basic Info
  • Host: GitHub
  • Owner: caffeine-addictt
  • License: gpl-3.0
  • Language: Makefile
  • Default Branch: main
  • Homepage:
  • Size: 738 KB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Archived
Topics
auth authentication cli nyp python python3
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md

[![PYPI - Version][version-shield]][pypi-url] [![PYPI - Downloads][downloads-shield]][pypi-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![GPL3.0 License][license-shield]][license-url]


Logo

Nexis Client

NYP InfoSec Auth Client
Explore the docs »

Report Bug · Request Feature

About The Project

This is the client for NYP InfoSec Auth.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Getting Started

This is how you can get Nexis running locally. Follow these simple example steps.

Prerequisites

  • Python 3.9+

Installation

Below is an example of how you can install and use Nexis.

1. Install Nexis

sh pip install nexis

2. Run Nexis

sh nexis --help

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. ( ˶ˆᗜˆ˵ )

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Read our contributing guide for more information.

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Jun Xiang - contact@ngjx.org

(back to top)

Acknowledgments

(back to top)

Owner

  • Name: Jun Xiang (カエデ)
  • Login: caffeine-addictt
  • Kind: user
  • Location: Singapore
  • Company: Hire me

Back-end Engineer | Offensive Security Enthusiast

Citation (CITATION.cff)

abstract: Nexis Client
authors:
  - alias: Alex
    family-names: Ng
    given-names: Jun Xiang
    orcid: https://orcid.org/0009-0001-1641-9397
identifiers:
  - type: url
    value: https://github.com/caffeine-addictt/nexis-client/releases/tag/v0.1.0
    description: The GitHub release URL of tag v0.1.0.
cff-version: 1.2.0
date-released: yyyy-mm-dd
keywords:
  - python
  - python3
  - python-nexis
  - nexis
  - nexis-client
  - nyp
  - nanyang-polytechnic
  - infosec
license: GPL-3.0-only
message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/caffeine-addictt/nexis-client
title: Nexis Client
type: software
version: 0.1.0

GitHub Events

Total
Last Year

Dependencies

.github/workflows/draft-release-tag.yml actions
  • release-drafter/release-drafter v6 composite
.github/workflows/labeler.yml actions
  • actions/labeler v5 composite
.github/workflows/linter.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • re-actors/alls-green v1.2.2 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test-worker.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • re-actors/alls-green v1.2.2 composite
package-lock.json npm
  • prettier 3.3.3 development
package.json npm
  • prettier ^3.3.3 development
poetry.lock pypi
  • cleo 2.1.0
  • colorama 0.4.6
  • crashtest 0.4.1
  • exceptiongroup 1.2.2
  • importlib-metadata 8.0.0
  • iniconfig 2.0.0
  • packaging 24.1
  • pluggy 1.5.0
  • pytest 8.3.1
  • rapidfuzz 3.9.4
  • ruff 0.5.4
  • tomli 2.0.1
  • zipp 3.19.2
pyproject.toml pypi
  • pytest ^8.3.1 develop
  • ruff ^0.5.4 develop
  • cleo ^2.1.0
  • importlib-metadata >=4.4
  • python ^3.9