Git Product home page Git Product logo

voidsafe's Introduction

Nah... I'll do my README.md later... ๐Ÿ˜ช

voidsafe's People

Contributors

gus-caribe avatar

Stargazers

 avatar

Watchers

 avatar

voidsafe's Issues

Doc: Update for Examples

  • Implement Jupyter Notebooks to /examples directory, including tabs to compare Python codeblocks with other null-aware languages;
  • Replace examples cited on README.md for simpler ones;

Adaptation: Remove Warning while Installing

Do what's required to remove the following warning that appears while installing the package:

DEPRECATION: voidsafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

Adaptation: Python files Metadata

In the Python files it's a best practice to include the encoding on which that file was written for the interpreter to be "sure" of the encoding it will use to read the file.

It's typically the first line (or second, after shebang) of the file.

Here's an example (with shebang):

#!/usr/bin/python3
# -*- coding: UTF-8 -*-

CI/CD: Add GitHub Actions

  • Publish releases when committing to a version branch;
  • Publish package to PiPy when a release is published;
  • Perform unit tests before approving.

Doc: Library Documentation

  • Finish adding docstrings to the declarations;
  • Finish adding repr and str implementations;
  • Elaborating /examples directory;
  • Adding Examples to README.md;
  • Elaborating API.md file;
  • Adjusting README.md;

Include Project with MVP

Include the Project containing the basic features, without unit tests covered.

The deliverable will be released as v0.1.0.

Adaptation: Project example files execution

The examples files should have the "shebang" line indicating the binary that should be used to execute that specific file or it would have to be indicated as "globally" for all example files in the readme of the project indicating that all the examples should use that binary.

Examples:

  • Within the .py files, first line should be "#!/usr/bin/python3"
  • In the readme file it could have the indication for executing examples: $(which python3) <example.py>

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.