Code Monkey home page Code Monkey logo

luxon's Introduction

Installation

Tachyonic Luxon currently fully supports CPython 3.6, 3.7.

Dependencies

This version is tested on Linux Ubuntu 18.04 LTS. Pythona >= 3.6.

The general requiremennt is a POSIX Compliant Unix Operating System with all software dependencies.

Some modules are extended using C++ for performance and providing functionality such as POSIX Shared Memory IPC. The Luxon framework requires libboost >= 1.65 and cython.

Ubuntu

$ sudo pip3 install cython
$ sudo apt install libboost-all-dev

MAC OS X

The assumption here is that your using MACPorts.

$ sudo pip3 install cython
$ sudo port install boost

CPython

A universal wheel is available on PyPI for Luxon. Installing it is as simple as:

$ sudo pip3 install luxon

Source Code

Luxon infrastructure and code is hosted on GitHub. Making the code easy to browse, download, fork, etc. Pull requests are always welcome!

Clone the project like this:

$ git clone https://github.com/TachyonicProject/luxon.git

Once you have cloned the repo or downloaded a tarball from GitHub, you can install Tachyon like this:

$ cd luxon
$ sudo pip3 install .

Or, if you want to edit the code, first fork the main repo, clone the fork to your development area, and then run the following to install it using symbolic linking, so that when you change your code, the changes will be automatically available to your app without having to reinstall the package.

$ cd luxon
$ sudo python3 setup.py develop

You can manually test changes to the luxon by switching to the directory of the cloned repo:

$ python3 setup.py test

luxon's People

Contributors

hieronymuscrouse avatar vuader avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

carlo15139 vuader

luxon's Issues

Token expiration handling

1.when a user token expires it should redirect the user the logon page with a notice indicating that their session has timed out.

2.a additional pop-up that gives the user the ability to extend their session with "do do you wish to extend your session y/n" would be nice and fall inline with current commerce website best-practices

Luxon unable to parse empty policy.json file

In order to replicate, simply process a view that returns a render_template while the policy.json file is empty:

Jun 04 15:59:12 Application luxon.core.handlers.wsgi.application[25479] <WARNING>: luxon.exceptions.JSONDecodeError: JSON Decode; Expecting value: line 1 column 1 (char 0) (REMOTE-HOST: 127.0.0.1) (REQUEST-ID: 25479-1ba17045)

IP model fields

IPv4 address field
IPv6 address field
IPv4 prefix field
IPv6 prefix field

Cleanup Models

Performance, Interface, abstraction and functionality cleanup

Logging

Abstraction for logging, slight code clean up easier to fault find

Templating

Helper todo globals. Especially when user requires custom globals
Abstraction required. - Raw Templating, Helper.

PIPE Handler

Pipe handler for parsing input received from shell and responding. stdin / stdout

Caching

Caching requires further optimisation

Abstraction with drivers
Settings file for drivers
Optimize for performance

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.