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
Release files for novusspace 0.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| novusspace-0.4.2.tar.gz | 3.4 kB | Details |
Release files / novusspace-0.4.2.tar.gz
| Download URL | novusspace-0.4.2.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d683b9a914d40292f997c1e142f89847d2501e9aa1c933a5f2fd91968ac1989b
|
|
BLAKE2b-256 checksum How to use checksums |
5d26075e961e6db67189c5bf7a1aac305539cffc6b57387ab33785daf2c97e61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|