Skip to main content

Module for novus space software

Project description

Novus Space Python module

Please download the files and put the novusspace directory in the root of your project, then you can import the module.

import novusspace

First setup

Fof the first setup, make sur pip is a command in your os shell and you got the novusspace directory in your project root, then you can run setup.py with this command in the terminal of your root project

python novusspace/setupt.py

Now you can totally use the novusspace module

Module var

from novusspace import var

var.toIntList('Your list here') # Change str list to int list
var.toStrList('Your list here') # Change int list to str list

Module update

from novusspace import update

update.update('old file', 'new file url', 'new file name', 'path where the new file will be added', logs=(False is the basic set up))

Module infos

from novusspace.credentials import infos

infos.getVersion() # Return version of the module
infos.getAuthor() # Return author of the module
infos.getCompany() # Return company of the module

License

Novus Space (MIT)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

novusspace-0.4.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page