Giter Site home page Giter Site logo

lollylib's Introduction

Lollylib

'Lollylib' is a multipurpose Python 3 library that creates an additional abstraction layer and provides higher level interface for python developers.

Draft notice

Note that Lollylib is currently a draft. You can use it at your own risk, but there are no guarantees regarding future development of this project.

Table of contents

Requirements

Installation

Getting started

About authors

Requirements

Lollylib requires Python 3 version 3.5 or greater. It may be used on Windows, MacOS and Linux. So far, lollylib has not been tested on other operating systems, but very likely it can run in any Python 3 environment without customization.

Installation

Windows

From web: py -3 -m pip install lollylib

From local directory: py -3 -m pip install .

Linux and MacOS

From web: pip3 install lollylib

From local directory: pip3 install .

Running tests

Tests are shipped together with lollylib. If you installed it from web, you may run the tests from Python 3 shell:

import lollylib.test as test 
test.run()

Installing for development

If you want to contribute to lollylib, it is convenient to install it locally as a link so that changes you make will be immediately visible to all lollylib users. Download or clone it from https://github.com/sugurd/lollylib, then run from lollylib root directory: pip3 install -e .

Getting started

The best way to get started with lollylib is to explore the tests. There you will find examples of legitimate use cases in great detail.

About authors

You may contact the author via [email protected].

lollylib's People

Contributors

sugurd avatar

Forkers

trellixvulnteam

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.