Skip to content
View amir-wyvern's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report amir-wyvern

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amir-wyvern/README.md

from __future__ import annotations

import json
from dataclasses import asdict, dataclass


@dataclass
class WyVern:
    languages : tuple[str, ...] = ("Python", "Solidity", "Go", "C", "JavaScript")
    databases : tuple[str, ...] = ("PostgresSQL", "SQLite", "Mongo", "Redis")
    misc      : tuple[str, ...] = ("Docker", "Celery", "ELK")
    blockchain: tuple[str, ...] = ("Ethereum", "Harmony", "BSC")
    fields    : tuple[str, ...] = ("Backend-Tech", "BlockChain", "Cryptography")
    ai-tools  : tuple[str, ...] = ("rasa",)
    interest  : tuple[str, ...] = ("IOT", "AI", "Machine Learning", "Math")
  
    def jsonify(self) -> str:
        return json.dumps(asdict(self), indent=5)


wyvern = WyVern()
print(wyvern.jsonify())
​


🔥 Contributions:

Pinned Loading

  1. InfraFund InfraFund Public

    Forked from InfraFund/Repo

    InfraFund Platform Repo

    Solidity

  2. tether-gateway tether-gateway Public

    tether gateway on bsc network

    Python 5

  3. ssh-master-api ssh-master-api Public

    In this project, ssh protocol is used to bypass Iranian filtering My goal is to set up a user management service on several servers that controls all the users of other servers through a central se…

    Python 2

  4. electronic-prescription-manager electronic-prescription-manager Public

    epm is a interface api that allows the registration and management of electronic prescriptions It also has other facilities such as better clinic management and patient medical records

    Python 1

  5. api-user-management api-user-management Public

    This is a simple service for managing users that connects to the database service via grpc and includes crud operations on the database.

    Python

  6. nft-trader nft-trader Public

    This bot is create specifically for defikingdoms game

    Python 2