Folder Downloader System for version system
Project description
FDS
FDS or Folder Downloader System is a version system for you're game, or project, a little like minecraft or a version saver.
IT'S NOT LIKE GIT, IT'S ONLY FOR VERSION SAVE, RELEASE, OR THINGS LIKE THAT
How use it
Use Client
- First copy php server in a web server
- Copy fdf_folder and fdv_folder. Point it in
properties.json
.
{ "fdf_folder": "fdf", "fdv_folder": "version" }
- Get the adress
- Copy fdf_folder and fdv_folder. Point it in
- in your python code call the class.
import fds Server = fds.FDSServer("URL") Client = fds.FDSClient("src", "version", Server)
Use Compiler
import fds
Compiler = fds.FDSCompiler(
"dependency.fdd",
"fdf_folder",
"version_folder")
Compiler.create_new_version("1.0", "folder")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file fd_system-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: fd_system-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4798aac0a53162e776cc8c78f712275a12921df3af91498faad40d9333158508 |
|
MD5 | 2837ffc97d36b29cf6a4f5cc5d04f503 |
|
BLAKE2b-256 | a6496e40c2dd1a576faa0d329547f527d3870d35df434ba1cf956a90c1dcf16b |