Code Monkey home page Code Monkey logo

apparition's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

apparition's Issues

Use Python3.6 as minimum Python version

Problem

The apparition 0.1.0 package requires at least Python3.10.
This excludes many users who only have an older Python version on their system.

Solution

Use Python3.6 as the minimum Python version.

Improve the README.md

Problem

  • The README.md is a bit overloaded with all --help info.
  • It is not entirely clear what the usecase of the tool is.

Solution

  • Add a short description to the beginning of the README.md.
  • Replace the --help texts with example uses and descriptions.

Build the initial version

Tasks

  • Setup the pyproject.toml.
  • Implement the following commands:
    • apparition install
      • Install the helper shell function in ~/.zshrc.
    • apparition set DESTINATION PATH
      • Save a new destination.
      • This can also be used to update an existing destination.
    • apparition remove DESTINATION
      • Remove a destination.
      • If the destination is unknown the command has no effect.
    • apparition rename OLD_NAME NEW_NAME
      • Rename an existing destination.
    • apparition show
      • Show all destinations in a table.
    • apparition show --list
      • Show all destinations in a list.
    • apparition show DESTINATION
      • Only show the path to the given destination.
    • apparition check
      • Check all destinations if their path is a directory.
    • apparition purge
      • Remove all destinations.
      • The command asks for confirmation before removing all destinations.
    • apparate DESTINATION
      • Change the working directory to the path for DESTINATION via a shell function.
    • apparition apparate --unsafe DESTINATION
      • Change the working directory to the path for DESTINATION in pure Python.
      • See StackOverflow for reference.
  • Style with black, isort and pylint.
  • Manual testing on Linux / zsh.
  • End-to-end test coverage.
  • Document the app in the README.md
  • Add MIT license.
  • Build the package and publish to PyPi.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.