Skip to content

Commit

Permalink
Continuing to add the basic code
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbdz committed May 23, 2024
1 parent e4810e1 commit 10ba19f
Show file tree
Hide file tree
Showing 12 changed files with 1,678 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changes/1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``amadla``",
"description": "First commit.",
"type": "feature"
}
]
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Unix LF endings
Dockefile eol=lf
*.md eol=lf
*.mk eol=lf
Makefile eol=lf
*.yaml eol=lf
*.yml eol=lf
*.cfg eol=lf
*.j2 eol=lf
*.py eol=lf

# Windows bash scripts are also Unix LF endings
*.sh eol=lf
259 changes: 259 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
Icon?
.svn
.AppleDouble
._*
.project
.settings
.vagrant*
.python-version

#################
## Eclipse
#################

*.pydevproject
.project
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
docs/build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store

#############
## Python
#############

*.py[co]

.venv/
amadlaenv/

__pycache__
env3.7
env3.6
env
dist
.mypy_cache
site
.coverage
htmlcov
.pytest_cache
coverage.xml

# Packages
*.egg
*.egg-info
dist/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

## Directory-based project format:
.idea/
.vscode/

/vendor/

composer.lock

.vault
.secrets
*.pem


# Terraform
.terraform/

.env

# CLI docs generation
docs/.source/amadla_man_pages.json
docs/.source/reference
docs/.source/topic
docs/.source/tutorial/services.rst
*.epub
10 changes: 10 additions & 0 deletions .pairs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# For more information: https://github.com/pivotal/git_scripts
pairs:
# <initials>: <Firstname> <Lastname>[; <email-id>]
jnbdz: Jean-Nicolas Boulay
ianbenlolo: Ian Benlolo
alxcvdo7: Sharon-Alexa Acevedo
website:
jnbdz: https://github.com/jnbdz
ianbenlolo: https://github.com/ianbenlolo
alxcvdo7: https://github.com/alxcvdo7
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=========
CHANGELOG
=========

1.0.0
=====

* feature:``amadla``: First commit.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Amadla. All Rights Reserved.

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.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
51 changes: 51 additions & 0 deletions amadlacli/app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
"""
Amadla CLI
(C) 2024 Amadla. All rights reserved.
Released under MIT License
"""

import tomllib

try:
with open("pyproject.toml", "rb") as f:
try:
project_data = tomllib.load(f)
except tomllib.TOMLDecodeError as e:
raise Exception(f"pyproject.toml file is not valid TOML (decode error): {str(e)}")
except Exception as e:
raise Exception(f"Error reading pyproject.toml file: {str(e)}")
except FileNotFoundError:
raise Exception("pyproject.toml file not found")
except Exception as e:
raise Exception(f"Error reading pyproject.toml file: {str(e)}")

__version__ = project_data["tool"]["poetry"]["version"]


class APP:
"""
Class that has the application information and details.
"""

def __init__(self) -> None:
self.metadata = project_data["tool"]["poetry"]

def name(self) -> str:
"""
Get application name.
"""
return self.metadata["name"]

@staticmethod
def version() -> str:
"""
Get application version.
"""
return __version__

def description(self):
"""
Application description.
"""
return self.metadata["description"]
Empty file added amadlacli/cli/__init__.py
Empty file.
Loading

0 comments on commit 10ba19f

Please sign in to comment.