Giter Club home page Giter Club logo

2019fa-420-jjars's Introduction

ScrUML Build Status Coverage Status

Screenshot

Version 4.0.0

Table of Contents

Description

A Simple UML editor written in Python 3 using pywebview.

Compatible with Windows 10 and Linux. (MacOS support is a work in progress.)

Requirements

A functioning Python >3.6 installation is required to run ScrUML.

PIP is required for the installation process.

Building + Installing

To build and install ScrUML, run:

pip install .

Running

To open ScrUML after installation, just run:

scruml

If you want to use the command line interface:

scruml --cli

Contributing

To get started after a fresh git clone, run the following command to install the required packages and set up the git hook scripts:

pipenv install --dev
pipenv shell
pre-commit install

And you're ready to develop! Run pipenv shell to activate the virtual environment whenever you begin contributing and exit to deactivate the virtual environment whenever you're done.

You may want to build ScrUML with pip install -e . to install the package in editable mode, which will allow for any changes to affect the program without having to reinstall it.

Known Issues

Windows

  • None

Linux

  • None

MacOS

Documentation

Documentation is automatically generated from docstrings with pdoc.

To update the documentation, run the pdoc.sh file in the root of the repository.

Testing

Testing is performed with pytest using the following file layout:

setup.py
scruml/
    __init__.py
    example.py
    subfolder/
        another_example.py
tests/
    test_example.py
    subfolder/
        test_another_example.py
    ...

Static type analysis and automatic formatting are provided by mypy and black.

2019fa-420-jjars's People

Contributors

jessiehildebrandt avatar nick-russell avatar dsangrey avatar randrews545 avatar cljones97 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

2019fa-420-jjars's Issues

Design filesystem I/O module to interface with core UML module

We will need to design (and implement) a filesystem I/O module that will interface with the core UML module. The filesystem module should be capable of saving data from the UML module into a file or loading data from a file into the UML module. Data will be serialized in the YAML format.

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.