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
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 details)
File details
Details for the file novusspace-0.4.2.tar.gz
.
File metadata
- Download URL: novusspace-0.4.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d683b9a914d40292f997c1e142f89847d2501e9aa1c933a5f2fd91968ac1989b |
|
MD5 | 997082442bdbd49544936baea083873d |
|
BLAKE2b-256 | 5d26075e961e6db67189c5bf7a1aac305539cffc6b57387ab33785daf2c97e61 |