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
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
Metadata Files
README.md
|
|
Simplistic |
A base class for creating command line interface (cli) wrappers.
| | |
| --- | --- |
| Package |
|
| Meta |
|
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
sh
conda install jessesealand::simplistic
Dependencies
- Not dependant on packages outside of python core library.
License
Documentation
The official documentation is hosted on Read the Docs.
Owner
- Name: Jesse Sealand
- Login: jesse-sealand
- Kind: user
- Repositories: 1
- Profile: https://github.com/jesse-sealand
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
Top Committers
| Name | 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
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