Showing 20 open source projects for "input file"

View related business solutions
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
  • 1
    Graphtage

    Graphtage

    A semantic diff utility and library for tree-like files such as JSON

    ... diff a JSON file against a YAML file. Also, the output format can be different from the input format(s). By default, Graphtage will format the output diff in the same file format as the first input file. But one could, for example, diff two JSON files and format the output in YAML. There are several command-line arguments to specify these transformations, such as --format; please check the --help output for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Hugo Academic CLI

    Hugo Academic CLI

    Import academic publications from Bibtex to your Markdown website

    Import publications from your reference manager to Hugo. Import publications, including books, conference proceedings and journals, from your reference manager to your static site generator. Simply export a BibTeX file from your reference manager, such as Zotero, and provide this as the input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SageMaker TensorFlow Training Toolkit

    SageMaker TensorFlow Training Toolkit

    Toolkit for running TensorFlow training scripts on SageMaker

    ... to a model.tar.gz file in S3 containing serialized model data, and a Docker image used to serve predictions with that model. A Batch Transform job runs an offline-inference job using your TensorFlow Serving model. Input data in S3 is converted to HTTP requests, and responses are saved to an output bucket in S3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JC

    JC

    CLI tool and python library

    CLI tool and python library that converts the output of popular command-line tools and file types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts. jc JSONifies the output of many CLI tools and file types for easier parsing in scripts. This allows further command-line processing of output with tools like jq or jello by piping commands. The JC parsers can also be used as python modules. In this case, the output will be a python dictionary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
  • 5
    Ariadne

    Ariadne

    Python library for implementing GraphQL servers

    ... focus on business problems, not the boilerplate. Ariadne was designed to be modular and open for customization. If you are missing or unhappy with something, extend or easily swap with your own. Asynchronous resolvers and query execution. Subscriptions. Custom scalars, enums, and schema directives. Unions and interfaces. File uploads. Defining schema using SDL strings. Loading schema from .graphql files. WSGI middleware for implementing GraphQL in existing sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Click

    Click

    Python composable command line interface toolkit

    ... generation, supports lazy loading of subcommands at runtime. Comes with useful common helpers (getting terminal dimensions, ANSI colors, fetching direct keyboard input, screen clearing, finding config paths, launching apps and editors, etc.). Click actually implements its own parsing of arguments and does not use optparse or argparse following the optparse parsing behavior. Click is designed to be fun and customizable but not overly flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Gooey

    Gooey

    Turn Python command line programs into a full GUI application

    Gooey is a tool for transforming command line interfaces into beautiful desktop applications. It can be used as the frontend client for any language or program. Whether you've built your application in Java, Node, or Haskell, or you just want to put a pretty interface on an existing tool like FFMPEG, Gooey can be used to create a fast, practically free UI with just a little bit of Python (about 20 lines!). To show how this all fits together, and that it really works for anything, we're...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Opyrator

    Opyrator

    Turns your machine learning code into microservices with web API

    .... An Opyrator-compatible function is required to have an input parameter and return value based on Pydantic models. The input and output models are specified via type hints. You can launch a graphical user interface - powered by Streamlit - for your compatible function. The UI is auto-generated from the input- and output-schema of the given function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ebfformat

    ebfformat

    An Efficient Binary data Format

    ... if needed. It is also designed to simplify the programming of input output routines in different programming languages. In a nutshell an EBF file is a collection of data objects. Each data object is specified by a unique name and a single file can have multiple data objects. Each data object is preceded by a meta-data or header which describes the binary data associated with it. Among other things, this header allows the files to be portable across systems with different endianess.
    Downloads: 2 This Week
    Last Update:
    See Project
  • NeoLoad is a very comprehensive tool if you are looking for a performance test tool for web applications and other applications Icon
    Your applications are all built differently, but they all need to perform. NeoLoad simplifies and scales performance testing for everything, from APIs and microservices, to end-to-end application testing through innovative protocol and browser-based capabilities.
  • 10
    aeneas

    aeneas

    Automagically synchronize audio and text (aka forced alignment)

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment). aeneas automatically generates a synchronization map between a list of text fragments and an audio file containing the narration of the text. In computer science this task is known as (automatically computing a) forced alignment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Password Guessing Framework

    Password Guessing Framework

    A Framework for Comparing Password Guessing Strategies

    The Password Guessing Framework is an open source tool to provide an automated and reliable way to compare password guessers. It can help to identify individual strengths and weaknesses of a guesser, its modes of operation or even the underlying guessing strategies. Therefor, it gathers information about how many passwords from an input file (password leak) have been cracked in relation to the amount of generated guesses. Subsequent to the guessing process an analysis of the cracked passwords...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Neoformat

    Neoformat

    A (Neo)vim plugin for formatting code

    .... are all maintained after formatting. Neoformat supports both sending buffer data to formatters via stdin, and also writing buffer data to /tmp/ for formatters to read that do not support input via stdin. If a formatter is either not configured to use stdin, or is not able to read from stdin, then buffer data will be written to a file in /tmp/neoformat/, where the formatter will then read from.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pyInspect

    pyInspect

    Create a simple class diagram with docstring and variable infomation.

    Create a simple class diagram with docstring and variable descriptions. The program takes a .py file as an input and creates a class diagram in a form of a html file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PyLogAnalyser

    A Python multiplatform tool to filter, colorise and analyse logs

    PyLogAnalyzer is a tool that receives an input log in black and white, a configuration INI file, which contains the list of rules to process the input, and an output file where to save the results. These rules permit to detect an input line according to a regular expression (regex) or line number range, filter it, pass it, colorise in foreground and background, columnise the groups of the regex and enable or disable the rule. The final goal of this tool is to ameliorate reading long...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Importer library to import assets from different common 3D file formats such as Collada, Blend, Obj, X, 3DS, LWO, MD5, MD2, MD3, MDL, MS3D and a lot of other formats. The data is stored in an own in-memory data-format, which can be easily processed. www.open3mod.com/ is a 3D model viewer and exporter based on Assimp that is also Open Source.
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 16
    The csvdatamix project aims to randomize CSV input data files in order to conceal the original state of the data. Similar to data masking or data transformation. Also has mapping abilities to translate back to the original state of the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pipeline.py - easy shell-like pipelines. Pipeline input can be any file-like object
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Tool used to generate state machine framework code from a terse set of directives embedded directly in the input source code file. This tool will also generate GraphViz graphical description and Spin/Promela modelling output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    pyCodeGen is a code generator written in python. This code generator use a xmi, a zargo or zuml file as input. You can use the friendly api to write your own code generator or you can use one already written.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next