simplistic

A base class for wrapping CLI commands.

https://github.com/jesse-sealand/simplistic

Science Score: 44.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

A base class for wrapping CLI commands.

Basic Info
  • Host: GitHub
  • Owner: jesse-sealand
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 33.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 3
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Simplistic


A base class for creating command line interface (cli) wrappers.

| | | | --- | --- | | Package | PyPI Latest Release Anaconda-Server Badge | | Meta | PyPI - License GitHub (Pre-)Release Date|

What is it?

simplistic is a Python package that provides fast and flexible access to generating command line statements using natural language and method chaining.. It aims to be the fundamental building block creating any command line wrapper.

Table of Contents

Main Features

Here are just a few of the things that pandas does well:

  • Allows to mapping natural language to tersely define command line arguements
  • Provides method chaining to assemble complete statements
  • Automatic execution of commands

Where to get it

The source code is currently hosted on GitHub at: https://github.com/jesse-sealand/simplistic

The latest released version are available at 1. Python Package Index (PyPI).

sh pip install simplistic

  1. Anaconda.

sh conda install jessesealand::simplistic

Dependencies

  • Not dependant on packages outside of python core library.

License

MIT

Documentation

The official documentation is hosted on Read the Docs.

Owner

  • Name: Jesse Sealand
  • Login: jesse-sealand
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'jesse-sealand/simplistic: Simplistic'
message: 'If you use this software, please cite it as below.'
authors:
  - name: "Jesse C. Sealand"
abstract: "Simplistic is a base class to make cli commands more user-friendly."
license: MIT
license-url: "https://github.com/jesse-sealand/simplistic/blob/main/LICENSE"
repository-code: "https://github.com/jesse-sealand/simplistic"
keywords:
  - python
  - cli
type: software
url: "https://github.com/jesse-sealand/simplistic"

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 14
  • Total Committers: 1
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
jesse-sealand j****d@o****m 14

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jesse-sealand (1)
Pull Request Authors
  • jesse-sealand (1)
Top Labels
Issue Labels
documentation (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 18 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
pypi.org: simplistic

A base class for wrapping CLI commands.

  • Homepage: https://github.com/jesse-sealand/simplistic
  • Documentation: https://simplistic.readthedocs.io/
  • License: MIT License Copyright (c) [2023] [Jesse C. Sealand] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.2.0a0
    published over 1 year ago
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 18 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.7%
Forks count: 29.8%
Average: 33.2%
Stargazers count: 38.8%
Downloads: 65.9%
Maintainers (1)
Last synced: 8 months ago